Skip to content
Snippets Groups Projects
Commit d49a4f28 authored by Bing Gong's avatar Bing Gong
Browse files

upate README

parent 4f51ed12
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,17 @@ cd Video_Prediction_SAVP ...@@ -21,6 +21,17 @@ cd Video_Prediction_SAVP
pip install -r requirements.txt pip install -r requirements.txt
``` ```
###Set-up on JUWELS
- Set up env and install packages
```bash
cd env_setup
./create_env.sh <USER_FOLDER>
```
### Miscellaneous installation considerations ### Miscellaneous installation considerations
- In python >= 3.6, make sure to add the root directory to the PYTHONPATH`, e.g. `export PYTHONPATH=path/to/video_prediction_savp`. - In python >= 3.6, make sure to add the root directory to the PYTHONPATH`, e.g. `export PYTHONPATH=path/to/video_prediction_savp`.
- For the best speed and experimental results, we recommend using cudnn version 7.3.0.29 and any tensorflow version >= 1.9 and <= 1.12. The final training loss is worse when using cudnn versions 7.3.1.20 or 7.4.1.5, compared to when using versions 7.3.0.29 and below. - For the best speed and experimental results, we recommend using cudnn version 7.3.0.29 and any tensorflow version >= 1.9 and <= 1.12. The final training loss is worse when using cudnn versions 7.3.1.20 or 7.4.1.5, compared to when using versions 7.3.0.29 and below.
...@@ -38,7 +49,6 @@ bash data/download_and_preprocess_dataset_era5.sh --data era5 --input_dir /split ...@@ -38,7 +49,6 @@ bash data/download_and_preprocess_dataset_era5.sh --data era5 --input_dir /split
python scripts/train_v2.py --input_dir data/era5 --dataset era5 --model savp --model_hparams_dict hparams/kth/ours_savp/model_hparams.json --output_dir logs/era5/ours_savp python scripts/train_v2.py --input_dir data/era5 --dataset era5 --model savp --model_hparams_dict hparams/kth/ours_savp/model_hparams.json --output_dir logs/era5/ours_savp
``` ```
### Model Evaluation ### Model Evaluation
![Groud Truth](/results_test_samples/era5_size_64_64_3_norm_dup/ours_savp/Sample_Batch_id_0_Sample_1.mp4) ![Groud Truth](/results_test_samples/era5_size_64_64_3_norm_dup/ours_savp/Sample_Batch_id_0_Sample_1.mp4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment