https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
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
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
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
63d9f85 Bug fix for dynamic axis. Add comments from CR. 23 May 2017, 20:31:17 UTC
1ec22a8 Integrate chenta/fix_a_crash into master 23 May 2017, 19:40:53 UTC
4c4d7ce added doctests and fixed several bugs in MinibatchSourceFromData; bug fix: Value.create() should not use device if it is None 23 May 2017, 19:22:44 UTC
b272bf2 Fixing an updated CNTK setup link 23 May 2017, 18:39:41 UTC
ae2b755 Fix Convolution transpose description. 23 May 2017, 18:08:03 UTC
464d07c implemented max_samples parameter in MinibatchSourceFromData, next_minibatch() now correctly returns an empty dict at the end; addressed CR feedback 23 May 2017, 18:07:16 UTC
f9c5294 Integrate eldak/fixingTestConfig into master 23 May 2017, 17:31:21 UTC
7b763eb prettified LogisticRegression_GraphAPI 23 May 2017, 17:05:37 UTC
c1b41bc fix a crash during convolution 23 May 2017, 16:29:20 UTC
50a0f0d Integrate mahilleb/cudnn6 into master 23 May 2017, 15:56:42 UTC
2a4122d changed FunctionWithSignature to FunctionOf; replaced the ominous 300 default in progress writer by None (for the Philly log output, it still outputs 300 in that case) 23 May 2017, 15:46:09 UTC
92377c5 Remove the upper bound (2GB) on the model size CNTKv2 protobuf-based serialization can now be used to save and load model exceeding 2GB in size. 23 May 2017, 14:50:19 UTC
a41dc97 Integrate t-ivrodr/fix_tests_dependencies into master 23 May 2017, 14:16:29 UTC
18de8f0 Adding input to stream for testing and cv config 23 May 2017, 12:59:13 UTC
decf082 CuDNN 6 source build support 23 May 2017, 11:10:15 UTC
85ed877 Fixing sample count in case several distributed learners are used 23 May 2017, 09:21:11 UTC
6e1cd7f bindings/python/cntk/learners: doc: turn table into bullet list 23 May 2017, 08:30:04 UTC
24497f1 Fix dependencies for V2LibraryTests project 23 May 2017, 08:17:36 UTC
4d0b4f7 bindings/python/doc/knownissues.rst: remove, index.rst: edited 23 May 2017, 07:02:34 UTC
05f2d34 new method Function.test() 23 May 2017, 05:14:23 UTC
b02d00e moved BlockFunction to functions.py; new decorator FunctionWithSignature(); new method Function.train() as a wrapper 23 May 2017, 04:18:57 UTC
a60f3b0 Integrate mahilleb/vgg into master 23 May 2017, 00:55:02 UTC
bd0df16 Integrate sayanpa/tutfix into master 23 May 2017, 00:07:14 UTC
c656399 ests/EndToEndTests/Examples/Image/Classification/VGG_ImageNet: address CR comments 22 May 2017, 23:22:52 UTC
0703899 CNTK v2 library: Remove all deprecated python APIs. 22 May 2017, 22:44:54 UTC
aea6c08 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 22 May 2017, 20:03:58 UTC
c8b2868 Value() now accepts csr_matrix objects directly; 1-LogisticRegression now creates a scipy csr_matrix for labels, instead of a CNTK Value, so that we can inspect the values later for demonstration purposes 22 May 2017, 18:45:37 UTC
e7e3983 Add support for block functions in optimized_rnnstack_converter Bug fixes in crosstalk test and graph depth_first_search Rename cntk.utils -> cntk.misc to avoid confliction with internal namespace 22 May 2017, 18:02:16 UTC
b79cd3c Integrate mahilleb/vgg into master 22 May 2017, 15:10:15 UTC
c2af19f Integrate 39f4b04d5a5e631b50a307b50ed5935a60edb85a into master 22 May 2017, 14:27:17 UTC
0181f43 Integrate zhouwang/fix-java-test2 into master 22 May 2017, 14:09:43 UTC
d4cf1ae Tests/EndToEndTests/Downloads: add more 22 May 2017, 13:42:50 UTC
e629357 remove unused command parameters 22 May 2017, 13:37:38 UTC
39f4b04 bindings/python/cntk: docstrings: turn some TBA into Todos 22 May 2017, 13:35:59 UTC
80effd5 Integrate wilrich/fixUserMBSource into master 22 May 2017, 00:19:21 UTC
6cb3206 Make Linux compile 21 May 2017, 21:01:53 UTC
1da27fa Integrate wilrich/memCheckInProcess into master 21 May 2017, 16:04:33 UTC
9f95125 Fix hard tabs 21 May 2017, 13:29:07 UTC
8dd687e Mem threshold clarification comment 21 May 2017, 13:25:47 UTC
bd89b72 Hide 'import psutil' in function 21 May 2017, 13:22:06 UTC
8623270 Add support for checkpointing UserMinibatchSource 21 May 2017, 13:12:54 UTC
back to top