https://github.com/Microsoft/CNTK
Raw File
Tip revision: 2ccdff45e35e8e8632014312666aec7ed6dd2487 authored by liqfu on 04 February 2019, 05:18:50 UTC
enable onnx rnn test, name input with proper name
Tip revision: 2ccdff4
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