Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

run() returns an object with stream-trained network #37

Closed
harthur opened this issue Mar 10, 2014 · 0 comments · Fixed by #48
Closed

run() returns an object with stream-trained network #37

harthur opened this issue Mar 10, 2014 · 0 comments · Fixed by #48

Comments

@harthur
Copy link
Owner

harthur commented Mar 10, 2014

Calling net.run() on a net that was trained with array-formatted data (e.g.: {input: [0, 1], output: [1]} should return an array (e.g. [0.987]).

If you train with stream, run will return an object (e.g. {'0': 0.987'})

@nickpoorman nickpoorman mentioned this issue Sep 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant