Skip to content

Instantly share code, notes, and snippets.

@sararob
Created March 30, 2018 18:02
Show Gist options
  • Select an option

  • Save sararob/035c07dce3377c0783a1b656c537af03 to your computer and use it in GitHub Desktop.

Select an option

Save sararob/035c07dce3377c0783a1b656c537af03 to your computer and use it in GitHub Desktop.

Revisions

  1. sararob created this gist Mar 30, 2018.
    5 changes: 5 additions & 0 deletions train-model.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    await model.fit(
    xData, yData, {
    batchSize: batchSize,
    epochs: epochs
    });