https://github.com/Microsoft/CNTK
Raw File
Tip revision: b83d222e6ab53c382ac6f144a9d014d2ad6b1eae authored by thhoens on 20 May 2016, 22:35:49 UTC
Fixed bug where CNTK generated long logpath names.
Tip revision: b83d222
requirements.txt
# packages required for the Python API
scipy >= 0.17
numpy >= 1.10
# packages required for the E2E test
six
back to top