Commit Graph

195 Commits

Author SHA1 Message Date
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
Kashif Rasul 850cbd43b4 added relative bias evaluation 2020-01-15 17:01:52 +01:00
Dr. Kashif Rasul 1987856470 tqdm over eval dims 2020-01-15 16:59:31 +01:00
Dr. Kashif Rasul 7fd92875fe RNN always gets mean scaled values 2020-01-15 15:49:09 +01:00
Dr. Kashif Rasul 6ee817ab72 dont set scale if scaling is false 2020-01-15 15:24:11 +01:00
Dr. Kashif Rasul c1970eae9b revert 2020-01-15 13:24:57 +01:00
Dr. Kashif Rasul 888139203a detach scale tensor just in case and mult. in forward 2020-01-15 13:19:05 +01:00
Dr. Kashif Rasul b5ef5f90c2 put back scaling to flow 2020-01-15 13:12:23 +01:00
Kashif Rasul 9938121a42 Test conditioning (#1)
* explicitly set the conditioning to flow

* try ELUs

* return first element of tuple

* typo

* revert ELU
2020-01-15 11:39:10 +01:00
Kashif Rasul da9721ec27 added dataset tests 2020-01-14 20:14:37 +01:00
Dr. Kashif Rasul eba1f50a6a add weight_decay to adam 2020-01-14 17:27:50 +01:00
Dr. Kashif Rasul 77793fa55f cleanup more 2020-01-14 17:12:34 +01:00
Dr. Kashif Rasul 53bb87e952 formatting 2020-01-14 11:57:46 +01:00
Dr. Kashif Rasul a1fe683254 remove comments and cleanup 2020-01-14 11:55:33 +01:00
Dr. Kashif Rasul 6979042497 cleanup and loss is mean over time 2020-01-14 11:14:09 +01:00
Kashif Rasul c429003932 cleanup 2020-01-13 20:31:05 +01:00
Kashif Rasul f8bf093fee typo 2020-01-13 20:15:31 +01:00
Kashif Rasul 5c0e84c2fd fix shape 2020-01-13 20:14:20 +01:00
Kashif Rasul 0a8e9fdec8 set prediction network to eval mode 2020-01-13 20:01:51 +01:00
Kashif Rasul 8cb33f20c6 shape has to be a tuple 2020-01-13 19:52:47 +01:00
Dr. Kashif Rasul ca2918b02e fix comparison 2020-01-13 16:59:07 +01:00
Dr. Kashif Rasul 7cea995d10 use scale 2020-01-13 16:46:52 +01:00
Dr. Kashif Rasul 748e0c4ad5 output_transform is none 2020-01-13 13:42:57 +01:00
Dr. Kashif Rasul 2f019604ff flow's input size is target_dim 2020-01-13 12:06:22 +01:00
Dr. Kashif Rasul 863c675981 rename
TODO remove and refactor arg. names
2020-01-13 12:04:11 +01:00
Dr. Kashif Rasul 127f99299d added missing variables 2020-01-13 11:57:50 +01:00
Dr. Kashif Rasul a8644501dc typo 2020-01-13 11:54:29 +01:00
Dr. Kashif Rasul 056f831285 store cell_type 2020-01-13 11:53:32 +01:00
Dr. Kashif Rasul 2d14e9d842 fix arguments to training network 2020-01-13 11:51:50 +01:00
Dr. Kashif Rasul c3744da5d7 only works for multivariate 2020-01-13 11:50:12 +01:00
Dr. Kashif Rasul 3d5ac3fe3e fix arg. 2020-01-13 11:42:29 +01:00
Dr. Kashif Rasul 77d27e1fbb another one 2020-01-13 11:41:30 +01:00
Dr. Kashif Rasul 5707abe353 formatting 2020-01-13 11:40:30 +01:00
Dr. Kashif Rasul 3d73bcf157 typo 2020-01-13 11:39:32 +01:00