Commit Graph

6 Commits

Author SHA1 Message Date
Shanqing Cai 6fa70fa93b
[sentiment] Add tfjs-node training script; Fix padding issue (#209)
- train.js contains the training logic
- train.js uses data.js to load and format the training data
- sequence_utils.js is created to house the truncation/padding logic
  for both the tfjs-node training and in-browser inference
- README.md is updated
2019-01-19 00:01:06 -05:00
Marianne Linhares Monteiro 3c6557b1c3 Using tf.keras + default Initializers in Python files. (#204)
Involves the "sentiment" and "translation" examples.
2019-01-05 23:41:11 -05:00
Marianne Linhares Monteiro e5618082ef Fix typo: num_exapmles -> num_examples (#183) 2018-11-25 15:13:55 -05:00
Marianne Linhares Monteiro 0b7e97e1e1 Change default artifacts_dir from mnist to imdb (#181) 2018-11-24 15:10:41 -05:00
Marianne Linhares Monteiro ad0baf6e38 Fix typo: artifacts (#182) 2018-11-24 15:02:36 -05:00
David Soergel e98ea7f6af
Move Python scripts for building examples into tfjs-examples (#38)
* WIP

* Add mnist-transfer-cnn and update build files

* Update build scripts

* bugfixes

* yarn.lock updates

* Remove http-server in favor of yarn watch; fix licenses

* Serve local pretrained model with http-server

* Let user choose local vs. remote pretrained model.
2018-03-30 01:26:10 -04:00