Keras.js – Run trained Keras models in your browser
1–10 of 28 posts
Re: Keras.js – Run trained Keras models in your browser
#2Re: Keras.js – Run trained Keras models in your browser
#3Re: Keras.js – Run trained Keras models in your browser
#4Re: Keras.js – Run trained Keras models in your browser
#5Re: Keras.js – Run trained Keras models in your browser
#6This is awesome! Can you describe how you implemented the WebGL ops a bit more? Did you have to write your own convolution kernel with GLSL for example?
See code for example https://github.com/transcranial/keras-js/blob/master/src/Ten... or code on weblas github repo.
Re: Keras.js – Run trained Keras models in your browser
#7i'm not sure that's a big benefit really
Re: Keras.js – Run trained Keras models in your browser
#8What sort of performance can be expected compared to running in the terminal? How large NNs will this scale to in practice? I see a 50-layer resnet is mentioned; but not 1000-layers?
Re: Keras.js – Run trained Keras models in your browser
#9What sort of performance can be expected compared to running in the terminal? How large NNs will this scale to in practice? I see a 50-layer resnet is mentioned; but not 1000-layers?
Re: Keras.js – Run trained Keras models in your browser
#10This is awesome! Can you describe how you implemented the WebGL ops a bit more? Did you have to write your own convolution kernel with GLSL for example?