Open Sidharth3301 opened 2 years ago
In the file ranindrop.py, the Raindrop_v2 model has been used but the model has not been imported from anywhere in the repo.
I think a single line should solve the issue. from models_rd import Raindrop_v2
from models_rd import Raindrop_v2
In the file ranindrop.py, the Raindrop_v2 model has been used but the model has not been imported from anywhere in the repo.