-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from FREVA-CLINT/dev-jm
Option of multiple input files in JSON format
- Loading branch information
Showing
10 changed files
with
115 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[ | ||
"data/train/20cr-1ens.nc", | ||
"data/train/20cr-1ens.nc" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[ | ||
"data/val/20cr-1ens.nc", | ||
"data/val/20cr-1ens.nc" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--device cpu --batch-size 2 | ||
--n-threads 4 | ||
--data-root-dir data/ | ||
--mask-dir data/ | ||
--log-dir tests/out/training/logs/ | ||
--snapshot-dir tests/out/training/ | ||
--data-names 20cr.json,20cr.json | ||
--data-types tas,tas | ||
--encoding-layers 2,2 | ||
--pooling-layers 1,1 | ||
--mask-names hadcrut_missmask_1.nc,hadcrut_missmask_1.nc | ||
--max-iter 10 | ||
--loss-criterion 0 | ||
--log-interval 1 | ||
--weights kaiming | ||
--loop-random-seed 3 | ||
--cuda-random-seed 3 | ||
--deterministic | ||
--shuffle-masks | ||
--channel-steps 2,2 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters