https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5c925036ec9a8f139e2abbab64e3c559342ca547 authored by Alexey Reznichenko on 02 December 2016, 15:53:33 UTC
Force set default device in pytests
Tip revision: 5c92503
README.md
# Numpy interop

In FeedForwardNet.py we show a minimal example how to train a CNTK network using numpy arrays as input.
back to top