14 Commits

Author SHA1 Message Date
57afe85b2c Merge pull request #189 from haofanwang/patch-1
Update default path
2020-01-28 00:11:31 +09:00
32cf716575 Merge pull request #159 from Michael-Hsu/patch-1
Let sample.py can generate caption for gray image.
2020-01-28 00:04:54 +09:00
25b2685d5e Update default path 2019-09-15 14:12:04 -05:00
16691c00f8 Let sample.py can generate caption for gray image.
The sample.py cannot be used to generate caption for gray image.In the data_loader.py, all of the images have been converted to 'RGB' format. But when generating captions using sample.py for single image, this conversion is missed. So for gray image, it will have such RuntimeError: Given groups=1, weight of size [64, 3, 7, 7], expected input[1, 1, 224, 224] to have 3 channels, but got 1 channels instead.
2019-02-24 10:02:07 +08:00
d25b573560 Remove dollar-sign prompt from code blocks
Improves sharing code without affecting readability
2018-11-03 20:08:10 +01:00
c301c38201 Update download.sh
for better download speed.
2018-06-06 01:34:17 +08:00
2e87294c08 Update tutorials for pytorch 0.4.0 2018-05-10 17:53:59 +09:00
78c6afe681 Update tutorials for pytorch 0.4.0 2018-05-10 17:52:01 +09:00
15488e0db1 delete 2018-05-10 17:47:00 +09:00
1ec90fad72 Update model.py 2017-09-28 15:33:17 +09:00
0d1f56d0bb Update README.md 2017-05-29 15:12:25 +09:00
ab5ac31dae edit image captioning code 2017-05-29 15:07:40 +09:00
286f7b7589 tutorial updated 2017-05-28 20:46:20 +09:00
c548e2ae9f tutorial updated 2017-05-28 20:06:40 +09:00