node-cntk icon indicating copy to clipboard operation
node-cntk copied to clipboard

Node.js bindings for CNTK

Results 6 node-cntk issues
Sort by recently updated
recently updated
newest added

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...

sample

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.

code

Allow the user to specify input and output variables once instead of each time when calling eval.

code

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...

sample