https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
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
8acef57 merged from master 25 May 2017, 20:46:15 UTC
410be7d added MNIST example for complex training; added checkpointing to MNIST example, but not working; added get_checkpoint_state() and restore_from_checkpoint() to UserMinibatchSource as NotImplementedError; added checkpointing to MinibatchSourceFromData (but not working) 25 May 2017, 19:13:19 UTC
d415e73 train() now understands TestConfig (but only one test at the end); added arg map and criterion to TestConfig; MNIST example now using TestConfig to test 25 May 2017, 18:50:50 UTC
e981e3a replaced the various callback parameters in train() and test() with a single callbacks list 25 May 2017, 18:22:06 UTC
bb2c3d9 fix a bug during get item 25 May 2017, 17:54:00 UTC
a6c7ec6 train() and test() now return stats not as tuples but as an object; MNIST example now uses a proper convolutional model from the ConvNet example 25 May 2017, 17:01:49 UTC
4d994b3 changed LogisticRegression examples to not use csr_matrix.argmax since that is only available in scipy 19+; added MNIST.py first cut 25 May 2017, 05:08:18 UTC
4110f6f Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 25 May 2017, 02:34:36 UTC
c14c7ca Change data source for the finance tutorial 25 May 2017, 02:29:53 UTC
b7e51fa fix comments in cr 25 May 2017, 01:30:03 UTC
263e19c add python global flag and align axis when call __getitem__ in keras mode 25 May 2017, 01:30:03 UTC
92ebf2b fixed tests after adding __str__() and Value.one_hot() was fixed to accept non-sequences 25 May 2017, 01:25:19 UTC
b8ee32f Merge branch 'master' into kedeng/cpuPerf 24 May 2017, 23:47:25 UTC
ad7a848 Suppress input/parameter/constant 24 May 2017, 23:46:39 UTC
06b0060 addressed CR feedback 24 May 2017, 22:52:01 UTC
c866e56 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 24 May 2017, 21:43:12 UTC
ddf8f53 Minor cleanup. 24 May 2017, 18:55:44 UTC
d2f83e9 Merge branch 'master' into ebarsoum/fixes For checkin... 24 May 2017, 18:23:32 UTC
be119fb Fix assign node to mark the destination node as dirty. 24 May 2017, 18:21:56 UTC
dae6ff8 (minor CR feedback) 24 May 2017, 18:01:43 UTC
51ec49c addressed most namespaces 24 May 2017, 17:53:25 UTC
aac0ec4 added defaults to train(), minibatch_size=32 and max_epochs=1, which both follow defaults familiar from other toolkits; added 1stSteps examples to samples.json 24 May 2017, 17:40:29 UTC
7ee6f32 Integrate mahilleb/PostReleaseMerges into master 24 May 2017, 16:41:34 UTC
c955ded Main ReadMe update, May 24, 2017 24 May 2017, 13:22:21 UTC
91f19d3 Integrate mahilleb/eldak/fixingBatchNorm2 into master 24 May 2017, 12:18:54 UTC
5bcb67f bindings/python/doc/gettingstarted.rst: activate not necessary if CNTK in root environment 24 May 2017, 12:02:40 UTC
c37b944 Tests/Install/linux/prep-run-test.sh: filter out another Jupyter notebook 24 May 2017, 12:02:10 UTC
8a802a2 Examples/Image/Classification/VGG/Python: temporarily remove 24 May 2017, 12:01:24 UTC
d5b477d Examples/LanguageUnderstanding/ReasoNet: temporarily remove 24 May 2017, 12:01:24 UTC
f70166e Tutorials/CNTK_204_Sequence_To_Sequence.ipynb: downloader fix wrt cached / pre-existing data 24 May 2017, 12:01:23 UTC
288f7d1 bindings/java/Swig/CNTKLibraryJavaBinding.vcxproj: change link 24 May 2017, 12:01:23 UTC
9b9f425 Scripts/install/*/conda-*.yml: remove psutil for now 24 May 2017, 12:01:23 UTC
42d1b81 Tests/Install/windows: exclude test_base64_image_deserializer 24 May 2017, 12:01:23 UTC
8dc56e2 Bump version numbers 24 May 2017, 12:01:23 UTC
1c1a285 Integrate pkranen/rpnutils into master 24 May 2017, 10:28:00 UTC
2c84578 Integrate alrezni/2gb_limit into master 24 May 2017, 08:59:43 UTC
5d140f4 marking cython modules as binary 24 May 2017, 08:12:50 UTC
e7ea996 cleaned up rpn component 24 May 2017, 07:20:38 UTC
360f0e6 Added region proposal network as util component 24 May 2017, 07:20:30 UTC
e0f8382 Fix crop size also and address feedback. 24 May 2017, 02:28:23 UTC
c45abd5 added paired test 24 May 2017, 02:03:49 UTC
8144ec2 (typos) 24 May 2017, 01:51:57 UTC
1dc94af fix linux compilation 24 May 2017, 01:48:50 UTC
002db33 added tests for 1stSteps 24 May 2017, 01:47:57 UTC
de03dbf Random ops 24 May 2017, 01:20:13 UTC
5c15cf3 bug fix: train() should accept minibatch_size to be a schedule; new progress helper TrainingSummaryProgressCallback for an epoch-level callback; addressed CR feedback 24 May 2017, 01:16:30 UTC
aa55ad7 Merge branch 'master' into ebarsoum/fixes For CR... 24 May 2017, 00:52:33 UTC
eeec5f6 Fix crop parameters. 24 May 2017, 00:51:36 UTC
d14793e disabled emulation of an axis in case of 1D convolution, since this has been addressed low-level 23 May 2017, 23:15:46 UTC
340d6d8 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 23 May 2017, 22:47:33 UTC
15cf60c Integrate chazhang/conv_lstm into master 23 May 2017, 22:43:27 UTC
8b5aaee Fixed the break due to Y! finance data format change 23 May 2017, 22:41:45 UTC
df6ec99 added doctests, including a full training for train(); bug fix: _ProgressCollector should also work when no progress writer is provided 23 May 2017, 22:14:07 UTC
7ef038c added parameter 'streams' to train() and test() as a simpler alternative model_inputs_to_streams; also added 'max_epochs' and 'epoch_size' as an alternative to max_samples; cleaned up LU sample 23 May 2017, 21:41:43 UTC
708ace1 Merge branch 'master' into kedeng/cpuPerf 23 May 2017, 21:33:15 UTC
6b44770 updated LanguageUnderstanding.py 23 May 2017, 21:22:17 UTC
eadb0d5 Tests/EndToEndTests/CNTKv2Python/Examples/language_understanding_test.py: enable disabled tests 23 May 2017, 21:17:33 UTC
2c21a30 Fix for 2D spatial BN; add unit tests. 23 May 2017, 21:16:50 UTC
16107fc Fixing cudnn in case of 1-D arrays 23 May 2017, 21:16:50 UTC
f1e9e5b Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/rstfix 23 May 2017, 20:34:31 UTC
back to top