https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
b8544c1 Bump NuGet package versions 20 January 2017, 11:24:32 UTC
b684d38 Source/CNTK/CNTK.cpp: CNTK 2.0.beta9.0 exactly 20 January 2017, 11:22:34 UTC
27f23f3 Bump versions 20 January 2017, 11:22:13 UTC
6633d05 Revert "change List to IEnmerable" This reverts commit 89c8420533323b5596b99484ef1105c2d313a890. 20 January 2017, 11:06:29 UTC
89c8420 change List to IEnmerable 20 January 2017, 10:57:08 UTC
7790859 Merge remote-tracking branch 'origin/master' into zhouwang/csbinding-bugfix 20 January 2017, 10:56:49 UTC
3ac5553 Integrate alrezni/v2_default_unit_gain into master 20 January 2017, 10:48:55 UTC
3f7c404 Integrate zhouwang/csbinding into master 20 January 2017, 10:14:02 UTC
e485545 temprarily remove the AllDevices() method, and will be added back later when we have a good solution for that 20 January 2017, 09:00:42 UTC
e542b1e add lock for DeviceDescriptor::AllDevice; move extension functions into SWIG 20 January 2017, 09:00:32 UTC
9b6c6bd Add a default (true) for the unit-gain flag value 20 January 2017, 08:27:36 UTC
73c7865 adapt properties of different classes that should be exposed change some properties to methods fix format 20 January 2017, 06:19:01 UTC
72292d2 expose more properties to C#, adapt exampels to use cntkbitmapextensions 20 January 2017, 06:19:01 UTC
037a318 share CntkBitmapExtensions.cs 20 January 2017, 06:19:01 UTC
392fc75 adjust different C# binding issues: add more properties, make some functions private; move bitmap extensions out of the Eval managed library; 20 January 2017, 06:19:00 UTC
2260a63 add exception handling 20 January 2017, 06:01:19 UTC
ef56278 Integrate sayanpa/cntk206 into master 20 January 2017, 05:12:45 UTC
91e0a07 Integrate kedeng/fixSparseDot into master 20 January 2017, 03:14:29 UTC
1d10e8a Integrate alrezni/mkl_fix into master 20 January 2017, 02:19:24 UTC
746d211 CNTK v2 library: a) Fix the memory sharing evaluation order for the case when one of the network roots is not a forward prop root specified to AllocateAllMatrices b) Fix the conversion of Variable to Function in python bindings 20 January 2017, 00:49:21 UTC
6f1909d Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk206 19 January 2017, 21:05:50 UTC
f514609 Updated tutorial with CR feedback 19 January 2017, 21:05:33 UTC
dcc4b56 Fix to not output too much in log, which may cause racing condition. 19 January 2017, 20:36:12 UTC
2a28d11 Merge branch 'chazhang/lrn2' of https://github.com/Microsoft/CNTK into chazhang/lrn2 19 January 2017, 20:08:34 UTC
6bf83dc Remove. Wrong branch. 19 January 2017, 20:07:18 UTC
c29f916 Initial file, not working yet. 19 January 2017, 19:59:49 UTC
32289b1 Rename files for Linux test. 19 January 2017, 19:59:49 UTC
809d3ae Fix merge issue. 19 January 2017, 19:59:49 UTC
76a44b8 Adding LRN example and associated test. Revised some test to reduce run time. 19 January 2017, 19:59:49 UTC
e6c23fd Fix broken sparse CSC in InnerProductOfMatrices 19 January 2017, 19:54:13 UTC
bcf0e9c Integrate mahilleb/LinPyDefault into master 19 January 2017, 19:13:04 UTC
a745f34 Integrate v-lelu/bn-inception-bs into master 19 January 2017, 18:42:13 UTC
3c6a697 Integrate pkranen/deconv2017 into master 19 January 2017, 18:39:48 UTC
6307eac add reference to other XXXVector 19 January 2017, 18:26:35 UTC
cde2d27 add reference to FloatVector/VariableVector to avoid gabarage collection 19 January 2017, 18:26:35 UTC
253509f make createbatch more efficient 19 January 2017, 18:26:35 UTC
fd526cf add TODO to print out callstack 19 January 2017, 18:26:35 UTC
d959478 add exception handling 19 January 2017, 18:26:35 UTC
be46f44 Main ReadMe News, January 19, 2017 19 January 2017, 17:48:07 UTC
f51a850 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk206 19 January 2017, 16:42:06 UTC
82bae8d Force deterministic CPU algorithms for MathTests 19 January 2017, 15:40:05 UTC
9b5eb6c make python 35 the default environment for the installation 19 January 2017, 15:02:16 UTC
7b4f8a9 Integrate mahilleb/203test into master 19 January 2017, 14:53:50 UTC
71db68a parity between BS and Python for Deconv example 19 January 2017, 14:52:03 UTC
7ad8806 Linux: Py 3.5 default at various places 19 January 2017, 14:22:00 UTC
d66bb3b Integrate eldak/fixingLeakInSwig into master 19 January 2017, 13:44:18 UTC
61e668d suport vc17 as a prerequisit 19 January 2017, 13:34:51 UTC
28efa01 Integrate mahilleb/TestDriverTest2 into master 19 January 2017, 13:18:08 UTC
020869f Integrate alrezni/v2_sweep5 into master 19 January 2017, 13:08:00 UTC
2d91bad CNTK_203_Reinforcement_Learning_Basics_test.py: bump timeout Also, allow a bit more total episodes in fast mode of the notebook. 19 January 2017, 12:51:43 UTC
c6fa6d1 Integrate kedeng/NoDevReset into master 19 January 2017, 12:37:45 UTC
85c6aa8 Add end-of-sweep notification - Add sweepEnd flag to the MinibatchData, returned from the MinibatchSource. - Add overloads TrainMinibatch, TestMinibatch that take a Variable-MinibatchData map as their first parameter. - Add sweepEnd to the Learner::Update function. - Change the default epochSize to FullDataSweep in TrainingParameterSchedule ctors. - Allow minibatches to cross sweep boundaries: add a flag (a config option) to specify if minibatches are allowed to cross over the sweep boundaries (which eliminates partial minibatches at the sweep ends). - Update python API to pass MinibatchData as is into the train_minibatch (without replacing it with corresponding ValuePtrs) - Change the default epoch_size in parameter schedules to None, in which case the entire data sweep is used as the scheduling unit. - Add ReaderLib and python unit tests. 19 January 2017, 12:11:05 UTC
cf522e9 Merge branch 'v-lelu/bn-inception-bs' of https://github.com/Microsoft/CNTK into v-lelu/bn-inception-bs 19 January 2017, 09:30:48 UTC
2cc6e36 Sync the InceptionV3 example with the latest changes manually. 19 January 2017, 09:29:03 UTC
559722f Updates the README.md in Inception example 19 January 2017, 09:27:45 UTC
8bc5a64 fix 'Readme.md' in inception-v3 example 19 January 2017, 09:27:45 UTC
b76fc2f Remove 'useCntkEngine = false' in BNLayer 19 January 2017, 09:27:45 UTC
b88158b Add bn-inception and fix inception-v3 in 'Tools/samples.json' 19 January 2017, 09:27:45 UTC
c6352fc fix whitespace issue 19 January 2017, 09:24:25 UTC
a69a2a1 fix missing untracked files 19 January 2017, 09:24:25 UTC
170da7b Add BN-Inception 19 January 2017, 09:24:25 UTC
548ff0e Sync the InceptionV3 example with the latest changes manually. 19 January 2017, 09:21:32 UTC
2bdb6b2 Merge branch 'v-lelu/bn-inception-bs' of https://github.com/Microsoft/CNTK into v-lelu/bn-inception-bs 19 January 2017, 08:54:40 UTC
30dbd47 Updates the README.md in Inception example 19 January 2017, 08:53:40 UTC
863c364 fix 'Readme.md' in inception-v3 example 19 January 2017, 08:53:40 UTC
fe13d43 Remove 'useCntkEngine = false' in BNLayer 19 January 2017, 08:53:40 UTC
feb4ad1 Add bn-inception and fix inception-v3 in 'Tools/samples.json' 19 January 2017, 08:53:40 UTC
61dc7fa fix whitespace issue 19 January 2017, 08:53:21 UTC
12ce61c fix missing untracked files 19 January 2017, 08:53:21 UTC
74c512b Add BN-Inception 19 January 2017, 08:53:21 UTC
cde6154 Added test, addressed CR comments 19 January 2017, 08:50:23 UTC
bd9388b working version of deconv and unpooling layers in BS 19 January 2017, 08:50:22 UTC
c58ad15 Writing encoder output as text and img 19 January 2017, 08:50:21 UTC
9984579 Image auto encoder running in BS and Python 19 January 2017, 08:50:21 UTC
df0ab4e Deconv example for master branch 19 January 2017, 08:50:21 UTC
f007007 Fixing leak in swig 19 January 2017, 08:44:00 UTC
44eb327 CNTK v2 library: Fix a bug in Value::Create method for the case when there is a single sequence being packed with a sequenceStart flag setting of false which results in creation of a mask 19 January 2017, 08:26:02 UTC
cc7edb6 Integrate sayanpa/cntk102_103 into master 19 January 2017, 07:31:26 UTC
a684759 Integrate wilrich/extFunctionUnified into master 19 January 2017, 05:07:22 UTC
45a9c77 Integrate ebarsoum/inception into master 19 January 2017, 04:49:34 UTC
cf6f50c addressed comments from CR 19 January 2017, 03:36:30 UTC
e809967 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk206 19 January 2017, 01:24:54 UTC
4912c01 Rename files for Linux test. 19 January 2017, 00:52:31 UTC
b49e313 Merge branch 'master' into ebarsoum/inception To checking... 18 January 2017, 23:19:18 UTC
eb236a9 Fix AreaRatio transform. 18 January 2017, 23:16:55 UTC
effefe1 Cleanup and test improvement 18 January 2017, 23:03:42 UTC
27fa6e7 Moving Value/NDArrayView to cntk.core 18 January 2017, 23:03:31 UTC
a366e5a Make Py 2.7 compliant 18 January 2017, 22:59:37 UTC
ceb8cf0 Untabify 18 January 2017, 22:59:34 UTC
1107bfd Fix merge errors 18 January 2017, 22:59:32 UTC
cc458fa Test example for user defined functions in debugging scenario 18 January 2017, 22:59:29 UTC
07a30b5 Remove op_name for user defined functions 18 January 2017, 22:59:27 UTC
e9ffa40 Improve docstrings 18 January 2017, 22:59:24 UTC
98087d8 Tabs to spaces 18 January 2017, 22:59:22 UTC
40a0c71 Support arbitray Python objects as BackPropState payload 18 January 2017, 22:59:19 UTC
f6cd083 All inputs in forward() instead of only arguments 18 January 2017, 22:59:16 UTC
e663d25 Wrap NDArrayView, refactor Value 18 January 2017, 22:59:13 UTC
59b556e CNTK v2 library: Enable inference of output shape for zip operations even when the shapes for some of the inputs are unknown. This is useful for shape inference inside recurrence loops 18 January 2017, 22:59:10 UTC
049911d Remove comment 18 January 2017, 22:59:07 UTC
44ed0ae Remove to_csr reference 18 January 2017, 22:59:05 UTC
back to top