-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'DCPDehazeSimple is already registered in network' #12
Comments
Seem this error may be because |
ummm why does it happen and how could I solve it |
me also have same problem when run test.py and train.py. |
another question, KeyError: 'WaterNet is not in the network registry', how to solve it? |
|
please check whether you have load the checkpoint successfully
|
I solve it. The reason is cuda version. My university computer use 3090 and my pc use 1060. cuda 10.1 is compatible with 1060 but not 3090. So just change cuda version 11.0 and it works well without problem |
Please, could you tell me if you have sovle this problem? I have the same question…… |
We solve that problem by upgrading cuda version. so I recommend to upgrade cuda 11.x if your GPU is rtx 30xx. |
open ./core/Registry.py and change the parameter
|
How do you do? |
maybe the problems is "from UW.utils.XXX import XXX" delete the UW |
hellow,have you solve it?i have same problem |
I delete all '_ init _.py' files in core floders and import WaterNet manually in train.py to registry WaterNet. It's same to Optimizer and Loss. |
I encountered this problem when running test.py "KeyError: 'DCPDehazeSimple is already registered in network'", may I ask what is the final solution? |
Hello I would like to run the waternet, I just prepared the directory structure like waternet/ce, then run the train.py and there is an error, would you like to tell more details how to make it? Thanks a lot~
The text was updated successfully, but these errors were encountered: