https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
c7541b2 changed m_consumers 15 May 2017, 06:14:44 UTC
cd61e9d new method RawPrimitiveFunction() 13 May 2017, 08:50:34 UTC
c486ff3 renamed Collect() to CollectAllPrimitiveFunctions() 11 May 2017, 06:49:36 UTC
c16a28c m_allPrimitiveFunctionsHolder changed to a shared_ptr that is accessed through an accessor GetAllPrimitiveFunctionsCollection() 11 May 2017, 06:44:11 UTC
909fab9 abstracted the all-functions set into a type FastFunctionCollection, in prep for further optimization 11 May 2017, 06:31:09 UTC
d3ee2f2 renamed m_allPrimitiveFunctions to m_allPrimitiveFunctionsHolder (in CompositeFunction) and m_allPrimitiveFunctionsSet (in VariableResolver) to keep them separate; defined a new type AllPrimitiveFunctionsHolder to use for those 11 May 2017, 06:08:34 UTC
84b7911 now avoiding OpName() in ComputeKnowableValue(); Parameter::SetValue() temporarily accepts mismatching shapes, for debugging 11 May 2017, 03:17:09 UTC
869f014 (added a few comments) 10 May 2017, 10:09:30 UTC
7af0c12 optimized Output(), now avoids two mallocs 10 May 2017, 10:05:36 UTC
455f885 Outputs, Parameters, and Constants now create their m_uid string lazily 10 May 2017, 09:55:24 UTC
4a64b28 towards not generating uid strings for each node eagerly 10 May 2017, 08:51:56 UTC
d3020cd Variable::m_uid and Function::m_uid now only read by accessor, in prep for lazy generation 10 May 2017, 08:27:43 UTC
80858d1 sorted the VariableFields for clarity; moved m_notify1/N to VariableFields::m_consumers 10 May 2017, 00:04:59 UTC
13871c7 made EnableSynchronousGPUKernelExecution() a public API 09 May 2017, 16:48:18 UTC
830ef0e optimized GatherBatch() 09 May 2017, 07:19:15 UTC
4b47070 now using CUDA kernel for GatherBatch(), hopefully faster 09 May 2017, 05:53:45 UTC
f67b7ba next step towards optimized GatherBatch() 08 May 2017, 23:54:34 UTC
a30f252 towards optimized GatherBatch() 08 May 2017, 23:22:25 UTC
951f410 merged from master 08 May 2017, 22:26:53 UTC
42eadee changed GPUMatrix::GatherBatch to take inputs as shared_ptrs 08 May 2017, 15:19:55 UTC
190dc1b CNTK v2 library: Fixed a bug in shape inference for element operations when eiter of the operands has free static axes. 07 May 2017, 18:28:37 UTC
96ed208 CNTk v2 library: Add support for free static axes in UserDefinedFunctions. 07 May 2017, 09:00:14 UTC
9fd84c8 CNTK v2 library: Fix handling of scalar loss functions in Trainer. 07 May 2017, 00:23:36 UTC
74ad63f CNTK v2 library: Fix evaluation of Function when a Constant is specified as one of the requested Outputs. 06 May 2017, 23:22:07 UTC
6e6e109 CNTK v2 library: Fix a bug in shape inference for Slice, when one or more inputs have InferredDimension along the splice axis. 06 May 2017, 19:57:26 UTC
4ccc4eb added a missing & in GPU GatherBatch() 06 May 2017, 18:06:02 UTC
eea6943 Integrate kedeng/sparseDist2 into master 06 May 2017, 11:03:42 UTC
45af6b2 new method NDArrayView::IndexLastAxis(), like SliceView() for map axis but dropping the axis; new method NDSHapoe::AppendAxis(); m_notify split; removed some superfluous checks from NumericOperation and MatrixProduct; tidied up ComputeKnowableValue() a little 06 May 2017, 06:00:07 UTC
d9e12fe Integrate walkerning/adamax into master 06 May 2017, 05:05:44 UTC
a5703c7 Allow sparse gradient to be accumulated in distributed training 06 May 2017, 00:01:40 UTC
2bc980e Small fix for CR. 05 May 2017, 21:46:11 UTC
a5be553 Fix for 1D convolution. 05 May 2017, 20:17:43 UTC
3866fd4 Update test baseline 05 May 2017, 18:14:08 UTC
bdb4d13 Merge commit '13e019b' into walkerning/adamax 05 May 2017, 17:10:50 UTC
3cbc444 bindings/python/setup.py: add missing dependencies for incremental build 05 May 2017, 16:51:04 UTC
dc12a39 Integrate t-mofun/dqn into master 05 May 2017, 16:43:19 UTC
61e088d minor fixes in ComputeKnowableValue() 05 May 2017, 14:11:43 UTC
fb509d7 Removed unneeded python section 05 May 2017, 13:35:22 UTC
ae2eb87 refactored MemoizeKnowableValue(); added a few new related members 05 May 2017, 13:05:52 UTC
13e019b Add adamax option for Adam learner. 05 May 2017, 11:07:09 UTC
a76f253 Added README with more context about this example 05 May 2017, 10:31:45 UTC
151f325 Turn plotting to false by default 05 May 2017, 10:25:42 UTC
3a73713 WIP. adding Readme 05 May 2017, 09:27:02 UTC
53956a0 Addressing CR comments, fix typos. 05 May 2017, 09:03:08 UTC
48ca799 added two friend class definitions 05 May 2017, 03:14:43 UTC
4a2ea2e Merge branch 'lewlu/inceptionv3' of https://github.com/Microsoft/CNTK into lewlu/inceptionv3 05 May 2017, 03:06:34 UTC
25e4966 Update readme.md 05 May 2017, 03:05:59 UTC
59cd580 Address CR comments 05 May 2017, 03:05:58 UTC
7a4e3ed Remove empty line 05 May 2017, 03:05:58 UTC
9ee92f4 Update InceptionV3 05 May 2017, 03:05:58 UTC
3b93cd8 update Readme.md 05 May 2017, 03:05:58 UTC
edbc178 Update readme.md 05 May 2017, 02:59:01 UTC
590f9e7 added a debug function TieValueWith() 05 May 2017, 02:54:35 UTC
61c9326 added tbe full list of ops to MemoizeKnowableValue() to get an idea of the scope 05 May 2017, 02:54:05 UTC
b4b4ae2 Address CR comments 05 May 2017, 02:53:36 UTC
19c5373 Remove empty line 05 May 2017, 02:43:56 UTC
97e5ea9 Updating test wrapping up as a test_ function for pytest 04 May 2017, 16:25:09 UTC
c38b1d7 Merge remote-tracking branch 'origin/t-mofun/dqn' into t-mofun/dqn # Conflicts: # Examples/ReinforcementLearning/DeepQNeuralNetwork.py 04 May 2017, 16:13:30 UTC
5d28b84 Add len() operator on the memory for testing 04 May 2017, 15:57:33 UTC
7c3af5a Fix metrics writer as None and not [None] 04 May 2017, 15:57:33 UTC
7e6938b Fix wrong axis for q target computation 04 May 2017, 15:57:33 UTC
8f8bd41 Fixed import for RC 04 May 2017, 15:57:32 UTC
f7ec19c Added memory size parameter to tune memory footprint 04 May 2017, 15:57:32 UTC
711b2b7 Updated gym dependency for all Linux python versions 04 May 2017, 15:57:32 UTC
51d1969 Fix invalid file name for test discovery 04 May 2017, 15:57:32 UTC
e674601 Added copyright 04 May 2017, 15:57:32 UTC
8adf19d Gym 0.8.2 doesn't exists ... 04 May 2017, 15:57:32 UTC
da2ce24 Conda gym atari dependency 0.8.2 04 May 2017, 15:57:32 UTC
fead914 Register the RL sample in samples.json 04 May 2017, 15:57:26 UTC
37b7dee Adding reward clipping 04 May 2017, 15:55:24 UTC
6d928f1 Fix gym atari dependencies in conda.yml 04 May 2017, 15:55:21 UTC
99202bd Adding DQN test for Linux cntk35 only for the moment 04 May 2017, 15:55:20 UTC
1b81d21 Added copyright header 04 May 2017, 15:55:11 UTC
d09b89e Adressing CR comments. Typos. 04 May 2017, 15:55:11 UTC
f853b6b Computing Q targets is now part of the computation graph 04 May 2017, 15:55:11 UTC
35cd672 Addressing CR comments. Tensorboard now optional 04 May 2017, 15:55:11 UTC
ff199d0 Addressing CR comments. Reformating comments 04 May 2017, 15:55:11 UTC
10400b0 Adressing CR comments. Fix typo 04 May 2017, 15:55:11 UTC
4cd0bd7 Addressing CR comments. Removed six dependency 04 May 2017, 15:55:11 UTC
464dad2 Addressing CR comments, added Nature reference 04 May 2017, 15:55:11 UTC
7ce03dd Adressing CR comment, more explicit variable name 04 May 2017, 15:55:10 UTC
7dfeb3d Adressing CR comments for english. 04 May 2017, 15:55:10 UTC
e4c3726 More fix around explorer 04 May 2017, 15:55:10 UTC
257988f Fix wrong affine coefficient computation 04 May 2017, 15:55:10 UTC
15e743d Fix exploration decay 04 May 2017, 15:55:10 UTC
3be2dab compute_q simplification 04 May 2017, 15:55:10 UTC
0f4303e Missing update_signature call 04 May 2017, 15:55:10 UTC
2d72450 Let agent decide when it wants to start learning 04 May 2017, 15:55:10 UTC
92d3432 Specify device to run on 04 May 2017, 15:55:10 UTC
d66eea2 Fixing Trainer model and some input shapes 04 May 2017, 15:55:10 UTC
15b2697 More doc update 04 May 2017, 15:55:10 UTC
4c2e9d7 Wrong work in doc 04 May 2017, 15:55:09 UTC
a080ca4 Fix one_hot wants list of int 04 May 2017, 15:55:09 UTC
5f060ed Added comments 04 May 2017, 15:55:09 UTC
41e0791 Fix wrong tuple order for TemporalMemory.minibatch in compute_q 04 May 2017, 15:55:09 UTC
1f4dd1a Fix visualization again 04 May 2017, 15:55:09 UTC
0384426 Fix wrong method call evaluate instead of eval 04 May 2017, 15:55:09 UTC
756bfb9 More convenient visualization 04 May 2017, 15:55:09 UTC
39e4217 Fixing input shapes 04 May 2017, 15:55:09 UTC
d2c5759 Converting raw Atari environment to ale input 04 May 2017, 15:55:09 UTC
back to top