https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
74eca8e Enabled legacy layout for ND convos. 02 June 2016, 21:48:19 UTC
e718790 Fix includes 02 June 2016, 16:42:44 UTC
7f9d345 Update a comment in TextConfigHelper.cpp 02 June 2016, 15:42:14 UTC
b5800b5 Integrate thilow/compareNode3 into master 02 June 2016, 13:23:24 UTC
9b972d9 Fixed formatting (tab vs space) 02 June 2016, 11:37:15 UTC
edefc2e Fixed error messages in some static asserts in ComparisonNode 02 June 2016, 11:33:58 UTC
50e10c4 Fixed code formatting 02 June 2016, 11:17:51 UTC
24ce823 merge with master 02 June 2016, 09:36:50 UTC
5eedf54 add get_rank 02 June 2016, 09:11:38 UTC
3cbc167 dynamic axis support in slice 02 June 2016, 08:35:11 UTC
cebcbf3 remove name from eval 02 June 2016, 08:35:10 UTC
0264fdb un comment test fixtures 02 June 2016, 08:35:09 UTC
9e38b1b back to isscalar 02 June 2016, 08:35:08 UTC
0afa24f address second round of cr comments 02 June 2016, 08:35:07 UTC
08c71d2 address first round of cr comments 02 June 2016, 08:35:06 UTC
f0944da restore casing 02 June 2016, 08:35:05 UTC
325852a support negative axes ids 02 June 2016, 08:35:04 UTC
15d96a5 times node test 02 June 2016, 08:35:03 UTC
b7aa0a0 clean up flag 02 June 2016, 08:35:02 UTC
85e5bce adjust some unit tests 02 June 2016, 08:35:01 UTC
1d06073 change c.eval design 02 June 2016, 08:35:00 UTC
584f3b1 remove is _tensor_list 02 June 2016, 08:34:59 UTC
2c13ca6 fix utils test 02 June 2016, 08:34:58 UTC
7a4e144 adapt graph_test to row major 02 June 2016, 08:34:57 UTC
ddae34f fix output rank in times 02 June 2016, 08:34:56 UTC
5a1d3b4 reshaping nodes unittests adapted to row major 02 June 2016, 08:34:55 UTC
c8ac56a slice, transpose_dims and reshape adapted to row major 02 June 2016, 08:34:54 UTC
09d7e74 move lstm seqcla to row vector 02 June 2016, 08:34:53 UTC
8c6b8eb change crit node for mnist one layer 02 June 2016, 08:34:52 UTC
f510dbc mnist one layer to row major 02 June 2016, 08:34:51 UTC
1729476 add rank information 02 June 2016, 08:34:50 UTC
f396801 move log reg to row major 02 June 2016, 08:34:49 UTC
be2d036 row major for lazy reader 02 June 2016, 08:34:48 UTC
9466ee1 data parsing row major 02 June 2016, 08:34:47 UTC
3c17acb port logreg_numpy example to row major 02 June 2016, 08:34:46 UTC
640e00b adjust parameter to row major 02 June 2016, 08:34:44 UTC
9087362 adapt input to row major 02 June 2016, 08:34:43 UTC
d08c159 adapt input_numpy to row major 02 June 2016, 08:34:42 UTC
51ade5e add todo comments 02 June 2016, 08:34:41 UTC
72c2cd6 switch times to row major 02 June 2016, 08:34:40 UTC
5bd65f9 dropout node under training ops 02 June 2016, 08:34:39 UTC
2d7c140 Integrate alrezni/scratch into master 02 June 2016, 08:04:10 UTC
5d67758 Applies CR feedback - Renames namespace and cpp file for name consistency - Adds dependency for Common.lib 01 June 2016, 15:14:07 UTC
d00c435 Fixes project dependecies for EvalDLL and EvalTests 01 June 2016, 14:31:49 UTC
c81185d Renames EvalTest project to CommandEval 01 June 2016, 14:15:00 UTC
f36527f Adds helper methods to the eval wrapper to enable exposing hidden layer outputs for evaluation 01 June 2016, 12:17:00 UTC
041b4f0 Do not overwrite 'traceLevel' in the reader config section 01 June 2016, 11:55:02 UTC
183130a Better warning for extra inputs in the dataset 01 June 2016, 09:49:45 UTC
1e01cbe Address CR feedback 31 May 2016, 23:17:11 UTC
5188260 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/RAIIMPIFinalize 31 May 2016, 23:12:38 UTC
9a9a586 Integrate alrezni/refactor_uci_scripts into master 31 May 2016, 15:56:39 UTC
df163ae Update mnist and cifar scripts Call uci-to-cntk converter directly from scripts that fetch mnist and cifar datasets 31 May 2016, 15:00:41 UTC
9f1eb80 ExperimentalHtkmlfReader tests: add most TIMIT tests Two are not yet (partially) done: Write{Bottleneck,ScaledLogLike} 31 May 2016, 13:37:44 UTC
446edfa Addressing CR Fixing linux compilation Bug / unit test fix Remove assertion add missing space Add missing newline fix another typo 31 May 2016, 13:33:32 UTC
c497521 Switching sequence length to uint32_t 31 May 2016, 13:33:22 UTC
2460d2a HTKDataDeserializer.cpp: able to deal with single-frame utterance now Tune log message 31 May 2016, 13:32:57 UTC
5ae23ed Shrink size of parsedpath / UtteranceDescription by 8 bytes Shrink UtteranceDescription by another 16 bytes UtteranceDescription: save 8 more bytes 31 May 2016, 13:32:51 UTC
6524185 Optimizing chunk range that is needed 31 May 2016, 13:32:47 UTC
c511e04 ReleaseChunks() in SequenceRandomizer::Seek More logging Only log release chunks if > 0 Fix log message diagnostics for ChunkRandomizer Remove excessive logging 31 May 2016, 13:32:37 UTC
b7a8bf9 KeyType: use 40-bits for m_sequence, 24 bits for m_sample Fix Linux build 31 May 2016, 13:32:07 UTC
d72ef7c Fixing tests and changing GetSequenceDescriptionByKey method Removing m_isValid from SequenceDescription typedef unsigned int ChunkIdType; typedef unsigned int SequenceSampleCountType; Fixes for ImageReader 31 May 2016, 13:31:29 UTC
f9fe278 Removing logical path from utterance description 31 May 2016, 13:06:16 UTC
62bf096 Switching corpus descriptor from w to cstring 31 May 2016, 13:06:16 UTC
422f710 Integrate alrezni/replace_uci_tests into master 30 May 2016, 15:06:40 UTC
2c30d6d Adding missing import after merge 30 May 2016, 13:30:55 UTC
642152d Addressing CR comments 30 May 2016, 13:29:24 UTC
ff3b4d3 Merged examples in doc 30 May 2016, 13:26:28 UTC
e6621a5 clean_up in C.eval() 30 May 2016, 13:26:24 UTC
f159271 Simplified example 30 May 2016, 13:24:24 UTC
726af5c Fix: set node name in LazyInputReader 30 May 2016, 13:24:23 UTC
af035e6 Improved arg docs 30 May 2016, 13:24:23 UTC
9bf7d2e Improved error message 30 May 2016, 13:24:22 UTC
fac0041 Cleaned up doc and deferred context's interface 30 May 2016, 13:24:21 UTC
3ccb46c Adding sparse_input()/sparse_input_numpy() 30 May 2016, 13:24:16 UTC
fc2f3aa Adding test for dot product 30 May 2016, 13:22:41 UTC
143b959 Merge branch 'master' into alrezni/replace_uci_tests Conflicts: CNTK.sln 30 May 2016, 12:08:56 UTC
402252a Replace e2e tests that use UCIFast with their CNTKTextFormat counterparts 30 May 2016, 11:46:20 UTC
6f90287 Removed the the prefix 'Comparsion' from the comparison node names. 27 May 2016, 12:15:11 UTC
ccd37f4 Do not finalize MPI in event of an exceptional exit since calling MPI_Finalize without all pending communications between MPI processes being finished results in a hang 26 May 2016, 16:30:51 UTC
c86f5b0 Added a facility for Scoped exit to enfore cleanup code execution before function exit. Ensure MPI Finalization before main exits in event of exceptional exits 25 May 2016, 20:45:48 UTC
00d96ae fix div compatibility 25 May 2016, 14:33:56 UTC
ab07134 fixed failed unittests 25 May 2016, 14:12:46 UTC
e268730 fixed failed unittests 25 May 2016, 14:12:45 UTC
21d90a7 address cr comments 25 May 2016, 14:12:44 UTC
3b2f8ed fix is tensor test 25 May 2016, 14:12:43 UTC
9367d6a pass to identity rename 25 May 2016, 14:12:42 UTC
3509091 address CR comments 25 May 2016, 14:12:41 UTC
e2c61b1 clean up 25 May 2016, 14:12:40 UTC
672db34 add dropout to ops 25 May 2016, 14:12:39 UTC
001d858 add drop out to cntk2.py 25 May 2016, 14:12:38 UTC
bcb39e4 add dropout to cntk2 25 May 2016, 14:12:37 UTC
ff19078 remove debuging print statements 25 May 2016, 14:12:36 UTC
5442b3d resolve conflicts after merging with slice change 25 May 2016, 14:12:35 UTC
15d21d1 add first version of transpose unit tests 25 May 2016, 14:12:34 UTC
deb6885 resolve conflicts with slice checkin 25 May 2016, 14:12:33 UTC
14be022 remove check broadcasting 25 May 2016, 14:12:32 UTC
b2b63e6 add docstring for overloaded ops 25 May 2016, 14:12:31 UTC
d3e3f7d address cr comments 25 May 2016, 14:12:30 UTC
b741c1a boadcast helper functions 25 May 2016, 14:12:29 UTC
6b76d16 helper functions for broadcasting test 25 May 2016, 14:12:28 UTC
back to top