node-cntk
node-cntk copied to clipboard
Node.js bindings for CNTK
Hi, is there any way to feed sequence data to node-cntk? I have a pre-trained model that I can feed one-hot data, but the sequence axis seems to throw it...
@nadavbar I am an Computer Engineering working Buenos Aires working for a small startup and we are doing some pretty exciting things down here. Our startup also does a lot...
The tutorial should show how to take a trained Keras model, save it as a CNTK model using the underlying CNTK backend and then load it using this module and...
The API currently only supports setting a default device. In general we should support setting device for each operation separately in case people want to distribute work across several GPUs.
Allow the user to specify input and output variables once instead of each time when calling eval.
Add a sample that shows how to serve the model in a webserver. One option is to have a website that lets you draw digits on a canvas and then...