Hacker News new | ask | show | jobs
by axel180 2740 days ago
Keep in mind that while the tutorial is in javascript, in the web browser, the neural network easily apply for node based solutions as well.

We're adding GPU support that use either client side OR server side GPU, so that any case you mention can be handled.

2 comments

yes, but afaik node with webgl is strictly slower than cuda/cudnn with Python or whatever serving
unless you also support cuda/cudnn directly now ofc