https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
e1907b3 Fix aggregation of EpochAccumulator nodes When propagating aggregated values of accumulator nodes to evaluation nodes, forward pass should be performed only on the nodes between accumulator nodes and evaluation nodes, not on all nodes in the network. 04 April 2017, 10:50:15 UTC
219ff7f Integrate nikmil/upsampling_layer into master 30 March 2017, 14:32:16 UTC
8f33920 Add bilinear upsampling layer Add bilinear upsampling layer implemented using transposed convolution with biliner initialization and learning rate multiplier set to zero. Conflicts: Source/CNTK/BrainScript/CNTKCoreLib/CNTK.core.bs 30 March 2017, 12:43:08 UTC
dc0a5e2 Removing deprecated stuff from training session 30 March 2017, 07:31:59 UTC
8af30f6 Integrate chazhang/convfix into master 30 March 2017, 07:00:38 UTC
e1695eb Bug fixes. 30 March 2017, 03:59:28 UTC
051a667 Some bug fixes. 30 March 2017, 00:38:54 UTC
e68b171 Integrate ebarsoum/cleanup into master 30 March 2017, 00:04:35 UTC
74c2a30 Revert Nvidia convolution code to assure convolution accuracy. 29 March 2017, 23:58:46 UTC
30941f2 Change poolPadMode to poolIncludePad. 29 March 2017, 23:56:46 UTC
9ddb343 Fix convolution. Working but transfer learning accuracy low. 29 March 2017, 23:56:46 UTC
3da1e6b Merge branch 'master' of https://github.com/Microsoft/CNTK 29 March 2017, 23:51:50 UTC
e0f443b Merge branch 'master' of https://github.com/Microsoft/CNTK 29 March 2017, 23:19:00 UTC
13f2c0a CNTK v2 library: Removed a trainer test that expected an exception in a valid Function graph due to a bug that is now fixed. While Eldar (the test author) and I discuss how to replace this with a test that covers the intention of the test, removing this to commit the bug fixes. 29 March 2017, 22:24:05 UTC
d251977 Merge with master. 29 March 2017, 22:05:51 UTC
05147af More fixes and examples for Parameter and Constant. 29 March 2017, 21:52:37 UTC
c474026 CNTK v2 library: Improve error message for Constants will mismatching datatype that cannot be implicitly coerced to the required type 29 March 2017, 21:43:51 UTC
d302daf CNTK v2 library: Bug fixes 1) Fix Function::FindByName to properly traverse entire graph when traversing inside blocks 2) Fix handling of empty blocks that just pass through their inputs 29 March 2017, 21:43:51 UTC
02bf4de Fix graph_test. 29 March 2017, 21:39:11 UTC
5bbf422 Revert "fix workspace corner case and reduce memory footprint" This reverts commit 1acef6f9898fa3a7375a6e05ce7dbcae0b3a800c. 29 March 2017, 20:20:54 UTC
5269f46 Revert "More fix from Deyu" This reverts commit d53936c4efa45b044ba06337b3e00d652ec2d938. 29 March 2017, 20:20:36 UTC
d8a3d47 More Jenkins fixes. 29 March 2017, 20:08:02 UTC
cf569da Fix doc test errors and add them to build script. 29 March 2017, 18:33:35 UTC
efb20de Integrate wilrich/miscFixes into master 29 March 2017, 18:32:49 UTC
f339507 Fix VS autocorrect. 29 March 2017, 17:44:41 UTC
43cd200 Fix comments and remaining notebooks. 29 March 2017, 17:41:59 UTC
6b0d979 Fix jenkins reported issues. 29 March 2017, 16:50:55 UTC
9adade3 Adapting examples; set MinibatchData.data to be a property 29 March 2017, 15:09:13 UTC
cfc178c Integrate eldak/fixingBroadcastScope into master 29 March 2017, 14:56:54 UTC
1368b2d Make one_hot PY2.7 compliant 29 March 2017, 14:31:40 UTC
feab98f Rename to_seq() to as_sequences() 29 March 2017, 14:31:38 UTC
fb5091a Replace __array_interface__ by .asarray() member methods; repurpose cntk.asarray() 29 March 2017, 14:31:36 UTC
d2fddcc Supporting NumPy's int types in Value.one_hot 29 March 2017, 14:31:35 UTC
579fce1 Fixing initialization of acc eval 29 March 2017, 11:25:41 UTC
a8e961d Merge branch 'master' into ebarsoum/cleanup For Jenkins. 29 March 2017, 09:08:23 UTC
90287b6 Fix Notebook... 29 March 2017, 09:07:15 UTC
12d116c Fixing broadcast scope 29 March 2017, 08:57:58 UTC
1996f9e Integrate zhouwang/cseval-refactor-value into master 29 March 2017, 07:59:48 UTC
0804d83 More fixes. 29 March 2017, 07:49:59 UTC
7e50cd4 Fix unit tests. 29 March 2017, 07:29:18 UTC
3a75bd2 Remove Input and Placeholder. 29 March 2017, 06:02:37 UTC
78bc9b4 Add reasonet as example and add components to ops.sequence 29 March 2017, 05:06:22 UTC
ea8ab54 (readded a lost comment) 29 March 2017, 02:09:21 UTC
2a70d25 bug fix: Function._to_Function.force_order_args() must pass always Placeholders to combine(), never Inputs() 29 March 2017, 01:15:58 UTC
17b051d Merge branch 'master' into ebarsoum/cleanup To match master. 29 March 2017, 00:09:57 UTC
feb1c3b Parameter refact. 29 March 2017, 00:09:10 UTC
0e5c226 moved identity back as it crashed Python in one circumstance for unknown reason 29 March 2017, 00:07:28 UTC
5856a6f Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 28 March 2017, 23:33:23 UTC
65a960f moved identity() function to ops\__init__.py 28 March 2017, 23:21:10 UTC
2a05f21 Integrate fseide/s2spy into master 28 March 2017, 23:17:34 UTC
035282f made to_Function private 28 March 2017, 22:56:20 UTC
6481219 removed NamedOutput 28 March 2017, 22:55:42 UTC
e122207 removed NamedOutput for now 28 March 2017, 22:55:28 UTC
3cb187a Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 28 March 2017, 22:16:27 UTC
63012fd Refactor Constant. 28 March 2017, 21:08:22 UTC
cdf1fc5 remove unused lines 28 March 2017, 20:59:19 UTC
9271043 use IDictionary 28 March 2017, 20:59:19 UTC
a4fa176 adapt samples to use GetDense/OneHotData() 28 March 2017, 20:59:19 UTC
32209f5 test new GetDenseData/GetOneHotData in eval examples test 28 March 2017, 20:59:18 UTC
ec4c48c add GetDenseData(), GetOneHotData()! 28 March 2017, 20:59:18 UTC
fc7092b add paraemter check; make Create from private to public 28 March 2017, 20:59:18 UTC
ccf1c28 Updated the tx learning tutorial test settings in jupyter 28 March 2017, 20:57:56 UTC
ab6f619 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/txlrn 28 March 2017, 20:53:06 UTC
10080aa Reduced runtime in Fast mode and fixed an indexing bug with current breaking change in master 28 March 2017, 18:50:50 UTC
3843051 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/txlrn 28 March 2017, 17:27:44 UTC
9465599 Fix training_session_test.py 28 March 2017, 16:57:27 UTC
65a7e02 enabled a test of a formerly buggy thing; fixed a keyword parameter in trainign_session_test.py 28 March 2017, 16:53:08 UTC
69be072 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 28 March 2017, 15:55:10 UTC
f45edca bug fix in UnfoldFrom() API: initial_state must be a parameter; removed unused left-over parameter map_state_function from UnfoldFrom() 28 March 2017, 15:38:50 UTC
6e3e741 Integrate alrezni/v2_training_limit_in_sweeps into master 28 March 2017, 15:33:04 UTC
ee73b8c Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 28 March 2017, 14:59:21 UTC
503983b Add an ability to limit the number of sweeps for training * Add MinibatchSourceConfig struct that makes construction of a reader a little more straight-forward (esp. on the c++ side) * Refactor python implementation of MinibatchSource. * Add support for specifying the maximum number of sweeps over the input dataset when instating a minibatch source. 28 March 2017, 11:50:17 UTC
4c3f94a Integrate eldak/fixingPreserveAll into master 28 March 2017, 11:10:32 UTC
98e4b60 Integrate eldak/exposingEvaluatorInPython into master 28 March 2017, 10:36:58 UTC
5e78808 Integrate wolfma/nvml2 into master 28 March 2017, 10:22:57 UTC
5a2c85a Fixing bug plus tests 28 March 2017, 08:13:42 UTC
6b547e1 Adding evaluator 28 March 2017, 08:09:25 UTC
d952f8b change Common to Utils 28 March 2017, 07:46:40 UTC
3eb11d8 correctly ignore PrimitiveOpType 28 March 2017, 07:46:40 UTC
bc3527c rename CNTKLib to Common 28 March 2017, 07:46:40 UTC
d7353ff fix spell errors 28 March 2017, 07:46:40 UTC
0355b06 also use IEnumerable for CreateBatchOfSequeces; refactor out AsSizeTVector, AsBoolVector 28 March 2017, 07:46:39 UTC
81da226 refactor out common methods 28 March 2017, 07:46:39 UTC
aa93b4e complete changes to use IEnumerable in CreateBatch, CreateSequence 28 March 2017, 07:46:39 UTC
70bc7aa use IEnuerable as input interface; optimize performance for CreateSequence 28 March 2017, 07:46:39 UTC
410f0a4 also optimize CreateBatch for onehot input 28 March 2017, 07:46:39 UTC
f908be2 optimize CreateBatch() performance 28 March 2017, 07:46:39 UTC
66b110e remove unnecessary cast 28 March 2017, 07:46:38 UTC
9b57b67 fix quoting problem 28 March 2017, 07:36:34 UTC
b8d42bb Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/txlrn 28 March 2017, 02:14:01 UTC
97782a2 Incorporated CR feedback 28 March 2017, 02:13:32 UTC
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
156028a Updated to latest API changes 27 March 2017, 22:11:56 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
184d103 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/txlrn 27 March 2017, 18:52:27 UTC
a1db207 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantestfix 27 March 2017, 18:08:38 UTC
back to top