transcranial / keras-js

Run Keras models in the browser, with GPU support using WebGL
https://transcranial.github.io/keras-js
MIT License
4.96k stars 501 forks source link

do not bundle babel-polyfill #125

Open sinan opened 6 years ago

sinan commented 6 years ago

This fixes #109 without breaking anything else.

image
Patafix commented 6 years ago

Really need this fix.

sdabhi23 commented 5 years ago

This indeed breaks a lot of code. I tried to run an old app written with the original keras-js, and installed the library from the fork, but gave me too many error about imports and everything!