BasicSR-examples
BasicSR-examples copied to clipboard
BasicSR-Examples illustrates how to easily use BasicSR in your own project
如果训练过程意外中断需要 resume, 则使用 `--auto_resume` 可以方便地自动resume: ```bash python basicsrexamples/train.py -opt options/example_option.yml --auto_resume ``` 至此,使用 `BasicSR` 开发你自己的项目就介绍完了,是不是很方便呀~ :grin: ## As a Template
Hello Xintao, I have done this: BASICSR_EXT=True python setup.py develop before I started to train. And also confirmed the .so file exists in basicsr/ops. The error is still there. Thanks...
RuntimeError: Error(s) in loading state_dict for SAFMN: Missing key(s) in state_dict: "to_feat.weight", "to_feat.bias", "feats.0.norm1.weight", "feats.0.norm1.bias", "feats.0.norm2.weight", "feats.0.norm2.bias", "feats.0.safm.mfr.0.weight", "feats.0.safm.mfr.0.bias", "feats.0.safm.mfr.1.weight", "feats.0.safm.mfr.1.bias", "feats.0.safm.mfr.2.weight", "feats.0.safm.mfr.2.bias", "feats.0.safm.mfr.3.weight", "feats.0.safm.mfr.3.bias", "feats.0.safm.aggr.weight", "feats.0.safm.aggr.bias", "feats.0.ccm.ccm.0.weight", "feats.0.ccm.ccm.0.bias", "feats.0.ccm.ccm.2.weight",...