https://github.com/Microsoft/CNTK
Revision e7a3733cf3d1b34048cd46987ceab2c3200267e5 authored by Frank Seide on 11 February 2018, 06:14:45 UTC, committed by Frank Seide on 11 February 2018, 06:14:45 UTC
1 parent b5a8adc
Raw File
Tip revision: e7a3733cf3d1b34048cd46987ceab2c3200267e5 authored by Frank Seide on 11 February 2018, 06:14:45 UTC
implemented an int version of Unpack()'s underlying functionality, avoiding float overflows for large minibatches. Not working yet, need to move to Windows to debug. Involved changes to template definitions throughout the matrix stack, but no real code change
Tip revision: e7a3733
.gitmodules
[submodule "Source/1BitSGD"]
	path = Source/1BitSGD
	url = https://github.com/CNTK-components/CNTK1bitSGD
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
back to top