Commit Graph
228 Commits
Author SHA1 Message Date
Dr. Kashif Rasul ad482cb526 formatting 2020-01-28 14:01:48 +01:00
Dr. Kashif Rasul 7bede84f45 enc_out needs to be repeated at dim=1 2020-01-28 13:44:17 +01:00
Dr. Kashif Rasul 438785cde1 copy trainer network to device 2020-01-28 12:12:32 +01:00
Dr. Kashif Rasul 23b0d39412 set tgt_mask as a buffer 2020-01-28 12:03:29 +01:00
Dr. Kashif Rasul 8760a9dc08 no cache reset in pytorch 2020-01-28 11:45:32 +01:00
Dr. Kashif Rasul 79902625d7 another typo 2020-01-28 11:31:32 +01:00
Dr. Kashif Rasul f19d402475 fix typo 2020-01-28 11:30:01 +01:00
Dr. Kashif Rasul a0a3fa477c remove runs 2020-01-28 11:29:51 +01:00
Dr. Kashif Rasul 9322ce004a fix argumment name 2020-01-28 11:27:58 +01:00
Dr. Kashif Rasul 1ab2babbe3 transfomer takes [T, B, F] tensors 2020-01-28 11:21:06 +01:00
Dr. Kashif Rasul 5141ae69e9 fix loss 2020-01-28 10:50:53 +01:00
Dr. Kashif Rasul 969b8c41b3 fix typos 2020-01-28 10:30:53 +01:00
Dr. Kashif Rasul 32db813e41 require tensorboard 2020-01-28 10:20:43 +01:00
Dr. Kashif Rasul 1c257bd317 added encoder and decoder input layers 2020-01-28 10:17:00 +01:00
Dr. Kashif Rasul 72710c21d9 api to set the transformer dim and ff_dim 2020-01-28 10:10:47 +01:00
Kashif Rasul 8d92ae4b89 added static real features 2020-01-27 21:19:16 +01:00
Kashif Rasul 064baee01c fix mask
TODO check this
2020-01-27 21:08:41 +01:00
Kashif Rasul ff92cbad50 more typos 2020-01-27 20:28:38 +01:00
Kashif Rasul 9c22720b60 import missing 2020-01-27 20:19:16 +01:00
Kashif Rasul d95bcfe57f fix imports 2020-01-27 20:15:03 +01:00
Kashif Rasul eea4d90aba formatting 2020-01-27 20:05:12 +01:00
Kashif Rasul da584d309c typos 2020-01-27 20:03:10 +01:00
Kashif Rasul b1d1cdbea6 fix api to nn.Transformer 2020-01-27 19:57:54 +01:00
Dr. Kashif Rasul 2dc6f23efe use nn.Transformer 2020-01-27 17:43:51 +01:00
Dr. Kashif Rasul 4a1de2d06f fix typo 2020-01-27 17:00:09 +01:00
Dr. Kashif Rasul 3184f5d588 initial transformer model
todo decoder encoder
2020-01-27 16:24:02 +01:00
Dr. Kashif Rasul d1005e2aa5 renamed flag to dequantize 2020-01-22 11:05:39 +01:00
Dr. Kashif Rasul b311aded13 exchange the forward and inverse in Real NVP 2020-01-22 10:48:45 +01:00
Kashif Rasul f09153cf5a fix RealNVP forward and inverse 2020-01-21 22:16:52 +01:00
Dr. Kashif Rasul c32bc0977a fix item_id field in repository datasets 2020-01-21 12:23:00 +01:00
Dr. Kashif Rasul f4c2406934 update data's rolling evaluation 2020-01-21 09:59:20 +01:00
Dr. Kashif Rasul ea2466f8a0 add scale variable 2020-01-17 13:14:31 +01:00
Dr. Kashif Rasul e472f57c1c fix import 2020-01-17 11:51:45 +01:00
Dr. Kashif Rasul 3b46a293c5 added Masked Linear Layer 2020-01-17 11:47:35 +01:00
Dr. Kashif Rasul 04bdd7bbf2 added MAF option to model 2020-01-17 11:42:46 +01:00
Dr. Kashif Rasul 744eb22ec4 added MAF 2020-01-17 11:36:30 +01:00
Dr. Kashif Rasul 4c5b02864f added quantization option to model 2020-01-17 10:26:42 +01:00
Dr. Kashif Rasul 79fba1fc26 log weights at the end of each epoch 2020-01-16 18:24:05 +01:00
Dr. Kashif Rasul 616ca73a68 comment out graph for now and close it at the end 2020-01-16 15:17:37 +01:00
Dr. Kashif Rasul 994f1202b7 added initial SummaryWriter 2020-01-16 14:34:50 +01:00
Dr. Kashif Rasul 891aec4812 pin memory false by default 2020-01-16 10:59:40 +01:00
Dr. Kashif Rasul 0b1fa27f55 comment out the length 2020-01-16 10:55:09 +01:00
Dr. Kashif Rasul e34561373e another typo 2020-01-16 10:51:16 +01:00
Dr. Kashif Rasul 177834451a another typo 2020-01-16 10:43:15 +01:00
Dr. Kashif Rasul 28f6ed1dbc fix typo 2020-01-16 10:41:38 +01:00
Dr. Kashif Rasul 5eacc141ac typo 2020-01-16 10:33:52 +01:00
Dr. Kashif Rasul 00d790a66d use pytorch Dataloader and TransformedIterableDataset 2020-01-16 10:32:30 +01:00
Dr. Kashif Rasul 1583ce1436 move TransformedIterableDataset into its own file 2020-01-16 10:01:32 +01:00
Kashif Rasul 3ec57b5218 added a TransformedIterableDataset class 2020-01-15 21:55:48 +01:00
Kashif Rasul c368bcf381 Merge branch 'master' of github.bus.zalan.do:zalandoresearch/pytorch-ts 2020-01-15 17:01:55 +01:00