https://github.com/Microsoft/CNTK
Revision ef3aa02038b22a6c40a6ac0ec35e5c1cbaa61288 authored by Amit Agarwal on 23 February 2017, 10:34:57 UTC, committed by Amit Agarwal on 23 February 2017, 21:39:36 UTC
1 parent 9d4a2f6
History
Tip revision: ef3aa02038b22a6c40a6ac0ec35e5c1cbaa61288 authored by Amit Agarwal on 23 February 2017, 10:34:57 UTC
CNTK v2 library: Fixed a couple of tutorials that were using numpy imnterop to properly specify the dynamic axes of inputs; earlier the models were specifying inputs to have both sequence and dynamic axes though the fed numpy array data did not account for the sequence axis causing the batch dimension to be wrongly interpreted as the sequence dimension. This was working earlier due to a bug in interpreting numpy data which always interpreted the leading axis to be the bacth axis regardless of the actual dynamic axis the input has; fixing that bug exposed the issue with these notebooks
Tip revision: ef3aa02
File Mode Size
Dependencies
Documentation
Examples
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 2.5 KB
.gitignore -rw-r--r-- 5.3 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.2 KB
CNTK.Cpp.props -rw-r--r-- 7.7 KB
CNTK.sln -rw-r--r-- 182.5 KB
CONTRIBUTING.md -rw-r--r-- 199 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 51.3 KB
README.md -rw-r--r-- 9.2 KB
configure -rwxr-xr-x 31.9 KB

README.md

back to top