https://github.com/Microsoft/CNTK
Raw File
Tip revision: 8fef21be1d80b02849548dd05993abcebafd4837 authored by Dong Yu on 09 August 2016, 21:51:45 UTC
support minibatchSize (for larger models that will be out of memory without it) and frameMode (for RNNNode based Windowed RNN) for HTKMLFWriter (and HTKMLFReader).
Tip revision: 8fef21b
requirements.txt
# packages required for the Python API
scipy >= 0.17
numpy >= 1.10
# packages required for the E2E test
six
back to top