Skip to content

DeveloperJose/Python-Physics-LSTM

Repository files navigation

Physics-Informed LSTM

Code for the publication "Physics-Informed Long-Short Term Memory Neural Network Performance on Holloman High-Speed Test Track Sled Study" from the proceedings of the ASME 2022 Fluids Engineering Division Summer Meeting.

Paper available here

Dataset

The raw CSV files (21GBs) and the split .npy files for the training (562MBs) and validation dataset (563MBs) can be provided when inquired.

Installation

  1. Install pyenv and use it to install Python 3.10, pyenv install 3.10
  2. Install poetry
  3. Run poetry install
  4. To verify your torch installation is using CUDA, run poetry run python dev_test_installation.py

Running

  1. Set-up the experiment details/configuration in

physics_lstm / config / paper.yaml

  1. Run the experiment
cd physics_lstm
poetry run python lstm_pytorch.py

About

Code for "Physics-Informed Long-Short Term Memory Neural Network Performance on Holloman High-Speed Test Track Sled Study"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published