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
Hello! Thank you for your sharing. However, when I was evaluating the model, I found that one file is missing. Traceback (most recent call last): File "final_evaluation.py", line 10, in <module> from motion_loaders.motion_loader import get_motion_loader File "/root/autodl-tmp/action-to-motion/motion_loaders/motion_loader.py", line 7, in <module> from motion_loaders.deep_completion_motion_loader import DeepCompletionGeneratedDataset File "/root/autodl-tmp/action-to-motion/motion_loaders/deep_completion_motion_loader.py", line 5, in <module> import models.deep_completion as models ModuleNotFoundError: No module named 'models.deep_completion'
How can I solve this issue?
The text was updated successfully, but these errors were encountered:
Hello! Thank you for your sharing. However, when I was evaluating the model, I found that one file is missing.
Traceback (most recent call last): File "final_evaluation.py", line 10, in <module> from motion_loaders.motion_loader import get_motion_loader File "/root/autodl-tmp/action-to-motion/motion_loaders/motion_loader.py", line 7, in <module> from motion_loaders.deep_completion_motion_loader import DeepCompletionGeneratedDataset File "/root/autodl-tmp/action-to-motion/motion_loaders/deep_completion_motion_loader.py", line 5, in <module> import models.deep_completion as models ModuleNotFoundError: No module named 'models.deep_completion'
How can I solve this issue?
The text was updated successfully, but these errors were encountered: