Merge branch 'master' of github.com:eelregit/map2map
Conflicts: map2map/train.py
This commit is contained in:
commit
afeefcaa9e
3 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
#SBATCH --gres=gpu:v100-32gb:4
|
||||
|
||||
#SBATCH --exclusive
|
||||
#SBATCH --nodes=2
|
||||
#SBATCH --nodes=4
|
||||
#SBATCH --mem=0
|
||||
#SBATCH --time=7-00:00:00
|
||||
|
||||
|
@ -46,7 +46,7 @@ srun m2m.py train \
|
|||
--val-in-patterns "$data_root_dir/$in_dir/$val_dirs/$in_files" \
|
||||
--val-tgt-patterns "$data_root_dir/$tgt_dir/$val_dirs/$tgt_files" \
|
||||
--in-channels 3 --out-channels 3 --norms cosmology.dis --augment \
|
||||
--epochs 1024 --batches 3 --loader-workers 3 --lr 0.0002
|
||||
--epochs 1024 --batches 3 --loader-workers 3 --lr 0.001
|
||||
# --load-state checkpoint.pth
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#SBATCH --gres=gpu:v100-32gb:4
|
||||
|
||||
#SBATCH --exclusive
|
||||
#SBATCH --nodes=2
|
||||
#SBATCH --nodes=4
|
||||
#SBATCH --mem=0
|
||||
#SBATCH --time=7-00:00:00
|
||||
|
||||
|
@ -46,7 +46,7 @@ srun m2m.py train \
|
|||
--val-in-patterns "$data_root_dir/$in_dir/$val_dirs/$in_files" \
|
||||
--val-tgt-patterns "$data_root_dir/$tgt_dir/$val_dirs/$tgt_files" \
|
||||
--in-channels 3 --out-channels 3 --norms cosmology.vel --augment \
|
||||
--epochs 1024 --batches 3 --loader-workers 3 --lr 0.0002
|
||||
--epochs 1024 --batches 3 --loader-workers 3 --lr 0.001
|
||||
# --load-state checkpoint.pth
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue