173 Commits

Author SHA1 Message Date
6aa638dcbf Merge pull request #99 from kdavis-mozilla/data_utils_fix
Removed unused code
2018-02-22 19:22:15 +09:00
f64c7c78c2 Removed unused code 2018-02-22 10:44:07 +01:00
f73f67e310 Fixed the input image size for the resnet18 2018-02-15 22:48:51 +09:00
655c6df3ba fixed typo 2018-01-09 17:28:16 +09:00
1ec90fad72 Update model.py 2017-09-28 15:33:17 +09:00
17ef894aec Merge pull request #61 from PhysikerErlangen/patch-1
Update main.py
2017-09-16 00:43:49 +09:00
be4c08b0ff Update main.py 2017-09-16 00:43:12 +09:00
8a824389d9 Update main.py
I got confused by the use of the binary cross entropy. In particular it wasn't clear to me why the variable real_labels are used in the training of the generator.

I have added some comments. I am not sure if they are correct, so you might want to double check them.
2017-09-15 18:05:51 +08:00
6f255dec23 Merge pull request #58 from JayParks/master
fixed a minor error in vae
2017-08-06 16:47:35 +09:00
d40cc81afb fixed a minor error in vae 2017-08-06 10:08:31 +09:00
4b67434961 Merge pull request #49 from Kongsea/master
Update main-gpu.py
2017-07-11 13:35:01 +09:00
9cce6c6df6 Update main-gpu.py 2017-07-11 11:43:18 +08:00
4bf140b407 Update main-gpu.py
ref: https://discuss.pytorch.org/t/how-to-get-cuda-variable-gradient/1386
2017-07-11 11:19:16 +08:00
8f459d745d Update download.sh 2017-06-23 12:20:05 +09:00
7079547635 Merge pull request #42 from nelson-liu/patch-1
Remove period in logger.py reference
2017-05-30 10:04:23 +09:00
420bb90993 Remove period in logger.py reference
The period was breaking the URL link.
2017-05-29 15:53:11 -07: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
f28838931c tutorial updated 2017-05-28 20:30:15 +09:00
92875f0669 tutorial updated 2017-05-28 20:14:45 +09:00
3854e81216 Create LICENSE 2017-05-28 20:12:12 +09:00
4e257a168e Delete LICENSE 2017-05-28 20:11:08 +09:00
54ea73394b Merge branch 'master' of https://github.com/yunjey/pytorch-tutorial 2017-05-28 20:10:45 +09:00
201859a669 gitignore added 2017-05-28 20:10:32 +09:00
e772aa3fe3 logo added 2017-05-28 20:10:17 +09:00
c548e2ae9f tutorial updated 2017-05-28 20:06:40 +09:00
c53c48809e Add files via upload 2017-05-26 14:02:27 +09:00
946955e9e7 Create r 2017-05-26 13:59:00 +09:00
fd6fcff8fd Merge pull request #36 from jtoy/master
Update README.md
2017-05-25 01:01:35 +09:00
5ffd51cc0e Update README.md 2017-05-24 08:27:32 -07:00
f0312ccba0 Update README.md 2017-05-24 01:38:47 +09:00
3d3738fb4a Update README.md 2017-05-24 01:38:24 +09:00
6d0c3c8b33 add denormalization function 2017-05-23 16:34:11 +09:00
47d70f91ac change download directory 2017-05-23 16:33:36 +09:00
3923f4df6c Merge pull request #32 from andrewliao11/patch-1
call main function
2017-05-13 23:34:14 +09:00
92aed9babb call main function 2017-05-11 11:11:45 +08:00
12afd0b0f2 Merge pull request #30 from keishinkickback/master
Bug fixes in /tutorials/09 - Image Captioning/train.py
2017-05-06 22:55:47 +09:00
b2c7bd7bfc Bug fix
import pickle and add args. to vocab_path
2017-05-05 16:46:15 -04:00
25ce8300ce Update main.py 2017-04-23 22:58:37 +09:00
6b5af87309 Merge pull request #25 from DingKe/master
use buit-in detach
2017-04-23 22:58:03 +09:00
d38e95c94d For truncated BPTT, use built-in detach
For GANs, detach variables of fake images when training discriminator.
2017-04-23 05:38:28 -07:00
1aab031bd5 Update README.md 2017-04-19 00:48:56 +09:00
21e1f0a90f Update README.md 2017-04-17 01:44:38 +09:00
fa84841361 Update README.md 2017-04-17 01:44:15 +09:00
b8bb2deb0e Update README.md 2017-04-14 21:33:21 +09:00
cc3a8b1b0d Merge branch 'master' of https://github.com/yunjey/pytorch-tutorial 2017-04-14 09:41:30 +09:00
4c37192921 readme added 2017-04-14 09:41:23 +09:00
0dc0048aac data loader added 2017-04-14 09:39:54 +09:00
4098e346de Update README.md 2017-04-13 20:12:18 +09:00