matiasvlevi / Dann

Deep Neural Network Library for JavaScript.
https://dannjs.org
MIT License
425 stars 23 forks source link

Better way of using Dann.load() for the browser. #15

Closed matiasvlevi closed 3 years ago

matiasvlevi commented 3 years ago

As of now, the yourmodel.load(); needs it's value name to be referenced as the first argument. This works in some html environments and not in others (JSBin or other coding sandboxes).