-
I ran the `train.py` and got an EOFError,however the `Process finished with exit code 0`. It seems that the main process finished with no error but the child processes encountered some bugs.
After …
-
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…
-
Windows 10 system. CMD prompt as admin.
Trying to follow this:
https://parl.ai/docs/tutorial_quick.html#view-a-task-train-a-model
Tried:
git clone https://github.com/facebookresearch/ParlAI.git ~/…
klrkt updated
3 years ago
-
**Bug description**
When downloading datasets (babi.tar.gz and personachat.tgz) I encounter the following error on Windows 10:
PermissionError: [WinError 32] The process cannot access the file becau…
-
**Bug description**
When following the quick tutorial https://parl.ai/docs/tutorial_quick.html
and entering the command "parlai train_model -t babi:task10k:1 -mf /tmp/babi_memnn -bs 1 -eps 5 -m memn…
-
Please could I know from where I need to download the files required to execute this? Please help.
![Inkedfilenotfound_LI](https://user-images.githubusercontent.com/74771222/99795720-46331e80-2b52-1…
ghost updated
3 years ago
-
Hello when i am running the first example I meet this problem!
My instructions are as follows:
git clone https://github.com/facebookresearch/ParlAI.git
cd ParlAI
python setup.py develop
parlai …
-
Using pycharm with venv py 3.6 sticking with the quickstart tutorial that is in the docs, but when i try to run: parlai display_data -t babi:task10k:1 in the terminal i get PermissionError: [WinError…
-
I've been attempting to run the tfidf_retriever model over the full_wikipedia set in interactive mode with this command shown in the docs, `parlai interactive --model tfidf_retriever -mf zoo:wikipedia…
-
**Bug description**
I am running the QuickStart Twitter Transformer part. I am trying to run it on interactive mode but I receive **Cannot allocate memory**.
**Reproduction steps**
Training scrip…