You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "../python3.8/site-packages/basicsr/utils/registry.py", line 65, in get
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'DRCTModel' found in 'model' registry!"
The text was updated successfully, but these errors were encountered:
We encountered this issue during testing, and it may be due to the register being referenced repeatedly when you installed the "hat" package. There are two possible solutions:
(1) If you have already installed hat, please try uninstalling it and resolving any potential bugs. This package might not be necessary.
(2) Try to copy-paste the model-related code into train.py or test.py without importing the related package. Although this approach is inefficient and somewhat messy, it is feasible.
Hi,
I can train the model with the following command
but, I can't test my model with this command:
and I get the following error:
The text was updated successfully, but these errors were encountered: