Amit Agarwal
|
fa56f3a197
|
Fixed a couple of bugs in the ModelAveraging implementation and some code cleanup
|
2015-08-26 13:01:42 -07:00 |
Amit Agarwal
|
928886e1ee
|
Make use of zero threshold for 1bit quantization a runtime option
|
2015-08-21 12:25:15 -07:00 |
Amit Agarwal
|
acd24c738e
|
Addressed code review feedback
|
2015-08-17 14:48:06 -07:00 |
Amit Agarwal
|
e63834478f
|
Fixed a bug in the MPI barrier condition for data-parallel SGD runs and modified Simple_multigpu.config in accordance with the new config setting for data-parallel SGD training
|
2015-08-05 16:18:24 -07:00 |
Amit Agarwal
|
7c18da0fab
|
1) Code cleanup 2) Modified parallelization config options 3) Fixed the quantization unit test
|
2015-08-05 14:30:24 -07:00 |
Amit Agarwal
|
64fae7a0bc
|
Implementation of data-parallel SGD with 1bit quantization of gradients for reduced communication costs
|
2015-08-05 09:23:33 -07:00 |
Amit Agarwal
|
12b1ab8ca6
|
Some minor changes to the Simple Demo config file to allow specifying the path to input files using the RootDir variable
|
2015-06-03 11:36:35 -07:00 |
amitaga
|
91a27cd9fc
|
Merge branch 'master' of https://git.codeplex.com/cntk into linux-gcc
Conflicts:
Common/Include/minibatchsourcehelpers.h
DataReader/DSSMReader/DSSMReader.cpp
DataReader/HTKMLFReader/HTKMLFReader.cpp
DataReader/LMSequenceReader/SequenceReader.cpp
DataReader/LMSequenceReader/minibatchsourcehelpers.h
DataReader/LUSequenceReader/LUSequenceReader.cpp
DataReader/LUSequenceReader/minibatchsourcehelpers.h
DataReader/LibSVMBinaryReader/LibSVMBinaryReader.cpp
DataReader/UCIFastReader/UCIFastReader.cpp
MachineLearning/CNTK/ComputationNetwork.h
MachineLearning/CNTK/SGD.h
MachineLearning/CNTK/SimpleNetworkBuilder.h
MachineLearning/CNTK/SynchronousExecutionEngine.h
MachineLearning/cn/PTaskGraphBuilder.cpp
Makefile.cpu
Makefile.gpu
Math/Math/NoGPU.cpp
|
2015-05-19 16:04:47 -07:00 |
Dong Yu
|
0eac6ef3fc
|
change cn.exe to cntk in examples setups, demos, tutorials, and check-in suites.
fix the bug in TimitGetFiles.py
|
2015-05-19 14:10:45 +08:00 |
Yu
|
2cde42df29
|
For all the wprint related stuff, we should avoid use %s because wstring is the internal representation (no conversion needed). Replaced it with %ls.
|
2015-04-15 21:02:55 -04:00 |
Dong Yu
|
01775599d4
|
Merge branch 'master' of https://git01.codeplex.com/cntk
|
2015-03-30 19:21:21 -07:00 |
Dong Yu
|
6291e3cfc6
|
[nothing expect that strange mode change in the demos and papers folder.
|
2015-03-30 19:21:10 -07:00 |
Yu
|
e1c964cfa1
|
Merge remote-tracking branch 'origin/master' into linux-gcc
Conflicts:
DataReader/LMSequenceReader/SequenceParser.h
DataReader/LMSequenceReader/SequenceReader.cpp
MachineLearning/cn/ComputationNetwork.h
Math/Math/CPUMatrix.cpp
Math/Math/CPUSparseMatrix.cpp
Math/Math/GPUMatrix.cu
|
2015-03-25 22:15:58 -04:00 |
yzhang87
|
a735f718cb
|
Fix the error for deleting node in MEL: 1) clean the mapping function, 2) if there is a null children, print a warning instead of a segmentation fault. Need more test when deleting a node in a recurrent loop.
|
2015-03-25 12:34:34 -04:00 |
Yu
|
1b69e56b93
|
Merge remote-tracking branch 'origin/master' into linux-gcc
Conflicts:
Math/Math/NoGPU.cpp
|
2015-03-04 12:01:55 -05:00 |
Dong Yu
|
aabe4dfd72
|
fix the signature mismatches in NoGPU.cpp
|
2015-03-03 20:20:58 -08:00 |
Yu
|
2d1ec9471d
|
Fixed the bug by merging
|
2015-02-08 02:55:40 -05:00 |
wengong_jin
|
de39c79e4f
|
Added README.
|
2015-01-20 14:41:29 +08:00 |
Malcolm Slaney
|
c636d95c9b
|
Cleaning up paper file status
|
2014-11-23 06:54:20 -08:00 |
Malcolm Slaney
|
f3b43361c3
|
Adding the speech demo example
|
2014-11-22 15:37:09 -08:00 |
Malcolm Slaney
|
c9ed3ec65e
|
The Simple Demo Code and Reference Figures
|
2014-11-21 19:18:09 -08:00 |