https://github.com/Microsoft/CNTK
Raw File
Tip revision: a3bd7819d19453534f33b8292c771db32147f5a4 authored by kaituoxu on 15 August 2018, 05:40:31 UTC
[BiVfsmnNode] avoid CPU GPU transfer but still use hard code minibatch size
Tip revision: a3bd781
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