https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
84955ca License change 18 January 2016, 08:37:30 UTC
2b0aa46 (int) can not be used to convert readerConfig, changed to strcmp 05 October 2015, 23:26:56 UTC
ab395d5 ... 01 October 2015, 21:11:09 UTC
c8be447 now the minibatch length of automatically shrink to the longest sentence in the minibatch 29 September 2015, 23:34:57 UTC
9f3aee4 minor bug ... 21 September 2015, 01:46:34 UTC
8de1804 added unk check for LMHTXReader and added JAsha logsuc timestamp 21 September 2015, 01:19:13 UTC
8e0fa1c a big bug: wrong calcuation(scale) of NCE criterion 11 September 2015, 18:21:40 UTC
827ba7b now use a GPU *= operation to scale the gradients 09 September 2015, 22:53:11 UTC
ca54286 small bug fix of the prob check, a lot of model prob comes to zero when LR=0.01 09 September 2015, 20:24:55 UTC
cc6faba added a check for log prob, but still got a crash when LR=0.01 09 September 2015, 20:14:15 UTC
c1328c5 fix stupid index error 08 September 2015, 23:41:38 UTC
732e231 fix stupid math error in helperLogDivCal 08 September 2015, 23:39:17 UTC
a34d4c5 using log space to compute criterion and gradient, but meet a crash... 08 September 2015, 23:12:23 UTC
8af1325 meet NaN in exp, added checks 08 September 2015, 18:19:49 UTC
542babb added gradient scaling for LMNCESoftmax 08 September 2015, 05:23:06 UTC
5c2ea7f bug fix: a small bug in the noise reader that will cause infinite loop reading the noise file 08 September 2015, 00:25:56 UTC
a9f8042 changed Evaluate, but meet a bug... 07 September 2015, 23:57:17 UTC
84db850 added debug info to LMNCENode evaluate, looks fine 07 September 2015, 02:40:01 UTC
f762083 changed the reader to put 1,-1(indicator of data or noise) in the dim1 of the label 07 September 2015, 00:43:09 UTC
0912cc0 added compressed label and nosieProb to LMNCE node 06 September 2015, 01:41:08 UTC
2e7b378 ... 05 September 2015, 03:56:36 UTC
667255a copied CESoftmax to LMNCECESoftmax 05 September 2015, 00:13:37 UTC
8f418ce fixed a small bug, now when getData returns false, the getMinibatch will return false 04 September 2015, 04:37:50 UTC
ec4e5dc NoiseReader seems OK 04 September 2015, 04:14:37 UTC
1fff9a7 developing NoiseSequenceReader 04 September 2015, 03:52:14 UTC
3bd2741 started implementing NoiseSequenceReader 03 September 2015, 04:29:47 UTC
390875d start implementing LMSNoiseSequenceReader 02 September 2015, 20:21:08 UTC
91165dd completed LabelOutputType for LMHTXSequenceReader, now ExpandWordNode is no longer needed 31 August 2015, 00:18:11 UTC
b655b54 TODO:outputLabelType for LMSReader 30 August 2015, 04:26:27 UTC
2c1c217 added oneSentenceInMB option, which enables multiple sentences in one MB 29 August 2015, 04:03:01 UTC
914cfdb added randomize 28 August 2015, 20:32:37 UTC
1dfb648 a big bug found, the assigning to a sparse matrix need to follow a strict order, I hope it works now!!!!!!! 28 August 2015, 05:39:49 UTC
9c1307a ... 28 August 2015, 04:02:52 UTC
782a2ea clear the code 27 August 2015, 23:35:39 UTC
ce97d08 added debug info switch "DEBUG_HTX" 26 August 2015, 21:16:15 UTC
656eb4a fix about the crash(rubbish label -1 -, found new bug(feed become the the the the) 26 August 2015, 05:20:14 UTC
7f91dec almost complete, meet a bug... 26 August 2015, 04:44:00 UTC
d28ed40 TODO:feed the word stream into getminibatch 25 August 2015, 06:06:16 UTC
00e40b3 The stupid version of reader(always feed zero) complete! 24 August 2015, 18:10:37 UTC
0379b64 met another bug 24 August 2015, 05:23:35 UTC
19ec83f meet a bug 24 August 2015, 01:39:33 UTC
0cd90a6 start writing HTXSequenceReader 23 August 2015, 00:29:27 UTC
662612b added word string debug for feature 21 August 2015, 06:33:48 UTC
f185beb LOG word stream complete in LMSequenceReader.coo 20 August 2015, 17:50:52 UTC
ea5000e added word string debug info to LMSequenceReader 20 August 2015, 06:10:37 UTC
e678e6a wrong, added DataReader/LMSequenceReader/SequenceReader.cpp from t-tiah/lm to get it compile right 20 August 2015, 04:07:15 UTC
458071e merged t-tiah/lm, and added LMHTXSequenceReader back 20 August 2015, 04:02:03 UTC
3675ef7 deleted LMHTXSequenceReader, I should develop it locally 20 August 2015, 03:42:09 UTC
8b95b64 merge branch 't-tiah/lm' of https://git01.codeplex.com/cntk into t-tiah/lm 18 August 2015, 23:58:33 UTC
5370278 Fix a bug when setting the history information. 18 August 2015, 23:50:55 UTC
1074ed2 added PPL log info 18 August 2015, 23:40:32 UTC
5dd1526 copied SequenceReader.cpp from master, all set, ready to push 18 August 2015, 22:12:42 UTC
a7a377c I want to copy DataReader/LMSequenceReader/SequenceReader.cpp from master branch 18 August 2015, 21:58:44 UTC
9eea764 ... 18 August 2015, 20:13:00 UTC
f64cdaa ... 18 August 2015, 20:06:47 UTC
43dd656 deleted some debug code 18 August 2015, 19:55:02 UTC
2020db6 added some debug info, TODO:see word string 18 August 2015, 05:02:00 UTC
28f3a9f added some debug code 18 August 2015, 04:49:39 UTC
c520e1a ... 16 August 2015, 18:10:52 UTC
1ab64d6 Copied LMSequenceReader to LMHTXSequenceReader 14 August 2015, 18:53:16 UTC
bba8a92 remove IsForwardComputing from FindInRecurrentLoop function. 12 August 2015, 19:05:37 UTC
ca189d8 Added ability to run speech e2e tests on Windows (cygwin) 12 August 2015, 01:17:37 UTC
1807711 update CNTK book. 10 August 2015, 21:59:42 UTC
4bb0fb3 Merge remote-tracking branch 'origin/linux-gcc' into sls 10 August 2015, 18:19:06 UTC
4e5d29c Merge branch 'master' into mastermerge 10 August 2015, 17:32:35 UTC
90b450c Bug fix in Kaldi2Reader: sequence start was not set for utterances shorter than the minibatch 09 August 2015, 19:57:55 UTC
65cf645 Updating build-and-test script and e2e tests to reflect new build directory layout 08 August 2015, 02:00:28 UTC
12a26bd added ExpandWordNode 08 August 2015, 00:51:57 UTC
0ebdaed Add a configure script for setting build parameters Add a configure script for initializing build parameters, either for in or out of source builds. The script generates a Config.make in the build directory, and, for out of source builds, a trampoline Makefile. Make the build-and-test script to do an out of source build. Add Config.make to .gitignore, as well as emacs temporary file patterns. 07 August 2015, 17:03:27 UTC
404f167 Use original build targets when PREFIX is not supplied. 06 August 2015, 19:28:56 UTC
c54a045 Remove site-specific paths from Makefile. Change configuration to build to a specific PREFIX directory, where a Config.make is located that contains build and site-specific information. This also makes it easy to check just how an earlier build was configured. Update the instructions in README. 06 August 2015, 16:41:57 UTC
b805063 Merge remote-tracking branch 'origin/linux-gcc' into sls Prepare for merge back to linux-gcc 06 August 2015, 13:26:33 UTC
898d62f update CNTK book. 06 August 2015, 00:43:15 UTC
25f8594 Simplified unified CPU/GPU/Kaldi Makefile Modularize build specifications for each target, where each target adds what it needs to paths. Add rpath to cntkmath and plugins so they do not need LD_LIBRARY_PATH. Remove object files from cntk that were already in cntkmath. Organize build targets into UNIX-like bin and lib directories under a configuration-specific directory. Have .gitignore ignore these directories. Make it easy to keep sources in alphabetic order for easier comparison with the Windows project definition. 05 August 2015, 22:46:31 UTC
38f507d Fix some format strings. 05 August 2015, 22:36:26 UTC
370c0ff Merge branch 'linux-gcc' of https://git01.codeplex.com/cntk into linux-gcc 05 August 2015, 22:35:26 UTC
f7eaeaf Merge branch 'master' of https://git01.codeplex.com/cntk into linux-gcc Conflicts: MachineLearning/CNTK/NetworkDescriptionLanguage.cpp 05 August 2015, 22:35:06 UTC
f6242d5 Merge branch 'master' of https://git01.codeplex.com/cntk 05 August 2015, 22:29:19 UTC
d62e5db added RowElementTimes and ColumnElementTimes nodes. Revoke back ElementTimes node to do element-wise multiplication since the implementation there for column element-wise multiplication is incorrect. 05 August 2015, 22:13:11 UTC
378420d Preventing creation of corrupted checkpoint and model files if CNTK terminates during write 05 August 2015, 19:24:21 UTC
746c2db Added end-to-end test for CNTK speech workloads using AN4 dataset 05 August 2015, 19:17:09 UTC
d7c06ef Small fix to sequence training 04 August 2015, 23:45:16 UTC
203b060 Merge branch 'master' of https://git01.codeplex.com/cntk into linux-gcc 04 August 2015, 20:36:45 UTC
24dce71 Merge branch 'linux-gcc' of https://git01.codeplex.com/cntk into linux-gcc 04 August 2015, 20:36:32 UTC
2a1c90d move GetNumSamplesWithLabel from node to network. 04 August 2015, 20:36:14 UTC
a0567f6 Fix Windows bug where global mutex not properly released. 04 August 2015, 17:55:07 UTC
afe6a1d Merge branch 'master' of https://git.codeplex.com/cntk 04 August 2015, 04:29:23 UTC
58851a8 merged the two versions (Win32, Linux) of CrossProcessMutex back into a single header file that contains both versions; removed nvml.lib from the Windows linker command line (it is already listed inside the source code, but there it is conditional on CPUONLY mode); added a missing #include to Profiler.cpp to make it compile in CPUONLY mode; fixed the post-build action to copy nvml.dll to not fail if no NVSMI is installed (assuming CPUONLY mode) 04 August 2015, 04:29:14 UTC
ba103d5 Merge remote-tracking branch 'origin/master' into linux-gcc 04 August 2015, 01:50:29 UTC
472bae7 Move m_BoundaryInfo in PastValudeNode and FutureValueNode to CPUDEVICE Before this commit, m_BoundaryInfo is constructed on default device, usually 0. This may result in a single processor creating contexts on multiple GPU devices. 03 August 2015, 22:48:41 UTC
21d35a0 Bug fix: fixing dimensionality mismatch after using MEL for sequence training model 03 August 2015, 22:30:51 UTC
10c4802 Fix multiple-free problem. Use of static constructors in headers cause the constructors/destructors to be run in each compilation unit that includes the headers. The multiple constructors runs are leaks, the multiple destructor runs are multiple-frees at program exit time. These string constructors can instead use const char* with little impact on the methods that reference them. 03 August 2015, 18:41:18 UTC
0dbcf94 Fix memory leak. Remove a small leak to redice noise in leak checkers. 03 August 2015, 18:39:21 UTC
ad5b8a2 Fix g++ compilation warnings sprintf_s is snprintf, not sprintf Need to use more symbols from SGD Add externs for missing file name generators that seem to be not reachable and not defined. 03 August 2015, 18:36:33 UTC
ee05ee3 Merge branch 'master' of https://git01.codeplex.com/cntk into linux-gcc 03 August 2015, 17:53:53 UTC
e633191 Clean up warnings from G++ Use %zd for printing size_t %ls for wide strings Use SGDBase as name for base class instead of redefining templated base 03 August 2015, 15:05:33 UTC
85d613f Merge branch 'master' of https://git.codeplex.com/cntk 03 August 2015, 01:20:39 UTC
d79e000 Fixing mixing LSTM state when buffering minibatches 01 August 2015, 01:11:53 UTC
765a68f Merge branch 'linux-gcc' into sls 30 July 2015, 18:51:56 UTC
5996b45 Some cosmetic change in Kaldi2Reader 30 July 2015, 18:00:05 UTC
back to top