https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f052938 use nuget package in C++ eval examples, add debug build for c++ examples using nuget rename CNTKLibraryCPPEvalExamples to CNTKLibraryCPPEvalCPUOnlyExamples; add missging packages.config files Make CNTKLibraryCPPEvalExamplesTest work on both GPU and CPUOnly 17 February 2017, 21:49:16 UTC
497aefe Source/CNTK/CNTK.cpp: CNTK 2.0.beta11.0 exactly 17 February 2017, 21:49:16 UTC
e70eac3 Integrate alrezni/fix_default_ctf_trace_level into master 17 February 2017, 17:02:03 UTC
28d1354 Fix default trace level for CTF reader 17 February 2017, 14:45:32 UTC
77bf76c Integrate fmegen/aarch64/mpi into master 17 February 2017, 12:57:40 UTC
c6ed040 Merge branch 'master' into fmegen/aarch64/mpi # Conflicts: # Source/1BitSGD 17 February 2017, 08:31:13 UTC
721a6f7 Integrate 2eaef84d7b156424edbdcff696be2dd2bd06d68b into master 17 February 2017, 02:55:26 UTC
2eaef84 update char_rnn_test.py to match char_rnn.py train_and_eval_char_rnn() now takes both epochs and total minibatch limit. 17 February 2017, 00:59:40 UTC
7ea9a1c Add built header to progress_print 16 February 2017, 23:28:07 UTC
d48350b Revert "Add debug info to prebuild.dat" This reverts commit 8a713a454ed0119cc7d0b44c92365b14345ff20a. 16 February 2017, 23:17:16 UTC
1ef6cea Revert "Add prebuild to all flavors" This reverts commit 8f70c9be96e689e4fca673a51d428071c9e7b0b2. 16 February 2017, 23:14:58 UTC
8f70c9b Add prebuild to all flavors 16 February 2017, 23:10:35 UTC
8a713a4 Add debug info to prebuild.dat 16 February 2017, 22:49:58 UTC
accc179 Integrate amtiaga/bugFixesForReasonNet into master 16 February 2017, 20:26:34 UTC
3123b41 Integrate wilrich/fixUserFunctionTest into master 16 February 2017, 20:07:29 UTC
f53efe4 CNTK core: Add support for broadcast_as inside a recurrent loop; only forward pass is supported 16 February 2017, 18:08:40 UTC
a403b1f CNTK core: Fixed a memory sharing bug that only manefested in V1 (CNTK config based execution) due to disparity between the forward nodes used during setting up the memory sharing structure vs the actual forward nodes used during training. 16 February 2017, 18:08:40 UTC
fdd45a1 Fix user function test 16 February 2017, 15:49:29 UTC
0bf2f46 Tests/Install/windows: make pre-filling InstallCache optional 16 February 2017, 15:09:44 UTC
a63c43d Tests/EndToEndTests/ParallelTraining/AsynchronousSGD: run against single GPU 16 February 2017, 15:09:44 UTC
3e87868 Tests/EndToEndTests/CNTKv2Python/Examples/AlexNet_ImageNet_Distributed_test.py: decrease MB size for test Occasionally (< 1 % of runs) the test hits OOM on some of our test machines. 16 February 2017, 15:09:44 UTC
340bb65 Fix a couple of typos 16 February 2017, 15:09:44 UTC
57882fb address CR comments 16 February 2017, 14:39:31 UTC
f7794bd make EXECUTE the default script option add NOCONFIRM command line option to execute script without confirmation Anaconda is installed into the directory defined by INSTALLPATH, unless ANACONDABASEPATH is specified 16 February 2017, 14:39:31 UTC
b7a1ad3 Integrate zhouwang/cseval-example-test-gpu into master 16 February 2017, 12:20:02 UTC
76a1aa4 add C# tests on GPU 16 February 2017, 08:19:34 UTC
c699909 Merge pull request #1455 from MSharman/master LabelMe Parsing 16 February 2017, 08:09:01 UTC
eca96e5 Merge pull request #1444 from jerogers-msft/patch-1 Small language change to comments 15 February 2017, 22:31:53 UTC
ad2dfb7 Merge branch 'master' into nluehr/examplefixes 15 February 2017, 22:29:27 UTC
8481f83 adressing issues from the latest CR 15 February 2017, 17:12:23 UTC
50beead updated Fast R-CNN to py35 15 February 2017, 08:28:34 UTC
8c85203 Merge remote-tracking branch 'origin/master' into nikosk/extend-learners 14 February 2017, 21:00:44 UTC
4827a82 Incorporated CR feedback 14 February 2017, 21:00:05 UTC
b9ca100 Integrate pkranen/splitPyTests into master 14 February 2017, 19:27:12 UTC
9ae2247 Integrate amtiaga/bugFixesForReasonNet into master 14 February 2017, 18:52:24 UTC
5405b64 Closes: #1425 14 February 2017, 18:45:05 UTC
f45902f fix CallGetCommand, failing if multiple applications where discovered 14 February 2017, 18:45:05 UTC
5fd460f CNTK v2 library: Add support for reduction of sequences along just the sequence or batch axis. This paves the way for all sequence reduction operations to be upto orders of magnitude faster compared to the current implementations using recurrence. In this commit, only BroadcastAs employs the new faster mechanism. It will be rolled to other sequence operations in subsequent commits 14 February 2017, 17:54:09 UTC
a6ece06 Merge branch 'master' into ebarsoum/prim1 For checkin... 14 February 2017, 16:53:42 UTC
ab31b9e Fix doc string format to match what DocTest expect. 14 February 2017, 16:53:06 UTC
3bebb0d Tests/EndToEndTests/CNTKv2Python/Examples/conftest.py: remove Jupyter Notebook fixture 14 February 2017, 16:50:35 UTC
3665dc7 CNTK v2 library: Add custom typemap for Block arguments map to automatically convert Function objects in the map to Variable 14 February 2017, 15:15:19 UTC
f1736a3 CNTK v2 library: Add cloning support for user defined Functions 14 February 2017, 15:15:19 UTC
7d0febe Splitted Python e2e test into examples and tutorials 14 February 2017, 11:58:20 UTC
77bdf63 Corrected Output filename for Label me tool Corrected Output filename for Label me tool 14 February 2017, 11:32:23 UTC
de6e336 Merge pull request #1 from Microsoft/master Sync with Main 14 February 2017, 10:44:38 UTC
b92d09e updated baseline 14 February 2017, 09:21:30 UTC
d4e3fcd fixed DFS bug, added test 14 February 2017, 08:46:24 UTC
176f726 fixed image formatting using PIL for eval 14 February 2017, 08:46:23 UTC
0a3f01d Merge remote-tracking branch 'origin/master' into nikosk/extend-learners 14 February 2017, 06:52:38 UTC
4bb6df1 support for user defined learners 14 February 2017, 06:50:58 UTC
7078723 Merge branch 'master' into ebarsoum/prim1 For checkin... 14 February 2017, 06:40:27 UTC
8bc13d5 Use GPU accumulation for training loss/eval criterion to avoid GPU/CPU sync stall in every minibatch 14 February 2017, 02:39:41 UTC
e46faf7 Update argmin example due to feedbacks. 14 February 2017, 02:01:14 UTC
1fcb1de Fix Linux build break. 14 February 2017, 01:39:01 UTC
cdc5409 Address feedbacks. 14 February 2017, 00:19:47 UTC
6eee6e1 Merge branch 'master' into ebarsoum/prim1 For jenkins. 13 February 2017, 22:17:24 UTC
567efce Increase serialization version number. 13 February 2017, 22:14:34 UTC
027d6a2 Integrate fseide/layers-lib-breaking into master 13 February 2017, 21:20:57 UTC
bf1927d Integrate alexeyo/ReadMe-News-February-13 into master 13 February 2017, 19:58:21 UTC
83a2347 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 13 February 2017, 19:14:40 UTC
cc3e76e Integrate kedeng/fixUnroll into master 13 February 2017, 18:58:54 UTC
fa9ff76 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 13 February 2017, 18:39:31 UTC
9fd6c5a Main ReadMe News, February 13, 2017 13 February 2017, 17:16:19 UTC
6fe326d Integrate eldak/renameSeqId into master 13 February 2017, 16:39:51 UTC
9518d4f Integrate alrezni/v2_exceptions into master 13 February 2017, 16:33:41 UTC
fcfacbd Refactoring in readers - rename of m_id in sequences, moving "primary" member to the base class 13 February 2017, 15:10:06 UTC
174bd63 V2: add callstack to exceptions details 13 February 2017, 10:38:03 UTC
15775b0 Merge pull request #1428 from MSharman/MSharman MSharman 13 February 2017, 09:09:44 UTC
7986a1a Add detailed comment to argmax and argmin. 13 February 2017, 05:15:52 UTC
2789f5b Small language change to comments I think you meant "Set epoch size to a larger number for lower training error" rather than "Set epoch size to a larger number of lower training error" Thanks for the tutorials! 12 February 2017, 18:34:48 UTC
3dfa8df Fix test from merged conflict. 12 February 2017, 08:24:38 UTC
c5b32aa Fix test after resolve conflict. 12 February 2017, 08:16:53 UTC
02517fb Resolve merge conflict with master 12 February 2017, 07:58:42 UTC
307052e Fix broken docs 12 February 2017, 07:31:50 UTC
b11e2a6 Remove unused arguments. 12 February 2017, 07:31:12 UTC
822ac8d Add unit test and fix single element tensor bug. 12 February 2017, 06:46:37 UTC
05d592b Add GPU version of argmax and argmin. 12 February 2017, 05:05:04 UTC
ba91051 Fix gradient optimization bug in TimesNodeBase when unrolling 11 February 2017, 20:44:48 UTC
b7bd30e Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 11 February 2017, 01:31:25 UTC
1fe2353 addressed CR feedback 11 February 2017, 01:26:52 UTC
eee01f8 Cleanup and pass reudction axis around. 11 February 2017, 01:20:34 UTC
fd2e796 Update README.md 11 February 2017, 00:27:28 UTC
7761540 Cleanup CPU Argmax and min. 10 February 2017, 23:00:21 UTC
27bf1d3 Integrate mahilleb/PostReleaseMerges into master 10 February 2017, 22:42:27 UTC
2a8dcce Integrate eldak/underperfFixInRandomizer into master 10 February 2017, 22:16:58 UTC
1997bb7 Fixed typo in GPUMatrix.cu 10 February 2017, 21:19:42 UTC
2f7a2f0 Cosmetic tweak in tutorials. Make progress printer show correct epochs limit in most cases. 10 February 2017, 21:19:39 UTC
4ebfabe Minor fixes to CNTK examples. 10 February 2017, 21:18:02 UTC
c3b309b Integrate sayanpa/slawek into master 10 February 2017, 20:49:00 UTC
3c424cd Integrate kedeng/v2profiler into master 10 February 2017, 20:00:43 UTC
bb02287 Implement Argmax and min for the CPU. 10 February 2017, 19:57:48 UTC
382763a Added link to Azure Notebooks and fixed typo 10 February 2017, 19:56:56 UTC
780f0bc Added links to Azure notebooks 10 February 2017, 19:52:22 UTC
0bc44d8 Updated performance benchmark section in the Readme file 10 February 2017, 19:45:36 UTC
ad994ca Add Azure Notebooks link 10 February 2017, 19:37:19 UTC
8860ab3 Fixing small underperf 10 February 2017, 18:05:44 UTC
ccf2dff Integrate alexeyo/ReadMe-News-February-10-1 into master 10 February 2017, 17:44:20 UTC
c934772 Integrate eldak/fixingSameImage into master 10 February 2017, 17:35:45 UTC
2b72578 Main ReadMe news, February 10, 2017 10 February 2017, 17:28:50 UTC
back to top