https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
b2278ec Remove SequenceOver. 09 June 2017, 23:38:21 UTC
c8ce52b Use input_variables in Seq2Seq example. 09 June 2017, 23:34:55 UTC
d1732b1 Rerun and fix relative path. 01 June 2017, 02:40:03 UTC
bab5387 Convert 103D to Layer API. 01 June 2017, 02:33:36 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
9215b5e two more fixes along the same line as the previous commit 27 May 2017, 03:54:10 UTC
ccd975f Merge remote-tracking branch 'origin/master' into nikosk/assign_fix 27 May 2017, 02:57:06 UTC
482c259 make doctest more robust 27 May 2017, 01:58:11 UTC
8850632 spelling error 27 May 2017, 01:31:09 UTC
1e27a6c Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/fixes 27 May 2017, 01:16:13 UTC
6282f80 fixed test failures 27 May 2017, 00:59:39 UTC
6507207 incorporate cr feedback 27 May 2017, 00:58:53 UTC
d001107 added test for MNIST example; added to doc of Dropout(); added a fallback for downloading the MNIST data in case sklearn is not available 27 May 2017, 00:51:23 UTC
32605e3 round gumbel_like one digit more 27 May 2017, 00:19:41 UTC
f8a452c changed MaxPooling to (2,2) to make it deterministic (for our testing process) 26 May 2017, 23:30:54 UTC
d048378 Merge remote-tracking branch 'origin/master' into nikosk/random_ops2 26 May 2017, 23:30:42 UTC
941cf5e incorporate cr feedback 26 May 2017, 23:29:48 UTC
c79a741 addressed CR feedback 26 May 2017, 22:49:37 UTC
d332ae2 addressed CR feedback 26 May 2017, 22:31:28 UTC
d271bba MNIST example increased the LR cut threshold 26 May 2017, 22:11:51 UTC
6e30cf5 bump timestamp of assign ref in v2 26 May 2017, 19:00:13 UTC
e9b5422 ignore _wcsdup on Linux 26 May 2017, 14:38:22 UTC
2cd76de (edited a message) 26 May 2017, 03:45:52 UTC
8c5c6d0 MinibatchSourceFromData now implements number_of_workers > 1; MNIST example implements data-parallel training; disabled printing the built-info, because there is a separate call for it that the user can call explicitly if needed 26 May 2017, 03:44:07 UTC
48fd5ef undid learning_rate as a @property, since the distributed learners have no Python wrappers where I could make the same change (or do they?); bug fix in train()'s empty test 26 May 2017, 01:26:23 UTC
d74eacd updated graph_test after master merge to __str__() again 26 May 2017, 01:02:09 UTC
da31323 Update ConvNet_CIFAR10_DataAug_Distributed.py 26 May 2017, 00:51:28 UTC
33820d2 Update ConvNet_CIFAR10_DataAug_Distributed.py 26 May 2017, 00:48:59 UTC
16cd872 bug fix: train() should return empty statistics in case no training was executed (fall-through from checkpoint); added cross-validation to MNIST sample 26 May 2017, 00:43:56 UTC
745b492 cleaned up CheckPointConfig and more 25 May 2017, 22:13:31 UTC
8f90fdc Integrate chenta/align_axis into master 25 May 2017, 22:11:49 UTC
562667d fixed a test after merge 25 May 2017, 22:06:29 UTC
b097a90 addressed CR feedback & Jenkins errors; changed learner.learning_rate to a @property 25 May 2017, 21:55:04 UTC
a66502d incorporate CR feedback 25 May 2017, 21:10:46 UTC
b03c007 minor fixes after master merge 25 May 2017, 20:52:06 UTC
back to top