https://github.com/Microsoft/CNTK
Raw File
Tip revision: eaf0cf096f596bc9de60a8a54015902244ded2af authored by liqun fu on 31 March 2020, 15:50:09 UTC
disable fp16 test for poolWithSequenceAxis
Tip revision: eaf0cf0
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