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:
I have added all the required init.py files as well.
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.
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 commandparlai 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:I have added all the required init.py files as well.