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

Update README.md

parent c8ba3d8d
No related branches found
No related tags found
No related merge requests found
...@@ -86,4 +86,35 @@ python3 scripts/generate_transfer_learning_finetune.py --input_dir data/era5_siz ...@@ -86,4 +86,35 @@ python3 scripts/generate_transfer_learning_finetune.py --input_dir data/era5_siz
example: example:
```bash ```bash
./bash/workflow_era5.sh savp end_to_end era5_size_64_64_3_3t_norm ./bash/workflow_era5.sh savp end_to_end era5_size_64_64_3_3t_norm
### Recomendation of output folder structure and name convention
```
├── ExtractedData
│ ├── [Year]
│ │ ├── [Month]
│ │ │ ├── **/*.netCDF
├── PreprocessedData
│ ├── [Data_name_convention]
│ │ ├── hickle
│ │ │ ├── train
│ │ │ ├── val
│ │ │ ├── test
│ │ ├── tfrecords
│ │ │ ├── train
│ │ │ ├── val
│ │ │ ├── test
├── Models
│ ├── [Data_name_convention]
│ │ ├── [model_name]
│ │ ├── [model_name]
├── Results
│ ├── [Data_name_convention]
│ │ ├── [training_mode]
│ │ │ ├── [source_data_name_convention]
│ │ │ │ ├── [model_name]
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment