-
Notifications
You must be signed in to change notification settings - Fork 2
Training parameters
Mino05 edited this page Mar 20, 2019
·
3 revisions
HOME > DOCUMENTATION > MODIFY TRAINING PARAMETERS
https://js.tensorflow.org/api/latest/#tf.LayersModel.fit
- With this link you can find what are the different training parameters and how they are used.
- These parameters are contained in an object of type ModelFitArgs.
Before clicking the "train" button you can modify the values of the parameters in the text area, but be careful of the syntax.