Skip to content

Commit

Permalink
do not change self attr
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanxingql committed Sep 9, 2024
1 parent b898ff7 commit 40ac019
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion basicsr
2 changes: 1 addition & 1 deletion options/train/ESRGAN/DIV2K_LMDB_G1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ val:
# logging settings
logger:
print_freq: 100
save_checkpoint_freq: !!float 5e4
save_checkpoint_freq: !!float 1e4
use_tb_logger: true

# dist training settings
Expand Down
2 changes: 1 addition & 1 deletion options/train/ESRGAN/RRDBNet_DIV2K_LMDB_G1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ val:
# logging settings
logger:
print_freq: 100
save_checkpoint_freq: !!float 5e4
save_checkpoint_freq: !!float 1e4
use_tb_logger: true

# dist training settings
Expand Down
2 changes: 1 addition & 1 deletion options/train/RealESRGAN/DIV2K_LMDB_G2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ val:
# logging settings
logger:
print_freq: 100
save_checkpoint_freq: !!float 5e4
save_checkpoint_freq: !!float 1e4
use_tb_logger: true

# dist training settings
Expand Down
2 changes: 1 addition & 1 deletion options/train/RealESRGAN/RealESRNet_DIV2K_LMDB_G2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ val:
# logging settings
logger:
print_freq: 100
save_checkpoint_freq: !!float 5e4
save_checkpoint_freq: !!float 1e4
use_tb_logger: true

# dist training settings
Expand Down

0 comments on commit 40ac019

Please sign in to comment.