https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
aaf65dc Address CR feedback. 04 March 2016, 03:53:50 UTC
208517e Change regex in plot command to std::replace (std::regex only works after gcc 4.9) 04 March 2016, 03:53:49 UTC
d59931c Initial commit of sparse matrix test. Note the test is currently broken, so is disabled. 04 March 2016, 02:04:48 UTC
fd0adc8 CurrentSlice() now inherits CurrentDataLocation::BOTH state, allowing for more efficient CPU-side accesses to inputs 04 March 2016, 01:31:19 UTC
91e2673 Removed copy constructor and assignment operator from top-level Matrix type to prevent unwanted silent deep copies of Matrix objects which can be very expensive. This revealed several instances of unwanted copying of entire matrices that have also been fixed as part of this change 03 March 2016, 21:15:17 UTC
a61b0a2 Update linux baseline 03 March 2016, 19:26:01 UTC
b6e5992 Fix the build error after merge. 03 March 2016, 19:26:00 UTC
ff9aaa4 Update test cases with validation on the CV result 03 March 2016, 19:26:00 UTC
e0f22d7 Added linux baselines for parallel crossvalidation test 03 March 2016, 19:25:59 UTC
3319160 Adding an end-to-end test case 03 March 2016, 19:25:59 UTC
b2b6691 Apply code review feedback 03 March 2016, 19:25:58 UTC
9c4ed05 Change model eval model before and after one epoch training 03 March 2016, 19:25:58 UTC
b0c3c5f Make the cross validation part supports multiple GPUs 03 March 2016, 19:25:57 UTC
7c811de Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 03 March 2016, 17:36:14 UTC
a5f11cd (removed accidental debug change) 03 March 2016, 17:34:51 UTC
b80050a addressed CR comments for ExceptionWithCallStack formatting 03 March 2016, 17:26:40 UTC
24d7a30 Integrate alexeyo/MakeBinariesDrop-Windows-Script into master 03 March 2016, 15:27:25 UTC
d0ea391 Binary drop script, Windows. Adding changes for the new Jenkins job 03 March 2016, 12:46:11 UTC
3c39429 Addressed some minor pending CR feedback 03 March 2016, 05:45:05 UTC
5cb3eaa Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/progressTracingFix 03 March 2016, 04:45:08 UTC
202ccdb Add progress tracing for Eval and Write commands 03 March 2016, 04:36:26 UTC
88f683e Integrate mahilleb/TestDriverNoGpuDeviceForCpuBuild into master 02 March 2016, 20:35:49 UTC
1119eb0 refined last commit 02 March 2016, 19:13:51 UTC
ea8ba64 BlockRandomizer::GetNextSequenceIds(): fix to return the right chunks 02 March 2016, 19:01:14 UTC
713b8bf gcc stack traces are now formatted by inserting double spaces around the actual function name, to make for easier visual parsing 02 March 2016, 18:52:46 UTC
6061180 minor fix in TIMIT target number in the book. 02 March 2016, 18:10:07 UTC
6732c5c Merge branch 'master' of https://github.com/Microsoft/CNTK 02 March 2016, 18:03:09 UTC
05168a0 Tests/EndToEndTests/TestDriver.py: don't run CPU-only build with GPU device If explicitly specified, throw an error. If implicitly specified, suppress. 02 March 2016, 17:37:02 UTC
f620a62 Integrate mahilleb/FixImageReaderPostbuildEvent into master 02 March 2016, 11:06:39 UTC
c20c89e Source/Readers/ImageReader/ImageReader.vcxproj: fix PostBuildEvent 02 March 2016, 08:43:10 UTC
565438b Makes ImageReader a project dependency to ReaderTests 02 March 2016, 07:59:46 UTC
c5934d7 5 more chmod 777 run-test 01 March 2016, 23:49:45 UTC
beca10e fixed permissions of a run-test 01 March 2016, 21:58:47 UTC
5c7b75b fixed permissions of a run-test 01 March 2016, 21:39:07 UTC
f786583 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 01 March 2016, 21:32:44 UTC
aa200ec Merge branch 'master' of https://github.com/Microsoft/CNTK 01 March 2016, 21:16:55 UTC
7ce997c Per Amit's suggestion, add NO_SYNC to debug build as well. Now it is consistent with Windows build. 01 March 2016, 19:29:10 UTC
8bb5aa8 Turn NO_SYNC on in the release build. 01 March 2016, 19:29:09 UTC
673506e some clean-up of sparse matrices; disabled meaningless elementwise sparse ops such as log(); sparse matrice slices now keep track of their original matrix (not used yet); bug fix: ~SyncGuard() should not swallow errors since CUDA errors may get discovered here; bug fix: HTKMLFReader test 16 must use consistent precision 01 March 2016, 18:43:50 UTC
8417afe Binary drop script, Windows. Adding command line parameters 01 March 2016, 17:31:54 UTC
b414148 Binary drop script, Windows. Response to Code Review comments 01 March 2016, 10:24:57 UTC
2d0c7ef Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/meAllocFix 01 March 2016, 08:15:52 UTC
5304784 fixed NoGPU build re do_sync; updated ExperimentalHTKMLFReader w.r.t. file naming 01 March 2016, 05:27:49 UTC
2b48da7 changed do_sync mechanism to an RAII class 01 March 2016, 04:51:43 UTC
eb98d33 removed <ElemType> from ExperimentalHTKMLFReader 01 March 2016, 03:27:52 UTC
7d3e84e merged from master 01 March 2016, 03:17:35 UTC
7f7fce4 RNN.cntk "write" example now writes out the log sentence probabilities, which is more useful, e.g. for N-best rescoring; bug fix: SimpleOutputWriter must handle no-MBLayout case; bug fix to LaunchUnaryTensorOp(), must free the CUDA event or else leak memory--thanks to Yu Zhang for tracking it down! 01 March 2016, 02:16:55 UTC
eaa1dd0 Added support for cuDNN v4 prod. 29 February 2016, 22:57:30 UTC
eeaf791 Addressed review comments. 29 February 2016, 22:09:28 UTC
9db0cd3 Fixed gcc build issues. 29 February 2016, 22:09:18 UTC
834fab9 Convolution engine refactoring. Preparing for ConvolveGeometry. 29 February 2016, 22:09:07 UTC
d0aa673 Updated image samples. 29 February 2016, 22:08:57 UTC
daddc24 Updated samples that use batch norm. Fixed convo auto-tuner issue. 29 February 2016, 22:08:46 UTC
517f3db Updated MNIST/CIFAR-10 samples to use time const in BN. 29 February 2016, 22:08:36 UTC
dbb8b3f Added time const to batch norm. 29 February 2016, 22:08:25 UTC
e886a4d Added CPU BN inference implementation. 29 February 2016, 22:08:15 UTC
9bb0fd9 Integrate 367db5e into master 29 February 2016, 21:53:40 UTC
aa14118 more detailed logging to GetInputMatrix() 29 February 2016, 20:07:45 UTC
67f1273 Fixed Issue #176: random number used for random_shuffle() had an int overflow on gcc, which caused uncaught out-of-bounds accesses. 29 February 2016, 19:58:13 UTC
32b751f Updated news section. 29 February 2016, 19:52:41 UTC
a699567 Integrate mahilleb/HtkmlfProtoSquashedAgain into master 29 February 2016, 19:43:12 UTC
c2167a3 Small fix of mblayout copy 29 February 2016, 16:23:30 UTC
4d5566d Experimental HTKMLF Reader (currently only supports frame mode) 29 February 2016, 14:54:39 UTC
e54b352 removed template parameter ElemType from (I)DataReader and (I)DataWriter 29 February 2016, 03:01:07 UTC
81fa019 Fixed a memory allocation bug in GPUSparseMatrix 29 February 2016, 01:58:03 UTC
5bdc86e removed <ElemType> parameter from StreamMinibatchInputs 29 February 2016, 01:04:45 UTC
6249935 StreamMinibatchInputs now stores shared_ptrs, simplifying ownership; UCIFastReader::m_prefetchMatrices changed to be StreamMinibatchInputs as well 28 February 2016, 23:05:14 UTC
0a0b388 replaced all calls to GetInputMatrixPtr() by GetInputMatrix() 28 February 2016, 21:52:49 UTC
f3a720e replaced StreamMinibatchInputs::operator[] by named searchable accessor functions 28 February 2016, 21:34:02 UTC
24c88c0 abstracted the map<wstring, Matrix*> into a class, for future enrichment 28 February 2016, 20:25:36 UTC
ea8babf updated rnn.cntk config 28 February 2016, 19:40:38 UTC
20d5f02 implemented make mode in "writeWordAndClass" action 28 February 2016, 19:13:02 UTC
ddeb324 Implement an option to explicitly exclude specific devices from deviceId=auto selection algorithm 28 February 2016, 09:27:31 UTC
12d79a4 added "write" command to rnn.cnkt; bug fix in ClassBasedCrossEntropyWithSoftmaxNode, a wrong index if #parseq > 1; bug fix in TransposeTime dimension inference; bug fix in simple writer, must call DataEnd() 28 February 2016, 07:52:27 UTC
570b6a8 mini checkin 28 February 2016, 06:23:22 UTC
d55374d some clean-up of RNN sample and DoWriteWordAndClassInfo() 28 February 2016, 02:15:35 UTC
e514ae0 merged from origin/master 27 February 2016, 08:04:51 UTC
20d1f3f bug fix: InitRandom() must use GetNumCols() for inputSize 27 February 2016, 07:40:08 UTC
123f94c (refined an error message) 27 February 2016, 07:23:18 UTC
b7b4ca8 updated AlexNet E2E test 27 February 2016, 07:02:49 UTC
15a50e1 updated AlexNet to work with tensor Times 27 February 2016, 06:39:43 UTC
1cc857d MBLayout support for "write" command; added sample to simple2d for "write" 27 February 2016, 01:27:27 UTC
1a618bc bug fix: ImageParameter must understand >3-dim tensors, for Times operation 27 February 2016, 00:25:21 UTC
33c7c10 gcc 4.8.4 does not implement regex correctly. Replace the HTKMLFReader uses. 27 February 2016, 00:06:10 UTC
81884e3 fixed 02_Convolutional as well for new tensor TimesNode 26 February 2016, 22:14:43 UTC
10c4b7d fixed Image/QuickE2E for new TimesNode 26 February 2016, 21:45:18 UTC
79f2612 Binary drop script, Windows. Response to Code Review comments - fixing errors in iteration 26 February 2016, 12:02:37 UTC
dce4a20 Binary drop script, Windows. Response to Code Review comments 26 February 2016, 10:52:27 UTC
3011bcf made gcc happy 26 February 2016, 00:19:19 UTC
94932b2 TimesNode now supports tensors 25 February 2016, 23:44:49 UTC
abdc9d3 Remove FUSE workaround now that FUSE is updated 25 February 2016, 21:30:13 UTC
246907d Addressed code review comments. 25 February 2016, 18:56:42 UTC
5d6a468 Fixed ImageReader Linux build. 25 February 2016, 17:47:15 UTC
e982a67 Enabled ImageReader unit tests in Jenkins. 25 February 2016, 17:47:14 UTC
bbf67cf Added libzip support on Linux. 25 February 2016, 17:47:14 UTC
467520a Fixed no libzip build. 25 February 2016, 17:47:13 UTC
90c2fbf Made ImageReader .zip reader thread-safe. 25 February 2016, 17:47:12 UTC
9ca9633 Added more unit tests, merged changes from master. 25 February 2016, 17:47:12 UTC
92eeaa6 Improved memory utilization and error handling in zip reader. 25 February 2016, 17:47:11 UTC
02468ca Added .zip files support to ImageReader. 25 February 2016, 17:47:10 UTC
back to top