https://github.com/Microsoft/CNTK
Raw File
Tip revision: c2fd0e928e375cafda251631c70a9068908e26c2 authored by William Darling on 12 October 2016, 14:55:39 UTC
initial docstrings filled in, some cntk.Axis changed to cntk.axis.Axis, but not all
Tip revision: c2fd0e9
requirements.txt
# packages required for the Python API
scipy >= 0.17
numpy >= 1.10
# packages required for the E2E test
six
back to top