Cloud-CV / Cloud-CV/visual-chatbot
missing lua file: model_utils/optim_updates.lua
Open
- Dominant language
- Python
- Stars
- 189
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
In model.lua, there is this require:
```lua
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.