Kurt Shuster
Kurt Shuster
Is there any update here?
> I suppose that it will be necessary to train it so that it can have more up-to-date information. And the bot can give us more concise and correct answers?...
The default argument for `--rag-retriever-type` is indeed `dpr`, however when specifying a `--model-file` we load the option from that model `opt`, which is `search_engine`. In any case, your command should...
i would try `--knowledge-access-method memory_only` `--include-last-session` is a parameter that controls whether to include the final session of Multi-Session Chat (MSC) in the model evaluation; this should be `True`
Ahh yes, two changes: `--previous-persona-type none --memory-key personas` That should bring this closer to what the model was evaluated on
is there a reason you switched to `--batchsize 40`?
If you don't set `-v`, this error should go away if you still want to set `-v`, you should, for now, wrap [this](https://github.com/facebookresearch/ParlAI/blob/982acb50f99261133ffa90ba04c569881389db6d/parlai/core/torch_generator_agent.py#L779-L795) in a try-catch and return an empty...
you may want to open an issue there
Eek yeah this is tricky. Could you please include some tests?
do you have gpus available on your machine? what is the output of `python -c "import torch; print(torch.cuda.device_count())"`