-
I've been following the quick-start on the [docs](https://parl.ai/docs/tutorial_quick.html) and I can't train the model. It gets stuck on training.
Docs quote:
```
# train MemNN using batch size …
-
I get this bug when executing example command from "Creating an Agent" tutorial
Could anyone please take a look? Thank you very much.
**Bug description**
When executing the following command fro…
ducnx updated
4 years ago
-
I copy pasted the code for _TorchAgent_ and I am playing around with it to see if having a central act method that chooses a response based on a confidence level. Those responses with confidence level…
-
**Bug description**
When running python examples/display_data.py -t dealnodeal, an error occurs, but it works for other datasets like twitter and babi.
**Reproduction steps**
I installed ParlAI, …
-
The [memnn](https://github.com/chainer/chainer/tree/master/examples/memnn) implementation in the examples folder does not seem to reproduce the results reported in the corresponding [paper](https://ar…
nuric updated
4 years ago
-
**Bug description**
Unable to run BiEncoder and CrossEncoder BERT models on dialog_bAbI task, as mentioned here - https://github.com/facebookresearch/ParlAI/tree/master/parlai/agents/bert_ranker
…
-
**Bug description**
Traceback (most recent call last):
File "examples/train_model.py", line 17, in
TrainLoop(opt).train()
File "d:\parlai\parlai\scripts\train_model.py", line 367, in __in…
-
after cloning/installing, the quickstart begins by printing some examples from a dataset:
```
# display examples from bAbI 10k task 1
python examples/display_data.py -t babi:task10k:1
```
For…
-
Hi Sarthak,
I am finding it hard to understand that how the value of `output_size` over [here](https://github.com/successar/AttentionExplanation/blob/master/model/modules/Decoder.py#L98) is coming ou…
-
I am trying to run the code in the TransformerVisualization.ipynb notebook to visualize the attention on a user defined problem, however I am unable to do so. When running the following code
```
u…