https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
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
21092df fixed indentation 16 February 2017, 20:32:51 UTC
accc179 Integrate amtiaga/bugFixesForReasonNet into master 16 February 2017, 20:26:34 UTC
61baf02 word_rnn 16 February 2017, 20:26:30 UTC
ebd99a3 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/initial_state 16 February 2017, 20:09:58 UTC
3123b41 Integrate wilrich/fixUserFunctionTest into master 16 February 2017, 20:07:29 UTC
2f18650 addressed CR feedback 16 February 2017, 19:28:20 UTC
a495594 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/initial_state 16 February 2017, 18:54:40 UTC
f391cf2 bug fixes and additional checks w.r.t. tensor slicing, incl. all-axes reduction 16 February 2017, 18:50:49 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
72b7204 Expose ForwardBackward node in BrainScript, change the default parameter of delayConstraint 16 February 2017, 17:53:49 UTC
df0d911 Rebase CTC changes 16 February 2017, 17:32:55 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
ba3f24b Exposing EditDistanceError node in BrainScript 16 February 2017, 07:20:09 UTC
a1e25e1 Refactoring, adding comments to the CTC code 16 February 2017, 07:15:53 UTC
d06c4ca Rename CTCNode to ForwardBackwardNode 16 February 2017, 07:14:29 UTC
4933d36 Add comments and minor refactors for CTC crit node 16 February 2017, 07:08:00 UTC
e5360fb Remove unused variable 16 February 2017, 07:06:43 UTC
707bdf6 Some fixes to get baseline CTC performance 16 February 2017, 07:06:43 UTC
1ffacd2 Add Print method for GPUMatrix 16 February 2017, 07:06:43 UTC
5ca1db9 CTC CPU version 16 February 2017, 07:06:43 UTC
838b982 Propagate CTC node across 16 February 2017, 07:04:36 UTC
97886f1 CTC: Further refactoring 16 February 2017, 07:02:45 UTC
e4d4266 Introduce CTC node 16 February 2017, 07:00:41 UTC
2a452c4 CTC node 16 February 2017, 06:51:57 UTC
18f8b97 merged the GetIterationDimension() bug fix from fseide/s2spy 16 February 2017, 02:41:35 UTC
ed29672 refined an error check in ReconcileDynamicAxis() 16 February 2017, 01:22:46 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
654237b fixed a merge error 15 February 2017, 22:01:54 UTC
1872f27 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/initial_state 15 February 2017, 21:49:23 UTC
9746f62 bug fix: CPU version of DoScatterColumnsOf() should not use OMP since we cannot guarantee there is no race condition. 15 February 2017, 21:15:16 UTC
82401b7 Added "anaconda-prefix" argument to linux installation script. This allows the user to specify the path to an existent anaconda installation. - If the user-provided path doesn't exist, the script will create it and install anaconda into it. - If the user doesn't set this argument, it defaults to "$HOME/anaconda3" like in previous versions. Usage e.g.: ./install-cntk.sh --py-version 35 --anaconda-prefix "/usr/bin/anaconda" 15 February 2017, 20:21:29 UTC
4b3de94 disabled OMP in DoScatterColumnsOf() as it seems to have a race condition 15 February 2017, 17:46:52 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
1061303 reverted a change to BroadcastAs() 15 February 2017, 02:33:52 UTC
03650e3 merged from master 15 February 2017, 02:28:04 UTC
2b94062 added test for where(repeat_factors) 15 February 2017, 02:06:32 UTC
c85961b added tests for initial_state from input data with batch dimension; pulled over sequence.delay() from fseide/s2spy for the recurrent test 15 February 2017, 01:44:23 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
fee6296 pre-merged Layers-lib changes pertaining to the V1 execution engine and V2 wrapping: past/future_value() now accept initial_state to have a dynamic axis; where() now interprets flags as repeat counts, and they may be fractional (with residual); broadcast_as() now implemented more efficiently through past_value(), works inside loops as well now; bug fix in V2 Slice(): begin/endAxis can only be compared if both or neither is indexing from back; Trainer() model parameter is now optional 14 February 2017, 18:45:32 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
back to top