Add auto loading of checkpoint
This commit is contained in:
parent
c9f468c568
commit
996c0d3aed
6 changed files with 37 additions and 31 deletions
|
@ -40,7 +40,6 @@ srun m2m.py train \
|
|||
--lr 0.0001 --batches 1 --loader-workers 0 \
|
||||
--epochs 1024 --seed $RANDOM \
|
||||
--cache --div-data
|
||||
# --load-state checkpoint.pth \
|
||||
|
||||
|
||||
date
|
||||
|
|
|
@ -41,7 +41,6 @@ srun m2m.py train \
|
|||
--lr 0.0001 --adv-lr 0.0004 --batches 1 --loader-workers 0 \
|
||||
--epochs 1024 --seed $RANDOM \
|
||||
--cache --div-data
|
||||
# --load-state checkpoint.pth \
|
||||
|
||||
|
||||
date
|
||||
|
|
|
@ -43,7 +43,6 @@ srun m2m.py train \
|
|||
--cache --div-data
|
||||
# --val-in-patterns "$data_root_dir/$in_dir/$val_dirs/$in_files_1,$data_root_dir/$in_dir/$val_dirs/$in_files_2" \
|
||||
# --val-tgt-patterns "$data_root_dir/$tgt_dir/$val_dirs/$tgt_files_1,$data_root_dir/$tgt_dir/$val_dirs/$tgt_files_2" \
|
||||
# --load-state checkpoint.pth \
|
||||
|
||||
|
||||
date
|
||||
|
|
|
@ -41,7 +41,6 @@ srun m2m.py train \
|
|||
--lr 0.0001 --adv-lr 0.0004 --batches 1 --loader-workers 0 \
|
||||
--epochs 1024 --seed $RANDOM \
|
||||
--cache --div-data
|
||||
# --load-state checkpoint.pth \
|
||||
|
||||
|
||||
date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue