Commit Graph

16 Commits

Author SHA1 Message Date
Chintan Shah 69288460b1 Simplified encoder decoder model and moved curriculum learning outside 2019-10-01 10:07:34 -04:00
Chintan Shah a1c9af2bad Setup curriculum learning framework 2019-09-30 21:58:55 -04:00
Chintan Shah bdce241a8f Implemented abstract method and changed scheme to do all layers first for each timestep 2019-09-30 20:32:31 -04:00
Chintan Shah 0769a3b2e2 Implemented seq2seq without DCGRU and curriculum learning 2019-09-30 19:14:24 -04:00
Chintan Shah 7349f2ed67 Figured out decoder shapes 2019-09-30 16:04:03 -04:00
Chintan Shah 6386ac7eb4 Implemented encoder using GRUCell instead so that it's easier to swap that with DCGRUCell 2019-09-29 17:40:52 -04:00
Chintan Shah 66fb202d21 Implemented Encoder with GRU - should swap GRU with DCGRU 2019-09-29 12:51:49 -04:00
Yaguang 81b4626193 Remove unused code. 2019-01-18 19:00:34 -08:00
Yaguang d59d44e4f0 Code refactor. 2018-10-01 17:45:46 -07:00
Yaguang 7e05414d99 Combine Val and Test model. 2018-09-30 22:14:45 -07:00
Yaguang 5dc36fed7c Refactor DCRNN Model. 2018-09-30 21:53:40 -07:00
Yaguang e8d6c08db0 Merge log_helper into utils and change logging mechanism. 2018-09-26 11:33:21 -07:00
Yaguang 9ec161543b Code refactoring, including data loading, logging, configuration, removing redundant code. 2018-09-26 11:19:00 -07:00
Yaguang e08002d72d Update the seq2seq training logic. 2018-06-07 11:16:33 +08:00
Yaguang e93435c598 Replace json with yaml for configuration. 2018-04-18 11:51:35 -07:00
Yaguang c7535e5443 Initial commit. 2017-12-07 17:35:50 -08:00