We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In model.lua, there is this require:
require 'model_utils.optim_updates'
That file does not exist in this repo. I found it in the visdual repo and created a symbolic link in the base directory of visual-chatbot:
ln -s /opt/visdial/model_utils .
This could be solved with a git module like neuraltalk2 or by including those directories in this repo.
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from yashkant/update-py3
73af9f7
Add VisDial Code, Add VisDial-Captioning Worker, Remove Legacy Code
No branches or pull requests
In model.lua, there is this require:
That file does not exist in this repo. I found it in the visdual repo and created a symbolic link in the base directory of visual-chatbot:
This could be solved with a git module like neuraltalk2 or by including those directories in this repo.
The text was updated successfully, but these errors were encountered: