https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5953835828e8a6cb1a64fcafeaa7e343d12063c0 authored by William Darling on 10 November 2016, 14:51:22 UTC
redefined ZerosLike() to use ReduceSum instead of SumColumnElements
Tip revision: 5953835
requirements.txt
# packages required for the Python API
scipy >= 0.17
numpy >= 1.10
# packages required for the E2E test
six
back to top