Skip to content

Commit ec53a59

Browse files
authored
Update nt3_default_model.txt
Change default for checkpoint save from each epoch to 0, users can turn this on by setting some value. This causes a large amount of stuff in save folder otherwise.
1 parent 13a8739 commit ec53a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pilot1/NT3/nt3_default_model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ noise_gaussian = False
2929
std_dev = 0.5
3030
timeout = 3600
3131
ckpt_restart_mode = 'off'
32-
ckpt_save_interval = 1
32+
ckpt_save_interval = 0
3333
ckpt_checksum = True

0 commit comments

Comments
 (0)