Daxing
Daxing
> cd ~再mkdir .vsr应该就可以了,然后再创建config.yml。 > > 默认应该是pytorch,VSR/Backend/__init__.py中: > > CONFIG = { > > 'backend': os.environ.get('VSR_BACKEND', 'pytorch'), > > 'verbose': os.environ.get('VSR_VERBOSE', 'info'), > > } 谢谢!就是需要自己手动创建这个是嘛,config里只需要这两段就行了是吧。
> Dear author: Hello! I want to compare the difference between these models, but when I train VDSR model with this code. i found that the loss never descent and...
> hello,i have a problem in training VDSR too. I train vdsr in this code python main.py --model vdsr --scale 2 --patch_size 96 --block_feats 128 --save vdsr_DIV2K_x2 --data_train DIV2K --data_test...