Commit graph

11 commits

Author SHA1 Message Date
Vincent Wang
f6a8d2aa5f split graphs info 2020-12-15 09:03:08 -08:00
Vincent Wang
cfd57c0136 fix input order, and input grad. 2020-12-15 09:03:08 -08:00
Vincent Wang
e759da178d bugfix for graph inputs and outputs. 2020-12-15 09:03:08 -08:00
Vincent Wang
6d8fde8324 sample code change. 2020-12-15 09:03:08 -08:00
Vincent Wang
c36c8e14a7 refactor 2020-12-15 09:03:08 -08:00
Vincent Wang
26e6d6d004 module transformer 2020-12-15 09:03:08 -08:00
Thiago Crepaldi
3524fb04e8 Add working example for MNIST (MVP) 2020-12-15 09:03:08 -08:00
Thiago Crepaldi
d4449d86b9 Add script to run Flexible API MVP PoC 2020-12-15 09:03:07 -08:00
Thiago Crepaldi
e71e08851a Basic plumbing for backward pass. Not fully working 2020-12-15 09:03:07 -08:00
Thiago Crepaldi
77cefcd6c2 Perform forward pass using training graph with intermediate outputs 2020-12-15 09:03:07 -08:00
Thiago Crepaldi
eebc2cccce
Fix fetches when eval_step's input is a subset of train_step's input (#4966)
This PR also includes MNIST sample using the new forntend as a sample
2020-09-02 08:57:44 -07:00