forked from tensorflow/tfjs-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jena-weather] Add RNN training in Node.js; Use fitDataset() and tfvi…
…s.show.fitCallbacks() (tensorflow#206) * To this end, the model creation and training logic is refactored out from `index.js` and moved into `models.js`, which is used by the browser environment and the backend (tfjs-node/tfjs-node-gpu) environment. * The newly added `train-rnn.js` drives the training of RNNs in the backend * Replace custom `tf.Model.trainOnBatch()` on more principled `tf.Model.fitDataset()` * Replace custom plotting methods with `tfvis.show.fitCallbacks()`
- Loading branch information
Showing
7 changed files
with
2,482 additions
and
1,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.