facebookresearch / ParlAI

A framework for training and evaluating AI models on a variety of openly available dialogue datasets.
https://parl.ai
MIT License
10.49k stars 2.1k forks source link

Issues with bAbI task when trying to run it from parlai_internal #3432

Closed VishalPallagani closed 3 years ago

VishalPallagani commented 3 years ago

I am trying to execute the Babi task by placing it inside parlai_internal folder. I have placed the bAbI task folder (copied from ParlAI/parlai/tasks) inside parlai_internal and executed the following commands: parlai display_data -t internal:babi which executed properly, but I am running into an error when trying to run the command parlai display_data -t internal:babi:task10k:1. However, this command runs fine if I do not use internal i.e. parlai display_data -t babi:task10k:1. I am attaching the error message here:

Screen Shot 2021-02-02 at 10 18 48 AM

I have added all the required init.py files as well.

github-actions[bot] commented 3 years ago

This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening.