Closed aeonlin closed 6 years ago
Did you copy ./coco_caption to your work space? It is under ./homework/data in the server.
I surely forgot to do so. Thanks a lot!
For those who encounter the same issue, the coco-caption library is a folder on the server at the following path:
/homework/datasets/coco-caption/
And you can copy it to your code directory if it is your current directory by this:
$ cp -r /homework/datasets/coco-caption/ ./
remember to use the original folder name, otherwise eval_utils.py cannot properly add the path to find the coco-cpation library.
Dear TA, When I try to train the given show_tell model, I got the following error:
seems like we don't have pycocotools pre-installed on the machine. When I try to manually install pycocotools by following the instructions from cocoapi, I got another errors when make fille:
Not sure if we need to install Cython and pycocotools and other libraries by ourselves.