https://github.com/Microsoft/CNTK
Revision a2f7549f8de9162e03f4b34b0479b70bc0141b71 authored by Nikola Milosavljevic on 22 November 2016, 10:20:51 UTC, committed by Nikola Milosavljevic on 29 November 2016, 09:07:42 UTC
Fixing two bugs in automatic crop offset computation.
- When scanning from second crop node input, wrong node-to-affine
  map mapping is used.
- When computing coordinate map for a crop layer itself, the vector
  containing the result is not properly resized, resulting in
  access violation.

These were discovered when attempting to train an FCN16 network.
They did not manifest for FCN32 networks.
1 parent 58d19a6
History
Tip revision: a2f7549f8de9162e03f4b34b0479b70bc0141b71 authored by Nikola Milosavljevic on 22 November 2016, 10:20:51 UTC
Fix automatic crop offset computation
Tip revision: a2f7549
File Mode Size
Dependencies
Documentation
Examples
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 2.3 KB
.gitignore -rw-r--r-- 4.5 KB
.gitmodules -rw-r--r-- 201 bytes
CNTK.Cpp.props -rw-r--r-- 8.3 KB
CNTK.sln -rw-r--r-- 169.0 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-- 46.9 KB
README.md -rw-r--r-- 7.9 KB
configure -rwxr-xr-x 29.9 KB

README.md

back to top