https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
956bd9e Update SGD.cpp add index to the last model name to support continuous training 05 July 2016, 02:51:02 UTC
20dbe69 remove debug information reduce the size of buffer queue 07 June 2016, 07:39:55 UTC
d7a2c5a add totDim checking to CDenseReader 06 June 2016, 08:45:03 UTC
f4410d7 Merge branch 'pahua/CDenseReader' of https://github.com/Microsoft/CNTK.git into pahua/CDenseReader # Conflicts: # Source/Readers/CDenseReader/Util.cpp 03 June 2016, 09:59:02 UTC
bc397a8 add Util.cpp to makefile fix GetTime precision problem 03 June 2016, 09:55:24 UTC
48e838c fix time precision problem & add Util.cpp to Makefile 03 June 2016, 09:44:32 UTC
5bcdd09 add more time logs for cache 03 June 2016, 08:47:25 UTC
75537b3 add memset to AllocMem function to ensure all mems are allocated 02 June 2016, 06:16:24 UTC
a736c7c fix bugs in CDenseReader & DenseReader for cpu mode 02 June 2016, 05:08:33 UTC
0b7fa06 bug fix(init m_cachedSize with 0 in constructor) 02 June 2016, 03:06:33 UTC
1fa947e add more logs 02 June 2016, 02:26:07 UTC
0aec223 change int to size_t to avoid overflow 01 June 2016, 11:05:39 UTC
dd5a621 change m_memBlock's class type from void* to char*(delete void* will cause build failure on linux) 01 June 2016, 10:05:47 UTC
f0fe9a2 fix makefile(add cache.cpp) 01 June 2016, 09:38:14 UTC
4815998 add mem cache 01 June 2016, 08:32:50 UTC
5e11cd8 fix linux build error 31 May 2016, 10:40:43 UTC
f8fe427 fix multi thread read bug 31 May 2016, 07:47:23 UTC
62d6c97 add multi thread read 31 May 2016, 06:16:04 UTC
c40b109 change readzipdata signature 31 May 2016, 05:23:28 UTC
ec09c8c add read time stat 31 May 2016, 04:57:14 UTC
3143d5b add cache for CDenseReader 30 May 2016, 09:17:42 UTC
cacb5fd enlarge data buffer 26 May 2016, 13:40:32 UTC
b9a720f fix complier switch 26 May 2016, 13:28:05 UTC
cdfdb5c enable optimal 26 May 2016, 08:58:23 UTC
3af5659 fix thread param 24 May 2016, 11:15:59 UTC
8bb311a fix a error 23 May 2016, 11:16:45 UTC
170f86e add cdense reader 23 May 2016, 05:35:29 UTC
f76a944 Disable flaky test patterns 20 May 2016, 10:11:16 UTC
b9f3c54 Integrate clemensm/s2sfix into master 19 May 2016, 19:32:28 UTC
2f2ca02 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 19 May 2016, 17:50:58 UTC
76c4bd8 Add examples converted from UCI to the new text format Add/convert all examples from Examples/Other/Simple2d and several from Examples/Image (all that use UCIFastReader). 19 May 2016, 16:32:11 UTC
832655a Review comments 19 May 2016, 15:41:17 UTC
2d9d1fa Addressing CR 19 May 2016, 10:18:14 UTC
80e8d73 Adding writer test 19 May 2016, 09:28:23 UTC
ae0eb49 Get Tests/EndToEndTests/Examples/Speech/TIMIT/Write*/ to work again Note: WriteScaledLogLike produces results of varying checksum on Windows, where our hardware varies greater. If we see similar effects on Linux or WriteBottleneck as well, we need to rework. 18 May 2016, 19:20:01 UTC
5dd6b5f Integrate mahilleb/TestDisable into master 18 May 2016, 19:17:37 UTC
512216d Disable / work-around flaky tests pending further investigation. 18 May 2016, 18:26:07 UTC
83c152f Documentation Fixes 18 May 2016, 16:27:35 UTC
402fee1 Ignore some python artifacts 18 May 2016, 15:55:10 UTC
f755ada Add extended eval interface that can take sparse matrices 18 May 2016, 15:55:10 UTC
67d21fa Addressing CR comments from Mark 18 May 2016, 15:14:13 UTC
60424db Addressing CR 18 May 2016, 15:14:13 UTC
74bc850 Fixing test 18 May 2016, 15:14:13 UTC
381923e Refactoring 18 May 2016, 15:14:13 UTC
5469f44 Some refactoring 18 May 2016, 15:14:13 UTC
0a09d41 Fixing input names 18 May 2016, 15:14:13 UTC
e2b6217 Fixing the baseline and config 18 May 2016, 15:14:13 UTC
f1ef5c4 Changing output file 18 May 2016, 15:14:13 UTC
13f1769 Fixing some bugs 18 May 2016, 15:14:13 UTC
04959ac Adding test skeleton 18 May 2016, 15:14:13 UTC
dfaa559 Bug fixing 18 May 2016, 15:14:13 UTC
92dd416 Adding logical keys for CNTKTextFormatDeserializer 18 May 2016, 15:14:13 UTC
a2006fd Adding support of corpus to the image reader 18 May 2016, 15:07:40 UTC
d3130e7 Add a few improvements to CNTKTextFormatReader. * Move caching into a stand-alone ChunkCache class. Add a config flag 'keepDataInMemory' to cache the whole dataset. * Allow both tabs and spaces as separators. * Couple loading/indexing retries with file re-opening (if there was a file error and the file handle is stale). * Break 'randomize' config parameter into boolean 'randomize' and integer 'randomizationWindow'. * Add 'frameMode' config flag. * Add an extra check and verify that the expected sequence length (calculated during indexing) matches the actual length (maximum number of samples in an input). 18 May 2016, 13:50:04 UTC
3fd2310 Merge mahileb's bugfix: 'Tests/EndToEndTests/run-test-common: fix cntkrun() to return CNTK's exit code' 17 May 2016, 02:14:30 UTC
26c4c30 Addressed some pending CR feedback 17 May 2016, 02:09:57 UTC
0c2a340 News in ReadMe. May 16, 2016 16 May 2016, 14:26:34 UTC
658046d Integrate mahilleb/ExpDnnWriteCommand into master 14 May 2016, 12:35:57 UTC
b09ba68 Integrate thhoens/matfix into master 13 May 2016, 22:52:33 UTC
852e3d6 WhereNode and PackedIndexNode cannot share values because they move them to the CPU. 13 May 2016, 21:34:46 UTC
03d6752 Changed NOT_IMPLEMENTED to LogicError to improve error messages. 13 May 2016, 21:34:19 UTC
ba5c592 Updated ResNet readme, added results and model links. 13 May 2016, 18:28:10 UTC
6c2d01b Add Tests/EndToEndTests/Speech/ExperimentalHtkmlfReader/DNN/WriteCommand 13 May 2016, 14:44:35 UTC
5fa7db3 Adding more comments 13 May 2016, 12:43:09 UTC
72de9b5 Making error message more verbose 13 May 2016, 12:43:09 UTC
2fce793 Changing data directory 13 May 2016, 12:43:09 UTC
f26c2be Fixing thread number 13 May 2016, 12:43:09 UTC
79f610b Adding a deserializer test for AlexNet 13 May 2016, 12:43:09 UTC
27b7c72 Fixing crop transformation after rebase 13 May 2016, 12:43:09 UTC
ff3837c Fixing rebase issues 13 May 2016, 12:43:09 UTC
f9ac57e Fixing debug build 13 May 2016, 12:43:09 UTC
c5f6709 Correcting some comments 13 May 2016, 12:43:09 UTC
831f7f2 Addressing CR comments 13 May 2016, 12:43:09 UTC
6f3a4f3 Some refactoring 13 May 2016, 12:43:09 UTC
33b0c4a Adding comments to the configuration 13 May 2016, 12:43:09 UTC
3d1c79f Some refactoring 13 May 2016, 12:43:09 UTC
eae3e85 Removing unused function declaration 13 May 2016, 12:43:09 UTC
1a40a3c Some refactoring 13 May 2016, 12:43:09 UTC
260e53d Fixing filters 13 May 2016, 12:43:09 UTC
45d8c87 Adapting config 13 May 2016, 12:43:09 UTC
7389f78 Fixing some bugs 13 May 2016, 12:43:09 UTC
26e59d0 Putting first implementation in place 13 May 2016, 12:43:09 UTC
fc2b4c6 Fixing tests 13 May 2016, 12:43:09 UTC
a197259 Adding composite transformer 13 May 2016, 12:43:09 UTC
b73c3cc Simple renaming 13 May 2016, 12:43:09 UTC
4cefc0e First implementation of slim transformers 13 May 2016, 12:43:09 UTC
2fe060e Adding first implementation of the composite transformer 13 May 2016, 12:43:09 UTC
fb98b85 Integrate alrezni/scratch into master 13 May 2016, 12:34:00 UTC
bd4ccab Integrate mahilleb/ExpHtkmlfEnforceIdenticalBaselines into master 13 May 2016, 10:10:17 UTC
7a83e7e Tests/EndToEndTests/Speech/ExperimentalHtkmlfReader/: re-instate test for identical baselines (Reverts parts of 04abf66d78420c410da9bf9e4ba82d88223f95b1) 13 May 2016, 07:55:10 UTC
3600ed6 Add missing #define __STDC_FORMAT_MACROS Close #464 13 May 2016, 07:37:56 UTC
5f2cfa0 msra::asr::htkfeatreader::parsedpath: accept trailing carriage return 13 May 2016, 07:24:03 UTC
b67b157 Integrate thhoens/matfix into master 12 May 2016, 18:23:33 UTC
a99c334 guard against faulty input data 12 May 2016, 09:35:58 UTC
94e8115 address CR comments 12 May 2016, 09:35:56 UTC
fb91d07 remove no longer needed template file for global params 12 May 2016, 09:35:55 UTC
fcc6663 fix bug in config generation for sgd parallele training 12 May 2016, 09:35:54 UTC
98a6b08 add doc string for SGD 12 May 2016, 09:35:53 UTC
d7278ab fix typo in param name 12 May 2016, 09:35:52 UTC
78642b6 add config generation for parallel sgd 12 May 2016, 09:35:51 UTC
back to top