From e437c58b053280e01978586680233c3539f5ec1d Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Mon, 30 Mar 2020 08:45:16 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 788c5df9..ad2a0945 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,35 @@ python3 scripts/generate_transfer_learning_finetune.py --input_dir data/era5_siz example: ```bash ./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 -- GitLab