Revision c10fb0cf1d90e6d0634ca6ca62f159035c0a40e8 authored by kaituoxu on 11 June 2018, 10:05:42 UTC, committed by Guoli Ye on 13 February 2019, 04:56:41 UTC
cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn

cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn

fix compilation error

fix compilation error 2

fix compilation error 3

fix compilation error 4

fix compilation error 5

FSMN bug fixed!! I have wrong understanding of one Minibatch Matrix's layout before and Now I have fixed related problem

try to fix memory bug(illegal memory access)

use MatrixPool and UpdateFunctionMBSize() to Resize m_flags & construct m_flags in BeginForwardProp()

[BiVfsmnNode] avoid CPU GPU transfer but still use hard code minibatch size

semi-orthogonal

semi-orthogonal

nan-debug

nan-debug

nan-debug

nan-debug

nan-debug

semi-orthogonal-errinfo

semi-orthogonal

alpha-debug

semi-orthogonal-errinfo

semi-orthogonal

semi-orthogonal-errinfo

semi-orthogonal

semi-orthogonal-errinfo

nan-debug

nan-debug

nan-debug

nan-debug

nan-debug

nan-debug-improve

nan-fix

update bo's fix, use seqIdx based FSMN flags

bug fix

bug fix

mask unreferenced local virable LR in SGD.cpp
1 parent 6063866
Raw File
.gitmodules
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
[submodule "external/gsl"]
	path = external/gsl
	url = https://github.com/Microsoft/GSL.git
	branch = d846fe5
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnx_repo"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnx_repo
	url = https://github.com/onnx/onnx.git
back to top