Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Apr 7, 2022
1 parent de154d9 commit d47492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/neural-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const options = {
dataUrl: "data/colorData.json",
task: 'classification',
inputs:['r', 'g', 'b'],
outputs:['color']
outputs:['color'],
debug: true
}

Expand Down

0 comments on commit d47492d

Please sign in to comment.