https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
fb8c7fc changed PrimitiveAsComposite() to directly calling CompositeFunction::Create() 03 June 2017, 17:56:37 UTC
511adda renamed V1InteropState to ExecVars 03 June 2017, 17:39:09 UTC
8313dc9 renamed Owner() to OwnerPrimitive() for internal use, and OnwerAsFunction() back to Owner() for external API usage; fixed link settings for DynamiteTest; made the Halide bits compile under Debug (warnings) 03 June 2017, 17:02:15 UTC
2eca25b moved V1 interop state in ComputationNetwork into a unique_ptr-controlled struct, to avoid instantiating 5 empty sets/maps that are not needed most of the time 03 June 2017, 09:20:57 UTC
70cc8a0 split Owner() to OwnerAsFunction() for the cases that expect it not as a PrimitiveFunction and cannot cast, for further cleanup 03 June 2017, 09:00:46 UTC
173a360 made VariableFields::Owner() return a PrimtiiveFunction 03 June 2017, 08:48:09 UTC
c3485b6 disentangling AsComposite() for primitives and non-primitives 03 June 2017, 08:45:38 UTC
8c694b9 changed owner function to PrimitiveFunctionPtr 03 June 2017, 08:11:17 UTC
0b3f65e CompositeFunction::Create() now takes a PrimitiveFunction directly; now collecting allPrimitiveFunctions only if not m_isKnownToBeAcyclic 03 June 2017, 07:47:04 UTC
ca3c5af now propagating m_acyclicOutputPrimitiveReference, as a means to avoid the full composite (not yet utilized) 03 June 2017, 07:23:16 UTC
cd362b0 towards eliminating O(N^2) complexity for dynamic graph building: new fields Variable::m_acyclicOutputPrimitiveReference and PrimitiveFunction::m_isKnownToBeAcyclic; moved RawPrimitiveFunction() to the header and updated/commented the constructor that is intended only for it 03 June 2017, 06:28:14 UTC
4fa24aa reimplemented GatherBatch() to support batching along the main axis (in addition to batching along a new axis), for backprop 03 June 2017, 00:26:17 UTC
179dbe7 cleaned up DynamiteTest/Main.cpp 02 June 2017, 18:51:21 UTC
a76a446 ComputeKnowableValue() and BackpropTo() are now static 01 June 2017, 22:27:03 UTC
dbe0d9a moved RawPrimitiveFunction(), m_link, and m_pendingInputs from Function to PrimitiveFunction; changed auto-batch to operate directly on primitiveFunction 01 June 2017, 22:03:22 UTC
3f262b9 some cleanup of Autobatch.cpp 01 June 2017, 20:32:36 UTC
a828e06 removed MemoizeKnowableValue(), ComputeKnowableValue(), and BackpropTo() from Function and V2 API surface (they belong into PrimitiveFunction) 01 June 2017, 19:10:22 UTC
c4824fc cleaned up left-overs in Main.cpp 01 June 2017, 18:50:16 UTC
db25739 moved all of auto-batching from prototype project to V2 lib 01 June 2017, 18:41:26 UTC
0c4afbf completed the last step 01 June 2017, 18:01:49 UTC
08d228f moved BackpropTo() to V2 lib (no code change) 01 June 2017, 17:56:52 UTC
c46bcb5 towards moving dynamite meat to V2 lib 01 June 2017, 17:45:54 UTC
75499b0 renamed DynamicLib to DynamiteTest, since meat will go into V2 lib 01 June 2017, 17:30:50 UTC
ab4c483 new file Layers.h split off from Main.cpp; fixed the Dynamite build 01 June 2017, 17:29:42 UTC
574a6cd moved ComputeKnowableValue() to new source file AutoBatch.cpp (no code change); further minor fixes of merge 01 June 2017, 16:15:00 UTC
f046103 re-merged some stuff that got lost when merging dynamite with master 01 June 2017, 15:53:55 UTC
2f5ca85 integrating Dynamite lib into main CNK solution 01 June 2017, 12:08:34 UTC
cd6ba95 cleanup 01 June 2017, 11:46:50 UTC
dfc9904 moved dynamite_cpp to Source\Dynamite 01 June 2017, 11:43:43 UTC
a6888d0 Merge branch 'master' of file://///speechstore5\userdata\FSeide\repos\dynamite into fseide/dynamite 01 June 2017, 11:39:32 UTC
31e6fbd fixes after merge (needed some SWIG %ignore for &&) 31 May 2017, 23:19:05 UTC
b5d7f48 merged from master 31 May 2017, 21:26:43 UTC
9a9369c moved some stuff around 31 May 2017, 20:53:09 UTC
2a46c7f changed some matrix sizes 31 May 2017, 20:42:59 UTC
0877ae9 Crosstalk: Fix docs and expand tests to cover assign by value 31 May 2017, 18:00:08 UTC
ee74134 bindings/python/doc/conf.py: link to the new site instead of the Wiki on Github 31 May 2017, 16:54:12 UTC
7c5d9b1 Integrate nikosk/readmeez into master 31 May 2017, 16:52:01 UTC
4307458 explicitly mention Python in the Functional API 31 May 2017, 16:45:50 UTC
899da9f Tutorial README tweaks 31 May 2017, 16:43:46 UTC
19962ee Update README in Tutorials, add README in FunctionalAPI 31 May 2017, 16:32:48 UTC
6a5d8b9 bindings/python: fix doc bugs, particularly broken references 31 May 2017, 16:20:41 UTC
1ec8721 Integrate nikosk/fix50b into master 31 May 2017, 16:15:47 UTC
42d5a9d Integrate t-ivrodr/adding_wordrnn_test into master 31 May 2017, 15:29:24 UTC
04c2dc3 Integrate t-ivrodr/vgg16_distributed_test_squashed into master 31 May 2017, 15:08:29 UTC
64e8fe1 bindings/python/cntk/debugging/debug.py: remove extra newline from docstring 31 May 2017, 13:26:32 UTC
669bb7d bindings/python/doc/*.rst: tune 31 May 2017, 12:43:36 UTC
d5b331f Examples/Extensibility/BinaryConvolution/README.md: tune 31 May 2017, 11:49:13 UTC
66ce735 Adding VGG distributed examples and tests 31 May 2017, 10:59:51 UTC
7906edb Squashed commit of the following: commit fbe3fb0f8430e2361f93fc5c92dd87fb9f204a78 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Tue May 30 19:47:35 2017 -0700 clean up notebook commit b4386b92e5785db7d0efb19a68fe496d61141abd Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Tue May 30 19:06:12 2017 -0700 Added notebook test and address feedback commit f96708f91785ae12923fc7fbc38ff7d2d3f9fe7a Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Tue May 30 17:13:56 2017 -0700 Updated rst files commit 7c1e8b13bbea11198876766715d059a25ac5f8d7 Author: Nikos Karampatziakis <nikosk@microsoft.com> Date: Tue May 30 17:02:17 2017 -0700 Removed all confusing stuff from 050 31 May 2017, 02:50:11 UTC
563b3a4 CNTK v2 library: Add a non-SSE/AVX version of the halide_convolve static library for windows and use that by default to enable the tests to be run on machines without AVX support. 30 May 2017, 18:02:35 UTC
55ad83c Integrate t-ivrodr/fix_for_bn_examples into master 30 May 2017, 16:19:06 UTC
6f3f3f0 Integrate wilrich/fixMessageBug into master 30 May 2017, 15:16:57 UTC
90a5c1e Integrate mahilleb/testTolerance into master 30 May 2017, 14:07:54 UTC
5ae4f23 Fix message formatting bug; add test 30 May 2017, 14:00:20 UTC
698dc3e autopep 30 May 2017, 13:23:07 UTC
6a8cdf7 Integrate eldak/addingDeprecatedMessage into master 30 May 2017, 13:16:41 UTC
c0ed1cf Restoring timeout 30 May 2017, 13:10:43 UTC
dbeed8f Fix for data_reader 30 May 2017, 12:14:57 UTC
fe6c089 Tests/EndToEndTests/CNTKv2Python/Examples/BN_Inception_CIFAR10_test.py: bump tolerance 30 May 2017, 11:36:17 UTC
6144630 Addressing comments in CR 30 May 2017, 10:33:24 UTC
b9bedb0 Adding true division for BN examples and progress printer 30 May 2017, 09:54:06 UTC
12df59d Adding deprecation message 30 May 2017, 09:33:35 UTC
67545b8 more CR feedback; renamed back to 99, this time with git mv as requested, then re-added to the VS Solution 30 May 2017, 02:08:07 UTC
22ff607 more feedback; temporarily renamed back to 99 since CodeFLow cannot handle this 30 May 2017, 01:48:05 UTC
befd9ac test for 050 now works; finalized the notebook 29 May 2017, 23:48:32 UTC
91f4a74 addressed CR feedback; added test for 050 tutorial 29 May 2017, 23:10:28 UTC
e627554 added 050 tutorial to CNTK.sln after fixing CNTK.sln 29 May 2017, 21:10:31 UTC
97096e3 finally got cntk.sln 29 May 2017, 21:06:58 UTC
56dd32f updated CNTK.sln 29 May 2017, 20:51:06 UTC
498031b merged CNTK.sln back from master 29 May 2017, 20:47:56 UTC
1e948b0 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/99 29 May 2017, 20:45:57 UTC
70328b9 renamed 099 to 050 29 May 2017, 20:44:37 UTC
06aaf70 Integrate alrezni/restore_dict into master 29 May 2017, 18:59:45 UTC
bef84a0 Fix Trainer.restore_from_checkpoint Make sure that it returns a python dictionary containing previously saved persistent state. 29 May 2017, 18:32:16 UTC
e3c6f47 Use Optional<bool> for MBSourceConfig isMultithreaded 29 May 2017, 18:26:28 UTC
8505c6e Integrate wilrich/fixUserMBSource into master 29 May 2017, 15:28:52 UTC
7b8556a Source/Math/CuDnnBatchNormalization.cu: address CR comment 29 May 2017, 12:39:54 UTC
11bd2ca Add default checkpointing to UserMinibatchsource 29 May 2017, 09:47:54 UTC
973d29b Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/99 29 May 2017, 08:49:58 UTC
4e7251a forgot a @staticmethod decorator; somehow CNTK.sln did not merge 29 May 2017, 08:49:24 UTC
42bdf5a Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/99 29 May 2017, 03:41:36 UTC
867c847 did a full run of tutorial 099 29 May 2017, 03:39:56 UTC
ed33d18 completed 099 turorial 29 May 2017, 03:26:54 UTC
438e165 io now imports transformx; updated 099 tutorial 29 May 2017, 01:13:53 UTC
494ee89 Fix some docstrings in crosstalk and optimized_rnnstack 28 May 2017, 23:01:52 UTC
7aca401 updates to 099 28 May 2017, 22:38:07 UTC
f2873b0 edits to 099 tutorial; renamed cntk.FunctionOf to cntk.Function.with_signature, since with the mandatory cntk. prefix, the shorter name does not add to lightness, and the longer form is clearer; new function utils.test_utils.set_device_from_pytest_env() so we can simplify the Jupyter notebooks; fixed a spelling error in the HTK example; some comment edits to 1stSteps examples 28 May 2017, 21:55:46 UTC
7fe5045 updated CNTK_099 tutorial 28 May 2017, 21:26:07 UTC
c1c55cf updated CNTK_099 tutorial 28 May 2017, 21:08:50 UTC
a24b971 added CNTK_099 tutorial 28 May 2017, 21:08:02 UTC
71b8a35 CNTK v2 library: Add Binary convolution native user-defined Function library. 28 May 2017, 05:52:08 UTC
ffeca8f CNTK v2 library: Fix a bug in propagation of free dimensions originating at user-defined Functions. 28 May 2017, 05:52:08 UTC
324140b Integrate chenta/batch_universal_learner into master 28 May 2017, 02:20:51 UTC
faa2c05 Integrate fseide/fixes into master 27 May 2017, 23:58:29 UTC
06af823 fix comments 27 May 2017, 23:31:43 UTC
017e594 update interface name. update python api to access lambda with parameters and gradients 27 May 2017, 23:31:43 UTC
703d482 fix csharp binding failure 27 May 2017, 23:31:43 UTC
63e34be integrate with universal learner 27 May 2017, 23:31:43 UTC
9488c88 batch universal learner 27 May 2017, 23:31:42 UTC
c48b4de Integrate nikosk/assign_fix into master 27 May 2017, 20:54:39 UTC
back to top