Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AMBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
AMBS
Commits
4bfa783a
Commit
4bfa783a
authored
5 years ago
by
b.gong
Browse files
Options
Downloads
Patches
Plain Diff
Integrate with Micha's issue50
parent
12022034
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Zam347_scripts/generate_era5.sh
+3
-3
3 additions, 3 deletions
Zam347_scripts/generate_era5.sh
Zam347_scripts/train_vae.sh
+1
-1
1 addition, 1 deletion
Zam347_scripts/train_vae.sh
with
4 additions
and
4 deletions
Zam347_scripts/generate_era5.sh
+
3
−
3
View file @
4bfa783a
...
...
@@ -2,9 +2,9 @@
python
-u
../scripts/generate_transfer_learning_finetune.py
\
--input_dir
/home/
${
USER
}
/preprocessedData/era5-
Y2015to
Y2017M01to
1
2-128x160-74d00N71d00E-T_MSL_gph500/tfrecords
\
--dataset_hparams
sequence_length
=
20
--checkpoint
/home/
${
USER
}
/models/era5-
Y2015to
Y2017M01to
1
2-128x160-74d00N71d00E-T_MSL_gph500/vae
\
--mode
test
--results_dir
/home/
${
USER
}
/results/era5-
Y2015to
Y2017M01to
1
2-128x160-74d00N71d00E-T_MSL_gph500
\
--input_dir
/home/
${
USER
}
/preprocessedData/era5-Y2017M01to
0
2-128x160-74d00N71d00E-T_MSL_gph500/tfrecords
\
--dataset_hparams
sequence_length
=
20
--checkpoint
/home/
${
USER
}
/models/era5-Y2017M01to
0
2-128x160-74d00N71d00E-T_MSL_gph500/vae
\
--mode
test
--results_dir
/home/
${
USER
}
/results/era5-Y2017M01to
0
2-128x160-74d00N71d00E-T_MSL_gph500
\
--batch_size
2
--dataset
era5
>
generate_era5-out.out
#srun python scripts/train.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
This diff is collapsed.
Click to expand it.
Zam347_scripts/train_vae.sh
+
1
−
1
View file @
4bfa783a
...
...
@@ -2,5 +2,5 @@
python ../scripts/train_dummy.py
--input_dir
/home/
${
USER
}
/preprocessedData/era5-
Y2015to
Y2017M01to
1
2-128x160-74d00N71d00E-T_MSL_gph500/tfrecords
--dataset
era5
--model
vae
--model_hparams_dict
../hparams/era5/vae/model_hparams.json
--output_dir
/home/
${
USER
}
/models/era5-
Y2015to
Y2017M01to
1
2-128x160-74d00N71d00E-T_MSL_gph500/vae
python ../scripts/train_dummy.py
--input_dir
/home/
${
USER
}
/preprocessedData/era5-Y2017M01to
0
2-128x160-74d00N71d00E-T_MSL_gph500/tfrecords
--dataset
era5
--model
vae
--model_hparams_dict
../hparams/era5/vae/model_hparams.json
--output_dir
/home/
${
USER
}
/models/era5-Y2017M01to
0
2-128x160-74d00N71d00E-T_MSL_gph500/vae
#srun python scripts/train.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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment