https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f460b5f License change 18 January 2016, 08:31:42 UTC
3ba9e06 update KaldiReaderWriter project. 04 August 2015, 23:14:36 UTC
7d08efc create KaldiReaderWriter project, does't compile yet. 04 August 2015, 19:22:27 UTC
5112f8b change KaldiReader to HTKReaderKaldiWriter and Kaldi2Reader to kaldiReaderWriter Add HTKReaderKaldiWriter project to CNTK.sln (initial attempt. does not compile) 10 July 2015, 05:26:04 UTC
4684e13 add Visual Studio C++ settings files. Make sure everyone uses the same tab, indentation and other settings in CNTK. 09 July 2015, 18:23:27 UTC
2e9a2a1 Merge branch 'master' of https://git01.codeplex.com/cntk 09 July 2015, 09:13:26 UTC
9be47d5 Fix potential issue in SequenceReader 09 July 2015, 09:12:08 UTC
d314601 Merge branch 'master' of https://git01.codeplex.com/cntk 09 July 2015, 06:31:46 UTC
3dbdf26 stop training if nan happens and learning rate is not auto adjusted. change the way matrix device moving is counted. Now only when data copy happens it's counted. 09 July 2015, 06:31:07 UTC
537b761 Fix evalNode issue due to merging 09 July 2015, 06:06:27 UTC
e6a2e50 Factoring out cross-process mutex code and porting GPU locking functionality to Linux 08 July 2015, 23:12:20 UTC
2c6c940 Build braek fix 08 July 2015, 22:49:16 UTC
f96ac20 Fix non-sequence reader. 08 July 2015, 20:52:44 UTC
631857b Fixing feature and labels names in Kaldi2Reader; also adding some explanation in README of how to compile CNTK with Kaldi 08 July 2015, 01:56:50 UTC
9cc460e Fix linux builds for multinetwork. 08 July 2015, 00:20:19 UTC
776c20b Merge remote-tracking branch 'origin/master' into linux-gcc Conflicts: Common/Include/DataReader.h Documentation/CNTK-TechReport/lyx/CNTKBook_CNTK_Chapter.lyx MachineLearning/CNTK/TrainingCriterionNodes.h Math/Math/Matrix.cpp 08 July 2015, 00:00:17 UTC
e37ddb8 Fix Windows builds. 07 July 2015, 23:33:14 UTC
9d61b5d Merge branch 'linux-gcc' of https://git.codeplex.com/cntk into linux-gcc 07 July 2015, 20:12:09 UTC
ba1a969 Fix multi-IO. 07 July 2015, 20:11:23 UTC
496dfcb Cleanup after Adaptive Minibatch size change 07 July 2015, 17:52:06 UTC
4d14e51 Fix a bug in restoring from previous model in SGD 07 July 2015, 07:20:24 UTC
204b879 Finish GPU NCE training 07 July 2015, 03:56:16 UTC
b5038c7 Merge branch 'master' of https://git01.codeplex.com/cntk 07 July 2015, 01:30:42 UTC
54c1ac4 Update softmax GPU NCE training 07 July 2015, 01:30:33 UTC
6348f84 removing my name from README for now. 07 July 2015, 00:16:23 UTC
cac3156 Fixed Windows build 06 July 2015, 23:16:54 UTC
30f57f2 Add dynamic minibatch sizing. 06 July 2015, 21:05:17 UTC
471f710 Add sentence end information to the reader. 06 July 2015, 08:04:26 UTC
f9245c2 Merge remote-tracking branch 'origin/dongyu/dev' into linux-gcc Conflicts: DataReader/HTKMLFReader/HTKMLFReader.cpp DataReader/HTKMLFReader_linux/HTKMLFReader.cpp DataReader/KaldiReader/HTKMLFReader.cpp MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/TrainingCriterionNodes.h Makefile_kaldi2.gpu 06 July 2015, 05:53:04 UTC
e50cfed Merge remote-tracking branch 'origin/master' into linux-gcc Conflicts: Documentation/CNTK-TechReport/lyx/CNTKBook_CNTK_Adv_Chapter.lyx MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/LinearAlgebraNodes.h MachineLearning/CNTK/NetworkDescriptionLanguage.cpp Makefile_kaldi2.cpu Makefile_kaldi2.gpu 06 July 2015, 05:28:21 UTC
f0ceb4b Merge with master branch. 06 July 2015, 05:19:18 UTC
b86990e Merge remote-tracking branch 'origin/master' into dongyu/dev Conflicts: CNTK.sln Common/Include/Basics.h DataReader/HTKMLFReader/HTKMLFReader.cpp DataReader/HTKMLFReader_linux/HTKMLFReader.cpp DataReader/KaldiReader/HTKMLFReader.cpp Documentation/CNTK-TechReport/lyx/CNTKBook_CNTK_Adv_Chapter.lyx MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/LinearAlgebraNodes.h MachineLearning/CNTK/NetworkDescriptionLanguage.cpp MachineLearning/CNTK/NonlinearityNodes.h MachineLearning/CNTK/SynchronousExecutionEngine.h MachineLearning/CNTK/TrainingCriterionNodes.h Makefile_kaldi2.gpu 06 July 2015, 05:16:57 UTC
9c3fa25 Fix the linux compile (NoGPU.cpp) 06 July 2015, 03:51:40 UTC
c2b8ece change definition of SENTENCE_BEGIN etc. Add operator |= to MinibatchPackingFlag Add support of UtteranceEnd in MinibatchPackingFlag to support bi-directional model in later 05 July 2015, 23:57:34 UTC
9eed4c6 Update NCE CUDA code 03 July 2015, 07:45:27 UTC
f3de3d9 Merge branch 'master' of https://git01.codeplex.com/cntk 03 July 2015, 02:31:54 UTC
f37095b Fix a bug in softmax for NCE 03 July 2015, 02:31:17 UTC
28ea7c3 revoke back L"Delay" in the ComputationNode.h since g++ cannot find DelayNode there. 03 July 2015, 01:39:24 UTC
a88b73a Merge branch 'master' of https://git01.codeplex.com/cntk 03 July 2015, 01:23:09 UTC
b00e505 change literals L"Delay" etc during node type comparison to DelayNode<ElemType>::TypeName() 03 July 2015, 01:22:54 UTC
aa56154 add TransposeTimes to CNTK book. 02 July 2015, 23:00:45 UTC
b6c5a61 Add TransposeTimesNode which is useful in auto-encoder where you want w2=w1^T 02 July 2015, 21:51:40 UTC
c1e41b5 Fixed build break caused by BMitra's commit bc641e42243e 02 July 2015, 19:32:50 UTC
db64969 Add lib path for NVML, remove redundant lib references 02 July 2015, 17:53:26 UTC
90be0b8 Update NCE GPU Code, forward phase is ready 02 July 2015, 12:44:19 UTC
b632326 Fix linux build (use popen in linux instead of _wpopen). 02 July 2015, 11:16:06 UTC
df1d881 Fix linux build (use popen in linux instead of _wpopen). 02 July 2015, 08:21:36 UTC
04c81b4 Merge remote-tracking branch 'origin/master' into linux-gcc Conflicts: CNTK.sln Common/Include/Basics.h DataReader/HTKMLFReader/HTKMLFReader.cpp DataReader/HTKMLFReader_linux/HTKMLFReader.cpp DataReader/KaldiReader/HTKMLFReader.cpp MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/NetworkDescriptionLanguage.cpp MachineLearning/CNTK/NonlinearityNodes.h MachineLearning/CNTK/SynchronousExecutionEngine.h 02 July 2015, 06:35:59 UTC
9db9bb2 Feed several frame into the minibatch if there is no new utterance. not the best way, just make it consistent with other readers. 02 July 2015, 04:46:14 UTC
3aab1d2 File now supports pipes ("cmd|", "|cmd") and "-" (stdin/stdout) for input and output; stderr redirection now uses File class instead of auto_file_ptr, allowing e.g. stderr="|tee path.log"; new method File::Flush(); class File implementation now uses RuntimeError() and LogicError() instead of throw std::runtime_error() and logic_error(); moved RuntimeError() and class Plugin from basetypes.h to Basics.h; new VS++ CRT emulation function _wpopen() (Linux only_ 01 July 2015, 23:17:29 UTC
bc641e4 Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/MatrixMorphSupplements 01 July 2015, 21:35:17 UTC
e613a79 Fix Kaldi2Reader for LSTM -- the previous commit fails after couple of epoch due to a bug 01 July 2015, 21:13:22 UTC
f5ce4c8 Windows->Linux: finalizing reconciliation of Linux vs. Windows version of HTKMLFReader 01 July 2015, 21:02:14 UTC
5c590f7 Windows->Linux: 85f7553 fix bug in multi utterance reader when mlf and feature file are mismatched in duration 01 July 2015, 21:02:14 UTC
566c71d Windows->Linux: 51daad8 moved nocase_compare to Basics.h, and removed.... 01 July 2015, 21:02:14 UTC
fe3bcfd Windows->Linux: 743c5a9 replaced printf format %ws by %ls which is portable between Visual Studio and gcc 01 July 2015, 21:02:14 UTC
c6e2d71 Windows->Linux: db7b574 Further depress the message in HKTMLFReader 01 July 2015, 21:02:14 UTC
61ea159 Windows->Linux: bc092c4 Disable redundant information output from releaserandomizedchunk when verbosity =0 01 July 2015, 21:02:14 UTC
19926ad Windows->Linux - 826ec09 1) Added the missing CNTKMath project dependency... 01 July 2015, 21:02:13 UTC
7da1782 Windows->Linux fd314f1 Modify HTKMLFReader/fileutil.cpp to support load in MLF file larger than 2 GB. 01 July 2015, 21:02:13 UTC
120e150 Windows->Linux: 5444c25 bug fixes in HTKMLFReader: randomizationNone for rollingwindow and context window setting for write 01 July 2015, 21:02:13 UTC
36bae00 Windows->Linux: a93a2a1 Eliminate "requiredata:..." message when verbosity == 0 01 July 2015, 21:02:13 UTC
20045cd Windows->Linux: 9e741ec Further remove message in HTKMLFReader when verbosity == 0 01 July 2015, 21:02:13 UTC
56e992b Windows->Linux: c3aad5b Using verbosity in HTKMLFReader to control the output. 01 July 2015, 21:02:13 UTC
c88e4cf Whitespace-only change: undoing some whitespace changes Those changes made simulatenously with porting of HTKMLFReader to linux. Reverting those changes allows better code comparison and helps to reconcile windows vs. linux versions of the reader 01 July 2015, 21:02:13 UTC
721e456 Incorporating code review feedback. 01 July 2015, 17:53:57 UTC
e04ceb1 update LSTM NCE CUDA code 01 July 2015, 10:17:22 UTC
4afc037 Merge branch 'master' of https://git.codeplex.com/cntk 30 June 2015, 20:22:39 UTC
dc6c7db Clean HTKMLFReader_linux 30 June 2015, 20:21:34 UTC
79bbe67 Implementation of Reshape and RowRepeat computation nodes and CPU/GPU implementation of Sparse column slice operations. 30 June 2015, 20:12:06 UTC
a3571ce Delaying start of CUDA profiler until first NextSample() call [A# cntk.kdev4 30 June 2015, 18:00:56 UTC
a3450a7 Merge remote-tracking branch 'origin/dongyu/dev' into linux-gcc 30 June 2015, 15:00:58 UTC
439e442 convert bias vector from |V|*1 to 1*|V| 30 June 2015, 11:09:12 UTC
f2abdb3 Merge branch 'master' of https://git01.codeplex.com/cntk 30 June 2015, 04:10:36 UTC
0b336bf Change GPU NCE function 30 June 2015, 04:10:26 UTC
64eb397 renamed myRank and numProcs to mpiRank and mpiNumProcesses, respectively (myRank is only understood by people who know MPI) 29 June 2015, 23:10:37 UTC
d68a3de Fix a minor bug in EvalReader and EvalWriter. This bug will be exposed when sentence length > 1024 frames. In that case, after 1024 frames, the EvalReader only fetches values in the first 1024 frames, and the writer will not write to the values after 1024 frames. 29 June 2015, 21:09:27 UTC
5803796 update VS project files 29 June 2015, 18:04:38 UTC
a7c5de7 Fix all the reader to use the new interface 29 June 2015, 06:16:23 UTC
4d13d1e Merge remote-tracking branch 'origin/master' into dongyu/dev 29 June 2015, 04:49:18 UTC
c3255f2 Change GPU NCE function 29 June 2015, 03:25:33 UTC
27b00ea linux-gcc: merging master 29 June 2015, 02:17:21 UTC
72326cb use vector of flags to indicate each column's packing state. fixed bugs in the original ResetBounds call in the delay node. 27 June 2015, 07:02:21 UTC
5cd49f4 Merge remote-tracking branch 'origin/Dev' into dongyu/dev 26 June 2015, 07:27:18 UTC
8adff35 Make Kaldi2Reader to consistent with the new interface 26 June 2015, 04:48:34 UTC
e980861 Fix the reader speed issue when we have multiple cntk on one machine 26 June 2015, 01:34:41 UTC
e96d80d Merge branch 'master' of https://git01.codeplex.com/cntk into dongyu/dev Conflicts: CNTK.sln MachineLearning/CNTK/CNTK.vcxproj MachineLearning/CNTK/CompositeComputationNodes.h MachineLearning/CNTK/ComputationNetwork.h MachineLearning/CNTK/SGD.h Makefile.gpu 26 June 2015, 00:49:24 UTC
d007ee1 Merge branch 'Dev' of https://git.codeplex.com/cntk into Dev 26 June 2015, 00:34:01 UTC
60d762d check NANs when searching for learning rate 25 June 2015, 21:04:02 UTC
318386e Fixup CompositeComputationNodes.h amd ComputationNetwork.h formating and consitency. No logical changes. 25 June 2015, 01:06:31 UTC
d324a95 Fixup commandArgUtil.h amd SGD.h formating and consitency. No logical changes. 24 June 2015, 23:25:40 UTC
4a44016 Fixup SGD.h formating and consitency. No logical changes. 24 June 2015, 22:39:53 UTC
c20ee5b Create common makefile, and remove cpu and gpu specific makefiles. Also do some cleanup. 24 June 2015, 20:59:05 UTC
d8436b4 Modifying GPU NCE function 24 June 2015, 03:35:34 UTC
c7f2106 Support for CUDA profiling 24 June 2015, 01:07:47 UTC
96bf1a1 Merge branch 'master' of https://git01.codeplex.com/cntk into dongyu/dev Conflicts: MachineLearning/CNTK/CNTK.vcxproj 23 June 2015, 23:39:30 UTC
d65aec2 Fixed several compiler options in the VS Proj files. The most notable one was the incorrect use of -G (generate debug info for device code) in release configuration which results in most optimizations being disabled for GPU code resulting in bad GPU kernel performance. 23 June 2015, 19:40:45 UTC
3e1ec36 Fix loading of Readers in CNTK to first try loading them next to executable 23 June 2015, 17:39:30 UTC
ccc0cdf Merge branch 'master' of https://git01.codeplex.com/cntk into dongyu/dev 23 June 2015, 01:21:36 UTC
d07b7be Add code to optimize SetValue of 0 22 June 2015, 23:34:07 UTC
back to top