arch
mengjiaos opened this issue · 1 comments
mengjiaos commented
Hi, I try to run the following command to train the network, but it goes wrong.
command:
./scripts/dist_train.sh 1 options/train/dehaze.yml
information:
from basicsr.archs.vgg_arch import VGGFeatureExtractor
ModuleNotFoundError: No module named 'basicsr.archs.vgg_arch'
yuhuUSTC commented
Our code is based on BasicSR, but we remove all other unused arch.py files, including 'basicsr.archs.vgg_arch'. We fixed this problem by undating the 'basicsr.losses' in the repository.