https://github.com/Microsoft/CNTK
Revision 97f09f0c84b94289fe559a85416fcf764a50df3c authored by Amit Agarwal on 15 December 2016, 02:35:11 UTC, committed by Amit Agarwal on 15 December 2016, 10:31:31 UTC
a) Fixed a bug in the gradient overwrite optimization for the case when
same node appears as multiple inputs of another node
b) Added support for sequence start specification for Value::Create method
for one-hot vectors
c) Relaxed checking of shapes for sequences of scalars
d) Improved error reporting when required arguments of a function are not
supplied values for in the Function::Forward call
1 parent 39bceb5
Raw File
Tip revision: 97f09f0c84b94289fe559a85416fcf764a50df3c authored by Amit Agarwal on 15 December 2016, 02:35:11 UTC
Bug fixes and error reporting improvements
Tip revision: 97f09f0
.gitmodules
[submodule "Source/1BitSGD"]
	path = Source/1BitSGD
	url = https://git.codeplex.com/cntk1bitsgd
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
back to top