Cntk: Can I use CNTK C++ API to train now?

Created on 24 Apr 2017  路  3Comments  路  Source: microsoft/CNTK

I've tried to search some keywords in CNTKLibrary.h like "dense", "sigmoid", but found nothing.

Most helpful comment

All python APIs are built on top of C++ implementation in CNTK. Here are C++ examples on RNN, example on CNN

All 3 comments

Please refer to test code for C++ API training.

I think I'll try C++ later, it seems only FullyConnectedNetwork is supported, no CNN and RNN supports.
GPU and CPU are not abstracted yet, just not focus enough on deep learning.
Thanks all the same.

All python APIs are built on top of C++ implementation in CNTK. Here are C++ examples on RNN, example on CNN

Was this page helpful?
0 / 5 - 0 ratings