I am trying to access the LOL_Dataset object from the 'dataset' registry, but the system is indicating that the object cannot be found. To resolve this issue, I have attempted the following steps:
Checked if the object name (including spelling and case) is consistent;
Ensured that the LOL_Dataset class has been correctly imported;
Verified if the registry has been correctly initialized.
Despite these efforts, I am still encountering the error, and it seems that the 'LOL_Dataset' object is not present in the registry. Could there be an issue with the registration process? Or is there something else that needs to be configured elsewhere?
I would appreciate your help in troubleshooting this issue or any suggestions you may have in case I missed something. Thank you very much!
Looking forward to your reply.
Best regards,
CUDA_VISIBLE_DEVICES=0 python pydiff/train.py -opt options/infer.yaml
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'LOL_Dataset' found in 'dataset' registry!"
Dear Author,
I am trying to access the LOL_Dataset object from the 'dataset' registry, but the system is indicating that the object cannot be found. To resolve this issue, I have attempted the following steps:
Checked if the object name (including spelling and case) is consistent;
Ensured that the LOL_Dataset class has been correctly imported;
Verified if the registry has been correctly initialized.
Despite these efforts, I am still encountering the error, and it seems that the 'LOL_Dataset' object is not present in the registry. Could there be an issue with the registration process? Or is there something else that needs to be configured elsewhere?
I would appreciate your help in troubleshooting this issue or any suggestions you may have in case I missed something. Thank you very much!
Looking forward to your reply.
Best regards,
CUDA_VISIBLE_DEVICES=0 python pydiff/train.py -opt options/infer.yaml
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'LOL_Dataset' found in 'dataset' registry!"
Dear Author,