Open jemmali-git opened 3 years ago
I am actually at this point too. Anything new?
Same problem. I store the model in a json, try to load it, but it just fails with the same error.
This has been resolved in https://www.npmjs.com/package/brain.js/v/2.0.0-beta.11. Here is a working example: https://observablehq.com/@robertleeplummerjr/brain-js-issue-741.
This isn't solved. When trying to train the model after loading fromJSON, it still fails as they describe in the issue:
It's the same issue as #787
Thanks for reproducing. I'll look at this early this week.
Thanks for reproducing. I'll look at this early this week.
Any progress on figuring this out? This is pretty much useless without being able to save a previous network.
Trying to train an imported model from JSON fails.
Use case:
Error:
Fix: Setting dataFormatter.isSetup to true in DataFormatter.fromJSON solve the problem
So is there any drawback for this Fix ?