https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
0ee09cf Merge branch 'master' into 2.0rc/breakingChanges For checkin 28 March 2017, 01:11:12 UTC
7a297b3 Integrate sayanpa/gantestfix into master 27 March 2017, 23:18:22 UTC
567d1c0 Merge branch 'master' into 2.0rc/breakingChanges For checkin... 27 March 2017, 21:07:51 UTC
21c10eb Integrate 1d65116840b1b9cecd173d850e593b8ede37c1eb into master 27 March 2017, 19:57:42 UTC
f88501a Fix jenkins. 27 March 2017, 19:09:12 UTC
aa9e429 Integrate amitaga/apiChangesForRC into master 27 March 2017, 18:54:42 UTC
a1db207 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantestfix 27 March 2017, 18:08:38 UTC
7be9612 Integrate alrezni/scratch into master 27 March 2017, 17:51:30 UTC
b01b06d Merge with master. 27 March 2017, 17:43:06 UTC
f06d6b3 Add unit test for epoch size warning. 27 March 2017, 17:40:50 UTC
257626e CNTK v2 library: Add option to Function.eval for specifying the outputs to be evaluated. 27 March 2017, 17:38:28 UTC
1d84628 on build machine use the nvml.dll from the c:\local\bindrop if the directory exists 27 March 2017, 13:46:16 UTC
0099706 A minor fix in the CTF reader Make the reader skip over extra inputs even when their name exceeds the maximum expected input name length. 27 March 2017, 11:59:58 UTC
77f65d8 Integrate zhouwang/cseval-sizet into master 27 March 2017, 11:40:25 UTC
99fcbae Integrate wilrich/dfs_optional_blocks into master 27 March 2017, 11:05:22 UTC
0215a69 Integrate alrezni/v2_gpu_p2p into master 27 March 2017, 10:19:36 UTC
47f1e13 Integrate zhouwang/getreductionbuffer into master 27 March 2017, 10:17:17 UTC
46112cc Change boolean dive_into_blocks into integer depth 27 March 2017, 09:15:23 UTC
5c07204 Expose cntk.logging.graph.* in cntk.logging.* 27 March 2017, 09:15:20 UTC
db23073 Autopepped 27 March 2017, 09:15:17 UTC
408e57b Shorten the name of debug UDFs so that they don't clutter the plots 27 March 2017, 09:15:14 UTC
97490b0 DFS: make search inside blocks optional 27 March 2017, 09:15:12 UTC
2ac0c2f Integrate eldak/distributedEval into master 27 March 2017, 09:01:52 UTC
38dc97f use by value instead of by reference 27 March 2017, 07:57:23 UTC
5291acc improve error messages 27 March 2017, 07:42:43 UTC
01714f7 adapt samples 27 March 2017, 07:42:43 UTC
7553e6d use int instead of uint for CLS compliance 27 March 2017, 07:42:43 UTC
b59a654 rename NDArrayViewVector to NDArrayViewPtrVector 27 March 2017, 07:42:43 UTC
abb95c4 change uint to int, as uint is not cls-compliant; validate NDArrayView CTOS parameters 27 March 2017, 07:42:43 UTC
ba4500a remove numNonZeroValues from CreateSequence; use int instead of uint if possible 27 March 2017, 07:42:43 UTC
735f353 add NDArrayView COTS without using numElements or numNonZeroValues. 27 March 2017, 07:42:43 UTC
ca3ba7f Splitting Trainer and Evaluator 27 March 2017, 07:32:47 UTC
a3a9415 restore unneeded changes 27 March 2017, 05:52:51 UTC
c9309e0 test memory at the end again. 27 March 2017, 05:52:51 UTC
4ffe620 fix errors 27 March 2017, 05:52:51 UTC
d01c4c7 fix errors; add dispose() to SetupMemoryTests 27 March 2017, 05:52:51 UTC
1abddaa add memory tests 27 March 2017, 05:52:51 UTC
f31a5eb fix error 27 March 2017, 05:52:51 UTC
63b9171 add NDMask 27 March 2017, 05:52:51 UTC
8d6e770 update clone and FindAllWithName 27 March 2017, 05:52:51 UTC
0315d7a update GetInputs, GetArguments 27 March 2017, 05:52:51 UTC
1edab0a update GetOutputs() 27 March 2017, 05:52:51 UTC
d377afb improve DynamicAxes, adapt GetAllDevices, add SetExcludedDevices 27 March 2017, 05:52:51 UTC
aa4c308 remove unused Variable() constructor 27 March 2017, 05:52:51 UTC
73340b8 create independent stroage for elements in DynamicAxes (before was depending on lifecycle of DynamicAxes), remove mapping of unused functions 27 March 2017, 05:52:51 UTC
e3c31d5 Use IList<> in more places 27 March 2017, 05:52:51 UTC
6e6322b use IList<T> for std::vector<T> 27 March 2017, 05:52:51 UTC
2008f57 improve swig interface 27 March 2017, 05:52:51 UTC
bfd4c1b add more ut cases 27 March 2017, 00:53:27 UTC
495f0b2 fix build break 27 March 2017, 00:53:27 UTC
9fe9dfe fix comments and issue 27 March 2017, 00:53:27 UTC
8617134 fix comments in CR 27 March 2017, 00:53:26 UTC
4f762c3 fix comments, add axis paramter, support invalid indices 27 March 2017, 00:53:26 UTC
5490863 fix cpu mem init issue 27 March 2017, 00:53:25 UTC
6aa7937 update ut baseline file 27 March 2017, 00:53:24 UTC
dab408d fix gpu memset bug and python doc test issue 27 March 2017, 00:52:50 UTC
fb4717f test the tolerance 27 March 2017, 00:52:49 UTC
784dd38 update doc example result 27 March 2017, 00:52:49 UTC
34f05e1 fix doc error 27 March 2017, 00:52:49 UTC
841a103 fix build break in no gpu cpp 27 March 2017, 00:52:49 UTC
8d162f4 fix build break in node 27 March 2017, 00:52:49 UTC
ebc1a40 fix build break and hard tab 27 March 2017, 00:52:49 UTC
69313c1 fix GPU build break and test fail 27 March 2017, 00:52:48 UTC
3974fee add GPU sparse matrix support 27 March 2017, 00:52:48 UTC
07bdfe9 remove hard tab 27 March 2017, 00:52:48 UTC
608f70f move one hot to evaluation nodes 27 March 2017, 00:52:48 UTC
ecaf549 fix merge issue and add comments 27 March 2017, 00:52:48 UTC
fdfbd4c update sparse and GPU sparse implementation 27 March 2017, 00:52:47 UTC
2d46acd add gpu dense matrix support, and UT 27 March 2017, 00:52:47 UTC
38e35de add sparse support 27 March 2017, 00:52:47 UTC
d6fa088 add one hot test op 27 March 2017, 00:52:47 UTC
2bd14b7 CNTK v2 library: Several UserDefinedFunction features and bug fixes 1) Fix for Premature UDF backprop state destruction in python SWIG wrapper (Willi and Eldar) 2) Add ability for output variable to specify that gradients are not needed 3) Add support for letting backward implementation of a UDF be a no-op which results in no gradients being propagated to the inputs for that UDF node 4) Change UDF bckward signature to be passed a map for filling input gradients whevener the UDF has multiple inputs 5) Performance fix to call the UDF backward methid just once for all inputs needing gradients instead of separate calls for each input 26 March 2017, 04:19:29 UTC
2c480b5 CNTK v2 library: Fix shape reversal for sharing and auto_padding arguments of convolution/pooling 25 March 2017, 13:51:17 UTC
346999f remove unneeded line 25 March 2017, 12:14:44 UTC
22af9dc Fix import of Signature due to python namespace change 25 March 2017, 09:44:00 UTC
ae57eb2 Merge branch 'master' into 2.0rc/breakingChanges For CR. 25 March 2017, 06:56:19 UTC
13a7c45 Remove upper and lower pad, and turn epoch size check into a warning. 25 March 2017, 06:54:24 UTC
1dcbd6f Merge branch 'sayanpa/gantestfix' of https://github.com/Microsoft/CNTK into sayanpa/gantestfix 25 March 2017, 01:31:01 UTC
4bb8de7 Update the GAN test to limit testing to only functional currectness since loss is very volatile run to run 25 March 2017, 01:27:32 UTC
0bdd6c5 Update README.md 25 March 2017, 00:34:00 UTC
af5da21 Update README.md 25 March 2017, 00:32:46 UTC
2e246db Fix profiler. 24 March 2017, 23:14:47 UTC
138ce52 Fix break after merge with master. 24 March 2017, 22:16:02 UTC
1622ed3 Merge with master. 24 March 2017, 21:50:15 UTC
7316050 More fixes. 24 March 2017, 21:47:38 UTC
a956045 More fixes. 24 March 2017, 20:53:25 UTC
1d65116 Fix corruption in multi-GPU training 24 March 2017, 19:51:34 UTC
04b474d Fix end to end examples. 24 March 2017, 19:05:48 UTC
1e90099 Fix notebooks. 24 March 2017, 18:53:54 UTC
2d82e32 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantestfix 24 March 2017, 18:53:30 UTC
820f7c7 Update the GAN test to limit testing to only functional currectness since loss is very volatile run to run 24 March 2017, 18:53:19 UTC
d2668c1 Fix end-to-end examples. 24 March 2017, 17:42:09 UTC
6b0afc4 Adding Caffe-converted models. Adding Caffe-converted models. Text fix. Remove NIN. 24 March 2017, 16:20:27 UTC
fc13683 Integrate eldak/fixingAccError into master 24 March 2017, 15:48:32 UTC
4fa27d0 Integrate mahilleb/PyDocFix into master 24 March 2017, 14:50:25 UTC
708dd23 Integrate alexeyo/combining-drop-and-docker-install into master 24 March 2017, 14:22:44 UTC
63233be Combining drop and docker: addressed CR comments 24 March 2017, 14:04:00 UTC
05876e5 Disable GPUDirect altogether 24 March 2017, 13:39:01 UTC
6cefd2e Python docs: fix a few markup errors 24 March 2017, 12:51:28 UTC
c63c941 Combining drop and docker: addressed CR comments and removed setup files of OpenMPI and Anaconda 24 March 2017, 12:09:15 UTC
back to top