Skip to content
Snippets Groups Projects
Commit e81bd2b1 authored by stadtler1's avatar stadtler1
Browse files

Merge branch 'bing_issue#021_improve_training_plot_in_train_dummpy_script' of...

Merge branch 'bing_issue#021_improve_training_plot_in_train_dummpy_script' of https://gitlab.version.fz-juelich.de/toar/ambs into bing_issue#021_improve_training_plot_in_train_dummpy_script
parents dc48e4a9 d39531a6
No related branches found
No related tags found
No related merge requests found
Pipeline #44659 failed
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#SBATCH --gres=gpu:1 #SBATCH --gres=gpu:1
#SBATCH --partition=gpus #SBATCH --partition=gpus
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
#SBATCH --mail-user=s.stadtler@fz-juelich.de #SBATCH --mail-user=b.gong@fz-juelich.de
##jutil env activate -p cjjsc42 ##jutil env activate -p cjjsc42
......
{ {
"batch_size": 10, "batch_size": 4,
"lr": 0.001, "lr": 0.001,
"max_epochs":2, "max_epochs":20,
"context_frames":10, "context_frames":10,
"sequence_length":20, "sequence_length":20,
"loss_fun":"rmse" "loss_fun":"rmse"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
"batch_size": 10, "batch_size": 10,
"lr": 0.001, "lr": 0.001,
"max_epochs":2, "max_epochs":20,
"context_frames":10, "context_frames":10,
"sequence_length":20, "sequence_length":20,
"loss_fun":"cross_entropy" "loss_fun":"cross_entropy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment