KeyError: "No object named 'SRFormer' found in 'arch' registry!"
wangxinchao-bit opened this issue · 4 comments
wangxinchao-bit commented
Hi, when I tried to reproduce the project by the tips in the readme, I occured to the question that
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'SRFormer' found in 'arch' registry!",how can I solve the problem since I was the first to do the image super resolution.
Z-YuPeng commented
Hi, did you run this command?
python setup.py develop
wangxinchao-bit commented
Hi,I have solved the problem by reinstalling the environent
YounZh commented
运行完上述代码后,还要重新编译一下:
pip install -v -e .
await-you commented
Hi,I have solved the problem by reinstalling the environent
could you please tell me you experiments environments? thank you very much