Skip to content

BasicSR V1.3.4.2 Release Note

Compare
Choose a tag to compare
@xinntao xinntao released this 12 Sep 16:51
· 99 commits to master since this release

πŸš€ Have a nice day 🐢

This is a minor release~

✨ Highlight

βœ… [Enhancement] Support the official torchvision.ops.deform_conv2d for torchvision>=0.9.0
βœ… [Enhancement] Add force_yml option. You can force to change the option yml options in the command line. Examples: python basicsr/train.py -opt options/train/SRResNet_SRGAN/train_MSRResNet_x4.yml -train:ema_decay=0.999
βœ… [Enhancement] Copy the option yml file to the experiment folder
βœ… [Enhancement] Add AvgTimer. The data time and iteration time in the logging are averaged in 200 iterations.
βœ… [Enhancement] Add persistent_workers option to dataloader
βœ… [Enhancement] Add vscode settings.
βœ… [Enhancement] Improve some formats