173 Commits

Author SHA1 Message Date
0500d3df5a Update README.md 2020-07-06 12:36:38 +09:00
0fbb8b60c1 Update README.md 2020-06-16 21:25:07 +09:00
272b8f27af Update README.md 2020-06-16 21:24:41 +09:00
2032bb3501 Update README.md 2020-06-01 12:56:16 +09:00
825b423f4c Update README.md 2020-04-27 11:44:17 +09:00
64c733001b Update README.md 2020-04-27 11:43:13 +09:00
57afe85b2c Merge pull request #189 from haofanwang/patch-1
Update default path
2020-01-28 00:11:31 +09:00
401b9035df Merge pull request #188 from qy-yang/fix#187
fix #187 Typos in language model and generative_adversarial_network
2020-01-28 00:11:10 +09:00
7f7d1f8b85 Merge pull request #166 from m-d-hasan/patch-1
Fixed Test error when encoder(image).
2020-01-28 00:06:30 +09:00
06e04389bd Merge pull request #129 from mariuszrokita/patch-1
Update main.py
2020-01-28 00:05:19 +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
22219527c5 Merge pull request #120 from arisliang/master
minor refactoring and fix
2020-01-28 00:01:15 +09:00
2537490ded Merge pull request #139 from justinshenk/patch-1
Remove dollar-sign prompt from code blocks
2020-01-27 23:59:13 +09:00
25b2685d5e Update default path 2019-09-15 14:12:04 -05:00
dd297a1307 fix #187 Typos in language model line 79 and generative_adversarial_network line 25-28 2019-08-27 17:31:42 +08:00
56bba93619 Update README.md 2019-04-15 13:35:57 +09:00
b5793737c6 Fixed Test error when encoder(image).
When we load an image for the sample, we have to make sure that the image has three color channel (RGB) because it might be grayscale. So we should convert it for sampling.
2019-03-13 22:23:53 +06: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
4896cefea1 Merge pull request #143 from AutuanLiu/patch01
clip_grad_norm is now deprecated
2018-11-09 17:53:38 +09:00
e
a16173ffc4 clip_grad_norm is now deprecated 2018-11-09 16:21:42 +08:00
c48008bf9d Merge pull request #141 from keineahnung2345/fix-resnet
[Bug fix] redundant layers in ResNet
2018-11-06 22:04:38 +09:00
606d0aa188 [Bug fix] redundant layers in ResNet
In https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/deep_residual_network/main.py#L115, it defined a length 4 `layers`. 
But in https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/deep_residual_network/main.py#L84, it only uses `layers[0]` and `layers[1]`. 
So the last entry of [2,2,2,2] should be redundant.
2018-11-06 17:54:07 +08:00
6f28678302 Merge pull request #140 from litcoderr/master
simple typo
2018-11-04 18:37:57 +09:00
16d6a76e90 typo 2018-11-04 11:00:43 +09:00
d25b573560 Remove dollar-sign prompt from code blocks
Improves sharing code without affecting readability
2018-11-03 20:08:10 +01:00
ff803b749f Update main.py
Fixed typos.
2018-09-18 13:15:29 +02:00
6fe5ff5211 Merge pull request #128 from timctho/master
Fix requires_grad=True needs float tensor
2018-08-07 12:46:30 +09:00
2bfebb0a4a Fix requires_grad=True needs float tensor 2018-08-05 23:59:17 +08:00
9219526869 Merge pull request #119 from JosephKJ/master
Upgrading the pytorch logo to the 2018 version
2018-06-11 10:27:59 +09:00
d9b7278204 Merge pull request #121 from arisliang/patch-1
Update download.sh
2018-06-06 11:44:19 +09:00
c301c38201 Update download.sh
for better download speed.
2018-06-06 01:34:17 +08:00
e217e42e60 missing eval mode in recurrent neural network 2018-06-03 09:22:20 +08:00
7aac81272a minor refactoring for batch size in deep residual network 2018-06-03 01:20:51 +08:00
3008d88222 minor refactoring for input size 2018-06-02 23:14:26 +08:00
5eb2b2e609 Update README.md 2018-05-27 21:49:19 +05:30
a81ac8d6e9 Rename pytorch_logo.svg to pytorch_logo_2018.svg 2018-05-27 21:48:53 +05:30
b0017623c7 Update README.md 2018-05-27 21:47:18 +05:30
eed8fe2dd2 New Logo 2018-05-27 21:46:39 +05:30
99271737fb Merge pull request #114 from xinqiu/patch-1
fix spelling mistake
2018-05-15 22:47:21 +09:00
ce951bf7dc fix spelling mistake 2018-05-15 16:02:20 +08:00
66783db4f4 Update README.md 2018-05-10 18:19:35 +09: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
9087fe6427 Update ReadME.md 2018-05-10 17:48:50 +09:00
15488e0db1 delete 2018-05-10 17:47:00 +09:00
1016ac031f Merge pull request #112 from marlonjan/patch-1
fix typo in comments
2018-05-10 10:49:47 +09:00
63db681c4f fix typo in comments 2018-05-09 11:30:17 +02:00
1760cc8e81 Merge pull request #107 from UdonDa/fix-url
[Fix] typo
2018-04-21 20:06:37 +09:00
b60ac38382 [Fix]invalid URL 2018-04-21 19:56:06 +09:00
6c785eb810 Edited dependencies. 2018-02-23 12:53:04 +09:00