https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
d89314a License change 18 January 2016, 08:38:13 UTC
b99219e Windows->Linux: finalizing reconciliation of Linux vs. Windows version of HTKMLFReader 01 July 2015, 18:41:24 UTC
405d80f Windows->Linux: 85f7553 fix bug in multi utterance reader when mlf and feature file are mismatched in duration 01 July 2015, 01:10:07 UTC
5e8910e Windows->Linux: 51daad8 moved nocase_compare to Basics.h, and removed.... 01 July 2015, 00:36:39 UTC
f50d5d9 Windows->Linux: 743c5a9 replaced printf format %ws by %ls which is portable between Visual Studio and gcc 01 July 2015, 00:34:16 UTC
dea33de Windows->Linux: db7b574 Further depress the message in HKTMLFReader 01 July 2015, 00:17:05 UTC
09e5024 Windows->Linux: bc092c4 Disable redundant information output from releaserandomizedchunk when verbosity =0 01 July 2015, 00:15:56 UTC
a3b594c Windows->Linux - 826ec09 1) Added the missing CNTKMath project dependency... 01 July 2015, 00:14:26 UTC
f8bb325 Windows->Linux fd314f1 Modify HTKMLFReader/fileutil.cpp to support load in MLF file larger than 2 GB. 01 July 2015, 00:07:36 UTC
8f4f364 Windows->Linux: 5444c25 bug fixes in HTKMLFReader: randomizationNone for rollingwindow and context window setting for write 30 June 2015, 23:53:50 UTC
4cfcd4f Windows->Linux: a93a2a1 Eliminate "requiredata:..." message when verbosity == 0 30 June 2015, 22:48:15 UTC
0ba3e06 Windows->Linux: 9e741ec Further remove message in HTKMLFReader when verbosity == 0 30 June 2015, 22:38:07 UTC
eeecfe0 Windows->Linux: c3aad5b Using verbosity in HTKMLFReader to control the output. 30 June 2015, 22:31:09 UTC
e002598 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 30 June 2015, 21:32:52 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
a3571ce Delaying start of CUDA profiler until first NextSample() call [A# cntk.kdev4 30 June 2015, 18:00:56 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
c3255f2 Change GPU NCE function 29 June 2015, 03:25:33 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
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
d07b7be Add code to optimize SetValue of 0 22 June 2015, 23:34:07 UTC
faef3ef Fix assignSigmoidOf kernel to avoid use expf and avoid thread divergence. 22 June 2015, 21:22:24 UTC
d1720ef in the mnistCheckIn.config change labelMappingFile=$ConfigFolder$\mnistlabels.txt to labelMappingFile=$DataFolder$\mnistlabels.txt so that consistent label file is always used. ---------------------- Changes in the CNTK book: Add RowStack node to NDL section, and MultSeq related NDL, MEL, and programming changes to appropriate sections. 19 June 2015, 20:23:50 UTC
46da609 print usage info when error happens. 19 June 2015, 18:12:23 UTC
bb43bb4 fix the compilation error in the NoCPU.cpp for AssignRowStackValuesOf. change mnistCheckIn.config to use default evaluation nodes during testing. 19 June 2015, 17:56:00 UTC
05bec16 Fixed a major performance bug in the ColumnWise reduction code in 2 of the main GPU kernels. This improves the performance (frame rate) in CE FFN speech training by ~35%. 18 June 2015, 23:00:05 UTC
e156629 Fixed Linux build 12 June 2015, 21:39:06 UTC
892229b Revert "Fixed Linux build" This reverts commit 34fdae054ce69a1a30f4ac009d87ff979fa89e5d. 12 June 2015, 21:18:43 UTC
34fdae0 Fixed Linux build 12 June 2015, 21:10:27 UTC
44b510d Reset build script to proper Linux permissions 12 June 2015, 18:43:31 UTC
8d0a82b Add back chmod for config file, it is needed on Windows/Cygwin 12 June 2015, 16:52:50 UTC
aad8abe Merge branch 'master' of https://git01.codeplex.com/cntk 12 June 2015, 01:48:46 UTC
a391ea7 ignore this. For some reason I have to commit it to be able to merge with the server. 12 June 2015, 01:48:35 UTC
adeab1e implemented the RowStackNode which supports variable number of inputs. Passed unit tests and simple gradient check on MNIST. This change involves many files. 12 June 2015, 01:43:09 UTC
5fec0dc Fixed a bug where the GPUSparseMatrix class would claim that the MajorIndexCount was equal to the allocated space, instead of the number of elements. This brings it in line with the CPUSparseMatrix class. 11 June 2015, 18:52:36 UTC
c518eb2 Make default output directory under cntk for simplicity, and address code review feedback 11 June 2015, 00:45:42 UTC
66193e0 Modify build script to support more options 11 June 2015, 00:45:40 UTC
c44aba7 Merge branch 'master' of https://git01.codeplex.com/cntk 10 June 2015, 20:45:07 UTC
346dc11 fix bugs in the binaryReader and UCIFastReader 10 June 2015, 20:44:54 UTC
e4424d5 Fix the comile on linux for kaldi reader 07 June 2015, 22:19:26 UTC
02080fc fix bug in multi utterance reader when mlf and feature file are mismatched in duration 04 June 2015, 20:12:10 UTC
a9765c9 Merge branch 'master' of https://git01.codeplex.com/cntk 03 June 2015, 23:57:48 UTC
4b29673 Fix the error throw bugs in UCIParser. Now if a file cannot be opened the error will be thrown and caught and cntk will exit gracefully. 03 June 2015, 23:57:02 UTC
c35d51d Fixed a bug that was incorrectly deleting the CPUMatrix external buffer 03 June 2015, 21:16:28 UTC
12b1ab8 Some minor changes to the Simple Demo config file to allow specifying the path to input files using the RootDir variable 03 June 2015, 18:36:35 UTC
ac723ce Add completion message 02 June 2015, 23:39:53 UTC
a9c669c Adding script for build and test 02 June 2015, 23:39:53 UTC
b488e18 remove sampleCount in CPUMatrix::AssignNoiseContrastiveEstimation 02 June 2015, 06:36:56 UTC
026426a In sequencereader move labelOutput to DeviceId and remove useless code in NCE-LSTM, which will move data from GPU to CPU 02 June 2015, 06:29:25 UTC
7cc257b add unnormalized evaluation for NCE 26 May 2015, 09:27:23 UTC
8717126 change CNTK tech report's listing font to type writer fonts 25 May 2015, 03:23:16 UTC
3748bf4 add NVML (Linux) related information to BestGPU.cpp 25 May 2015, 02:16:51 UTC
3b268bf remove duplicated functions in NoGPU.h 25 May 2015, 01:40:36 UTC
721f6db added a global test runner BAT file as a Build action, so far it is running, but CNTK output does not appear in the Build window; fixed missing newline in stderr output when terminating with an exception message 23 May 2015, 03:00:40 UTC
62f5eaa commented ConfigParser::Parse() and did some minor code shuffling to allow for using 'const' assignments; fixed an out-of-bounds access bug in FindBraces() (bounds check was after the access_ 23 May 2015, 01:59:45 UTC
50fd89e reworked pathnames in CheckInSuites\ASR 23 May 2015, 01:55:44 UTC
683383f Merge branch 'master' of https://git.codeplex.com/cntk 23 May 2015, 01:05:37 UTC
066c70a added all CheckInSuites and ExampleSetups to a Project CheckInSuites, to make it easy to get access to the tests, samples, etc. 23 May 2015, 01:05:20 UTC
e43a7cf Linux build issue fix 22 May 2015, 07:37:40 UTC
5863e2e Minor format specifier cross-platform fixes 22 May 2015, 07:25:44 UTC
91274ce change DoWriteWordAndClassInfo to remove dependency of nbrCls parameter 21 May 2015, 03:11:19 UTC
c3dd1b5 cpu nce lstmlm expected ppl=122.54 21 May 2015, 02:19:14 UTC
6685e32 rename lstmlm.gpu.nce.config to lstm.cpu.nce.config, gpu NCE not supported yet 21 May 2015, 02:17:42 UTC
dabbd62 class LSTM ppl=133.35 21 May 2015, 02:07:55 UTC
d141dd8 class-based LSTM config file and perplexity results 21 May 2015, 02:06:09 UTC
848104d add comments for BatchSequenceReader::GetLabelOutput 20 May 2015, 09:23:31 UTC
0e6e539 modified: ../LSTMLM/lstmlm.gpu.nce.config.txt 20 May 2015, 02:00:19 UTC
e039e03 Add lstm-NCE config file and results, final test PPL = 125.4 20 May 2015, 01:42:42 UTC
cac363a Merge branch 'master' of https://git01.codeplex.com/cntk 20 May 2015, 01:36:33 UTC
0f34225 Add lstm-NCE config file and results, final test PPL = 1254 20 May 2015, 01:33:53 UTC
3438ea7 Merge branch 'master' of https://git.codeplex.com/cntk 20 May 2015, 00:01:20 UTC
c8666ba Fix a couple of Linux build issues 20 May 2015, 00:00:51 UTC
c46fd60 Merge branch 'master' of https://git.codeplex.com/cntk 20 May 2015, 00:00:33 UTC
9b2d8c2 added some comments in quest to understand parsing; changed hard-coded path names in globals_[cg]pu.config to relative ones which have a higher chance of working out of the box 19 May 2015, 23:58:44 UTC
5afa3d7 Merge branch 'linux-gcc' of https://git01.codeplex.com/cntk 19 May 2015, 23:21:56 UTC
6905080 Fixed a Windows build failure 19 May 2015, 23:20:31 UTC
91a27cd 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 19 May 2015, 23:04:47 UTC
68ffa3a Merge branch 'master' of https://git.codeplex.com/cntk 19 May 2015, 22:45:31 UTC
c31fa8b added ... expansion to HTKMLFReader, allows pathnames in SCP files thata re relative to the SCP file itself (... stands for the directory of the SCP file) 19 May 2015, 22:45:26 UTC
1a0ee86 Declare ParseSVDConfigFile and SVDConfigFileUsage before it can be used. 19 May 2015, 21:40:21 UTC
a059635 moved nocase_compare to Basics.h, and removed unnecessary dependencies caused by this on commandArgUtil.h, hoping for less recompilation; renamed PreprocessConfigLine() to StripComments(); updated CNTKBook PDF 19 May 2015, 21:32:21 UTC
0ff74f0 The commits 32391e1..2a7ab60 should not be pushed to public (since it enables MKL and MPI) revert them in this commit. Reverted commit: 8404e9c8de25b39ee79ad9a0bdfaac53006c89b9 "Enable MKL" 64a37301f9ed513bad260a1cba9932796ed2d584 "Enable MPI_SUPPORT" 61c6d59e04185670737142fbda2573cb87ef850d "add a unit test for CNTKEval" 19 May 2015, 21:08:16 UTC
77e782d Revise .gitignore so the buildinfo.h and buildinfo.h$$ can be ignored after project dir move 19 May 2015, 20:55:45 UTC
8404e9c Enable MKL 19 May 2015, 20:55:38 UTC
64a3730 Enable MPI_SUPPORT 19 May 2015, 20:54:29 UTC
61c6d59 add a unit test for CNTKEval This unit test is used privately by erw. Conflicts: CNTKSolution/EvalUnitTest/CNTKEValTest.cpp CNTKSolution/EvalUnitTest/EvalUnitTest.vcxproj CNTKSolution/EvalUnitTest/EvalUnitTest.vcxproj.filters 19 May 2015, 19:31:46 UTC
32667bf Merge branch 'master' of https://git.codeplex.com/cntk 19 May 2015, 07:24:12 UTC
back to top