72 Commits

Author SHA1 Message Date
655c6df3ba fixed typo 2018-01-09 17:28:16 +09:00
1ec90fad72 Update model.py 2017-09-28 15:33:17 +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
d40cc81afb fixed a minor error in vae 2017-08-06 10:08:31 +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
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
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
5ffd51cc0e Update README.md 2017-05-24 08:27:32 -07: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
92aed9babb call main function 2017-05-11 11:11:45 +08: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
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
4c37192921 readme added 2017-04-14 09:41:23 +09:00
0dc0048aac data loader added 2017-04-14 09:39:54 +09:00
ef803c71de delete config file 2017-04-13 19:52:05 +09:00
4769688469 modified the code 2017-04-13 19:51:14 +09:00
0e59313b4b modified the code 2017-04-13 19:49:10 +09:00
fd445c96b9 delete 2017-04-13 19:48:41 +09:00
69145a6685 vanilla gan added 2017-03-26 18:25:42 +09:00
a438f8e6fc change file name 2017-03-26 17:44:09 +09:00
ea06532eaa dqn work in progress.. 2017-03-26 17:43:00 +09:00
f3868f4fff name changed: gan to dcgan 2017-03-26 17:42:22 +09:00
8c4dd99de4 vanilla gan added' 2017-03-26 17:41:51 +09:00
2fe796bb10 rearrange code for cuda() 2017-03-22 22:58:29 +09:00
15e6a89f35 Update README.md 2017-03-21 20:10:46 +09:00
ddbf158616 remove notebook 2017-03-21 20:09:43 +09:00
b15a0fffcb Merge pull request #11 from hunkimForks/clearnup
Clearnup
2017-03-21 20:08:30 +09:00
ae72623a08 Create README.md 2017-03-21 20:05:51 +09:00
8fbd907884 delete resize.py 2017-03-21 20:02:18 +09:00
6f5fda14f0 image captioning completed' 2017-03-21 20:01:47 +09:00
4eee611bab Removed WIP file and create .gitignore 2017-03-21 07:01:20 +09:00
ba7d5467be config and download script are added 2017-03-21 01:06:34 +09:00
4fc2b1fa8a captioning modules are edited 2017-03-21 01:05:47 +09:00
3a7a9cf07b model serialization code changed 2017-03-18 16:28:19 +09:00