Commit Graph

  • c84f7df24b [onmt] Update README with models; move data to AWS Adam Lerer 2017-02-22 14:55:38 -08:00
  • 6be19f9cbc fixed divide by zero error Andrew Gambardella 2017-02-23 10:53:57 +00:00
  • f3a883c39a start_epoch should increment from saved epoch Bryan Marcus McCann 2017-02-16 14:40:41 -08:00
  • fa7e589c81 moving param init Bryan Marcus McCann 2017-02-16 14:26:15 -08:00
  • ebd985dbbe params should not be reinitialized for loaded models Bryan Marcus McCann 2017-02-16 14:08:32 -08:00
  • fc527420ea final cleanup Adam Lerer 2017-01-19 13:23:07 -08:00
  • 301b0cbf78 train from checkpoint Adam Lerer 2017-01-19 13:03:31 -08:00
  • b95b4c38e2 Remove language features leftovers Adam Lerer 2017-01-19 00:14:48 -08:00
  • d88d3777c2 cleanup train.py Adam Lerer 2017-01-18 08:22:38 -08:00
  • 9b33dcf34f OpenNMT example now updated and training Bryan Marcus McCann 2017-01-18 01:25:23 +00:00
  • 7b2dd86493 add data text files Adam Lerer 2017-01-17 22:06:00 -08:00
  • 741e2606ad Initial checkin Adam Lerer 2017-01-17 21:41:24 -08:00
  • 2ff9485e54 Add instruction to use specified GPU id (#73) Kentaro Wada 2017-02-21 10:45:08 +09:00
  • 190f8fa528 Prevent 2 forward passes with detach Kai Arulkumaran 2017-02-16 14:22:37 +00:00
  • ec4802c0d6 Update main.py (#68) Xinwei He 2017-02-16 15:30:16 +08:00
  • f6770faaad removing default snapshot and setting cuda to avoid pytroch issue 689 Bryan Marcus McCann 2017-02-07 00:26:50 +00:00
  • 9108041562 updates for torchtext and loading from snapshot Bryan Marcus McCann 2017-02-07 00:01:40 +00:00
  • 832141b459 Update main.py (#65) Junonia 2017-01-30 14:03:15 -05:00
  • b59153a580 Create LICENSE Soumith Chintala 2017-01-30 09:58:35 +05:30
  • 2cfe5e12b9 Remove module names from arch list in Imagenet example (#62) Marat Dukhan 2017-01-27 20:58:04 -05:00
  • 9f125c1d9c Merge pull request #61 from tomsercu/master Soumith Chintala 2017-01-27 15:07:22 -05:00
  • 3243317597 D( G(z).detach() ), added D means for monitoring Tom Sercu 2017-01-27 15:03:05 -05:00
  • c66216f12f Merge pull request #57 from bmccann/snli_glove_vectors Soumith Chintala 2017-01-27 13:20:37 -05:00
  • 181ac16c1f fix argparse type of gamma rarilurelo 2017-01-27 15:33:14 +09:00
  • d10a5297b7 remove fictitious play stuff from example that was accidentally committed Soumith Chintala 2017-01-26 16:31:19 -05:00
  • db83349f4f updating glove vector interface with torchtext Bryan Marcus McCann 2017-01-25 21:57:34 +00:00
  • e2b9063efe fixing bug in bidirectional and setting to default Bryan Marcus McCann 2017-01-25 21:01:21 +00:00
  • 5f8d3cafa3 simpler vector loading and defaults Bryan Marcus McCann 2017-01-25 20:29:45 +00:00
  • 57b48f3768 defaulting unidirectional Bryan Marcus McCann 2017-01-25 20:17:04 +00:00
  • 67780a6d14 adding some to the READMEs Bryan Marcus McCann 2017-01-25 03:25:03 +00:00
  • a7a5cdc598 adding projection layer Bryan Marcus McCann 2017-01-25 02:11:47 +00:00
  • 88508c0fb6 lowercasing and caching Bryan Marcus McCann 2017-01-24 21:35:52 +00:00
  • 92d566ab31 adding glove vectors Bryan Marcus McCann 2017-01-24 05:20:02 +00:00
  • 623cd7fff2 adding some options Bryan Marcus McCann 2017-01-24 00:30:17 +00:00
  • 10cc0b7fa9 snli example; no glove Bryan Marcus McCann 2017-01-23 22:09:33 +00:00
  • c6bff8c51e default number of training epoch should be 10 in the description gaurav pathak 2017-01-22 17:27:07 +05:30
  • 8cfb021df1 Merge pull request #52 from pytorch/vae_fix Soumith Chintala 2017-01-19 17:31:05 -05:00
  • 48a4b5113d Fix CUDA mode in VAE example vae_fix Adam Paszke 2017-01-19 14:28:48 -08:00
  • 8ecce209b1 Merge pull request #48 from pytorch/regression Soumith Chintala 2017-01-19 13:22:47 -05:00
  • 8f4a46126c Fix regression example regression Adam Paszke 2017-01-19 19:01:29 +01:00
  • 58591e2896 Actor was not being used in actor-critic ebetica 2017-01-19 08:55:24 -08:00
  • 363a9470d6 fix requirements Soumith Chintala 2017-01-18 21:44:09 -05:00
  • e749ed035b Merge pull request #44 from smartkiwi/master Soumith Chintala 2017-01-18 19:11:18 -05:00
  • ae40df7b51 just remove the call smartkiwi 2017-01-18 17:10:30 -07:00
  • 56d7bb86b6 missing import smartkiwi 2017-01-18 16:44:53 -07:00
  • 2573465a78 Make example python 2.7 compatible smartkiwi 2017-01-18 16:43:30 -07:00
  • 7f612f9288 Merge pull request #42 from ebetica/reinforce Soumith Chintala 2017-01-18 18:27:25 -05:00
  • 4b5bd87cfb Adds naive REINFORCE algorithm Zeming Lin 2017-01-18 17:56:06 -05:00
  • 76463bcc04 Merge pull request #41 from lukeyeager/logreg-fix Soumith Chintala 2017-01-18 14:02:26 -05:00
  • cad2233c6e Fix logistic regression example Luke Yeager 2017-01-18 10:46:40 -08:00
  • 182f862e41 Merge pull request #40 from lukeyeager/logreg Soumith Chintala 2017-01-18 13:37:00 -05:00
  • e84fdf93fc Update README.md (#39) Sam Gross 2017-01-18 13:32:01 -05:00
  • 238a0db7e3 Add logistic regression example Luke Yeager 2017-01-18 10:29:43 -08:00
  • b4b6ba4c8c Merge pull request #38 from andreaskoepf/patch-1 Soumith Chintala 2017-01-18 11:35:35 -05:00
  • 2c7b523c64 Add arXiv link to VAE paper Andreas Köpf 2017-01-18 17:24:35 +01:00
  • f39536f339 removing OpenNMT soumith 2017-01-17 18:59:12 -08:00
  • 4dece013b2 Merge pull request #34 from ebetica/fix1 Soumith Chintala 2017-01-17 18:45:31 -05:00
  • 3dc0077120 Bigger network converges in 160 steps Zeming Lin 2017-01-17 18:39:50 -05:00
  • 2bc4454d23 Merge pull request #33 from pytorch/rnn Soumith Chintala 2017-01-17 17:50:19 -05:00
  • d5a75ba09a Refactor language modeling example rnn Adam Paszke 2017-01-17 21:55:29 +01:00
  • 8c5008ea99 Merge pull request #32 from Kaixhin/master Soumith Chintala 2017-01-17 17:14:55 -05:00
  • da293af2df Rename REINFORCE to actor-critic Kaixhin 2017-01-17 22:04:37 +00:00
  • b59700ca72 Update README.md Soumith Chintala 2017-01-17 16:28:10 -05:00
  • b85fcbd4a3 Merge pull request #31 from pytorch/reinforce Soumith Chintala 2017-01-17 16:27:28 -05:00
  • d82a1df5ee Update README.md Soumith Chintala 2017-01-17 15:31:30 -05:00
  • c053f31a05 Fix dropout flag Adam Paszke 2017-01-17 21:21:03 +01:00
  • 4a984228e1 Add REINFORCE example reinforce Adam Paszke 2017-01-17 19:16:08 +01:00
  • 6625bcd9b8 Update README.md Soumith Chintala 2017-01-17 14:05:10 -05:00
  • c94694b728 Add hogwild example Adam Paszke 2017-01-17 08:49:19 -08:00
  • 32c7386aef Improve MNIST example Adam Paszke 2017-01-17 08:48:10 -08:00
  • 1d84800a98 VAE -> vae Adam Paszke 2017-01-17 01:18:42 -08:00
  • 8348a61df3 Update README.md Soumith Chintala 2017-01-17 13:59:09 -05:00
  • 152f44def8 Merge pull request #25 from adamlerer/onmt Soumith Chintala 2017-01-17 13:57:14 -05:00
  • dc5926a3db Merge branch 'master' into onmt Soumith Chintala 2017-01-17 13:55:59 -05:00
  • e854cf6da1 wip mnist Adam Paszke 2017-01-17 03:47:30 -08:00
  • c6afbf79d8 VAE -> vae Adam Paszke 2017-01-17 01:18:42 -08:00
  • 1a9d6b54b2 Container -> Module Soumith Chintala 2017-01-16 19:11:04 -05:00
  • 7d70448bb4 Merge pull request #29 from pytorch/grad_fix Soumith Chintala 2017-01-16 12:59:54 -05:00
  • e6aecf581a Fix for changed .grad type Adam Paszke 2017-01-16 10:55:02 +01:00
  • 0435cb1889 Merge pull request #28 from Maratyszcza/master Soumith Chintala 2017-01-15 01:24:36 -05:00
  • 9a92d761fc Auto-detect architectures in ImageNet example Marat Dukhan 2017-01-14 21:52:52 -05:00
  • 66238bcd68 Update README.md Soumith Chintala 2017-01-13 17:10:33 -05:00
  • 8952bff9bc Merge pull request #27 from alykhantejani/super_resolution_example Soumith Chintala 2017-01-13 17:10:13 -05:00
  • 6238eb6ae8 Add super resolution example Alykhan Tejani 2017-01-04 22:47:00 +00:00
  • 8254bd4eaa random stuff Adam Lerer 2017-01-11 10:36:16 -08:00
  • 7ee5c4cc9f multi-layer decoder Adam Lerer 2017-01-10 22:00:28 -08:00
  • 62555a6f72 memory efficient decoding Adam Lerer 2017-01-09 20:45:18 -08:00
  • c048078187 memory efficient decoding Adam Lerer 2017-01-09 20:45:18 -08:00
  • c9993fe020 Used models from torchvision (#26) Sam Gross 2017-01-09 15:15:25 -05:00
  • ff010950b5 feed encoder hidden states to decoder; and other debugging Adam Lerer 2017-01-08 16:04:07 -08:00
  • 50da9accc1 Update README.md Soumith Chintala 2017-01-05 00:54:37 -05:00
  • c2c4f5ffdb delete lots of unnecessary files Adam Lerer 2017-01-04 15:45:16 -08:00
  • 2572f1193e add bidirectional, fix bugs, add options Adam Lerer 2017-01-04 14:56:36 -08:00
  • d4a27cad68 Merge pull request #23 from colesbury/alexnet Soumith Chintala 2017-01-03 15:54:25 -05:00
  • 0b54188eb0 Add AlexNet model definition Sam Gross 2017-01-03 12:28:07 -08:00
  • c9e2072479 fixes Adam Lerer 2017-01-01 11:06:28 -08:00
  • b71427e860 Update README.md Soumith Chintala 2016-12-30 11:17:43 -05:00
  • 8a70c277c3 Trains for multiple epochs Adam Lerer 2016-12-29 13:29:08 -08:00
  • a584d6f73c added CUDA, fixed bugs; but still loss is nan Adam Lerer 2016-12-28 15:39:01 -08:00
  • 3e2927d3a8 train.py is running Adam Lerer 2016-12-28 15:18:31 -08:00