Tong

Results 2 issues of Tong

In `image_captioning` tutorial, I followed every step in the README.md file but error occurs when loading the pretrained model: ``` root@localhost:~/captioning/pytorch-tutorial/tutorials/03-advanced/image_captioning# python3 sample.py --image='png/example.png' Downloading: "https://download.pytorch.org/models/resnet152-b121ed2d.pth" to /root/.cache/torch/checkpoints/resnet152-b121ed2d.pth 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 230M/230M...

hi, I found your notebook really of great value to me. But after reading and running your code, I got several questions afflicting me for a while. 1. In `do_fit`...