declare-lab / MELD

MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation
GNU General Public License v3.0
788 stars 200 forks source link

The Dataloader class is not getting loaded #14

Closed saanilandhare closed 5 years ago

saanilandhare commented 5 years ago

The following error is popping up

Traceback (most recent call last): File "C:/Users/Sanil Andhare/.PyCharm2019.1/FFP/baseline/baseline.py", line 10, in from baseline.data_helpers import Dataloader File "C:\Users\Sanil Andhare.PyCharm2019.1\FFP\baseline\baseline.py", line 10, in from baseline.data_helpers import Dataloader ModuleNotFoundError: No module named 'baseline.data_helpers'; 'baseline' is not a package

Process finished with exit code 1