https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
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
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
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
8144ec2 (typos) 24 May 2017, 01:51:57 UTC
002db33 added tests for 1stSteps 24 May 2017, 01:47:57 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
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
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
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
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
7b763eb prettified LogisticRegression_GraphAPI 23 May 2017, 17:05:37 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
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
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
70ebdc3 moved astype/one_hot into generate_synthetic_data() 20 May 2017, 20:54:47 UTC
f0d8301 new class MinibatchSourceFromData; Value.one_hot() now accepts inputs without sequence axis; added a new Example CNTKGettingStarted 20 May 2017, 20:43:27 UTC
e0400c1 per Christoph's suggestion, moved most functionality of dump_signature() to Function.__str__(), and also fixed up the operation name 19 May 2017, 18:22:51 UTC
f0eddab Merge branch 'master' of https://github.com/Microsoft/cntk 19 May 2017, 16:16:59 UTC
58a0be0 renamed RNNUnit to RNNStep; clarified documentation of recurrent functions, inlcl. how to use a custom step function 19 May 2017, 16:16:45 UTC
e3b0930 Integrate pkranen/fixes into master 19 May 2017, 15:09:04 UTC
e0d71ba Integrate ebarsoum/sigmoid2 into master 19 May 2017, 14:52:25 UTC
26540be fixed fast rcnn script 19 May 2017, 11:56:28 UTC
5c0a55d fixed pad_scale to insert cv_scalar with value in all channels 19 May 2017, 11:54:59 UTC
ce0cb1e updated Readme files for caffe converted models 19 May 2017, 11:54:58 UTC
2965f1a Tests/EndToEndTests/Speech/DNN/Parallel1BitQuantizationWithAutoMBScaling: limit to 'release' for now 19 May 2017, 11:17:40 UTC
f87e677 Integrate ratsur/find-with-name-public into master 19 May 2017, 09:13:14 UTC
f335c27 Tests/EndToEndTests/CNTKv2Python/Tutorials/CNTK_103D_MNIST_ConvolutionalNeuralNetwork_test.py: increase tolerance for now 19 May 2017, 07:53:19 UTC
2365289 make comment clearer 19 May 2017, 06:35:57 UTC
9fc6fa4 make FindAllWithName private for all 19 May 2017, 06:30:25 UTC
8b5035c fix gc bug in java 19 May 2017, 06:06:48 UTC
d04d2a4 System.gc() in Java test to test collections impls 19 May 2017, 06:01:28 UTC
8c7cdd8 fix Java Function wrapper logic 19 May 2017, 06:01:28 UTC
3ff60aa native java impl for findAllWithName 19 May 2017, 06:01:27 UTC
62ee41f Update doc string of ConvolutionTranspose. init would not take numpy array since reduce_rank=0 is not supported. 18 May 2017, 23:56:25 UTC
4feb98e Revision based on CR. 18 May 2017, 23:26:00 UTC
8d13f35 Bug fix for LogPlus. 18 May 2017, 23:26:00 UTC
944dd57 Integrate zhouwang/cseval-api into master 18 May 2017, 22:42:33 UTC
b0a5aa8 Integrate chenta/fix_scale_input into master 18 May 2017, 20:54:53 UTC
c77649f further refactoring common bindings 18 May 2017, 20:04:34 UTC
d0451cf fix bugs in java bindings; remove unneeded intermediate mapping in java 18 May 2017, 20:04:34 UTC
6962df5 add macros for java fix leftover from rebase consolidate C#/Java bindings use capital letters as macro names; consolidate java/c# bindings; format changes 18 May 2017, 20:04:34 UTC
9728965 make Clone/FindByName/FindAllWithName also private make more methods private; add missing methods to C# 18 May 2017, 20:04:34 UTC
bd6ac02 remove usnecessary extends in Function 18 May 2017, 20:04:33 UTC
73d2009 create helper.cs to share helper functions make _Evaluate, _Load private; add comments 18 May 2017, 20:04:33 UTC
cf0cd3f Integrate mahilleb/Parallel1BitQuantizationWithAutoMBScalingTest into master 18 May 2017, 19:43:25 UTC
a0db76d Integrate eldak/mbSizeChooser into master 18 May 2017, 19:29:57 UTC
6db13e8 Speech/DNN/Parallel1BitQuantizationWithAutoMBScaling: activate again, Windows t.b.d. 18 May 2017, 19:24:23 UTC
4b6648a Integrate t-ivrodr/fix_fastrcnn_pascal into master 18 May 2017, 17:23:26 UTC
6a6c40a fix more ut baseline 18 May 2017, 17:20:43 UTC
ae2b09f update ut baseline 18 May 2017, 17:20:43 UTC
d9b732d add unit test 18 May 2017, 17:20:43 UTC
e1826ae fix bug of scale input 18 May 2017, 17:20:43 UTC
9ae6972 Adding more tests for the bundler 18 May 2017, 16:02:37 UTC
98ac0be Ability to choose mbsize based on stream 18 May 2017, 16:02:37 UTC
bf3a37f Integrate mahilleb/rmRunDistributed into master 18 May 2017, 14:15:32 UTC
282aa35 Integrate eldak/fixingGIL into master 18 May 2017, 12:22:50 UTC
8b71331 Examples/Image/Classification/ResNet/Python/run_Distributed.py: removed 18 May 2017, 12:03:17 UTC
b16ef63 Integrate mahilleb/ResNet152 into master 18 May 2017, 10:53:23 UTC
e906c30 Add smoke test for Examples/Image/Classification/ResNet/BrainScript/ResNet152_ImageNet1K.cntk Bump stacksize for CNTK.exe on Windows so it can run. 18 May 2017, 09:25:36 UTC
0f8d530 Integrate zhouwang/java-drop into master 18 May 2017, 09:04:15 UTC
a107773 Removing GIL unlocking/locking 18 May 2017, 09:03:58 UTC
b3c0083 CNTK v2 library: Update the baseline for E2E test Examples/Text/G2p to account for change in CTFReader behavior of properly handling minibatch sizes at the end of epoch. 18 May 2017, 02:15:54 UTC
001b930 CNTK v2 library: Add an advanced LSTM over LSTM example with data truly comprising of multiple sequence axes. 17 May 2017, 22:36:16 UTC
0435439 Integrate t-ivrodr/adding_distributed_tests_squashed into master 17 May 2017, 17:19:56 UTC
a10a68a Integrate alrezni/v2_midtraining_mod into master 17 May 2017, 14:59:54 UTC
8a12705 Integrate wilrich/incMemTol into master 17 May 2017, 13:58:53 UTC
e51c927 remove java\Main.class from binary drop 17 May 2017, 13:46:04 UTC
836086b Integrate alrezni/reader_epoch into master 17 May 2017, 13:27:56 UTC
809e195 Fixing parameters for Pascal dataset 17 May 2017, 13:13:43 UTC
bdf91d4 Adding BN Inception tests 17 May 2017, 10:42:09 UTC
4286a05 Integrate ratsur/java-get into master 17 May 2017, 09:31:47 UTC
83e15e6 Increase tolarance to 1M 17 May 2017, 09:05:03 UTC
ca77c8e Dropout rate, rnd seed can now be modified mid-training Add support for modifying the dropout rate/random seed of an existing dropout node (as well as the random seed of both flavors of the random sample node) mid-training, i.e. after the network has been compiled. 17 May 2017, 08:42:11 UTC
e5a4ac1 Refactoring of FastRCNN example, plus tests of files A* and B* py files 17 May 2017, 07:17:02 UTC
9c55a01 Integrate ebarsoum/sigmoid2 into master 17 May 2017, 01:50:36 UTC
702f5e4 Integrate sayanpa/tutfix into master 17 May 2017, 00:38:50 UTC
e088597 Fix test precision. 16 May 2017, 23:26:06 UTC
111c07d Merge branch 'master' into ebarsoum/sigmoid2 For checkin 16 May 2017, 23:09:41 UTC
c8e9edd CNTK v2 library: Addressed CR feedback. 16 May 2017, 22:11:15 UTC
5c2aacd CNTK core: Add an E2E test for the Sequence2Sequence G2P example. 16 May 2017, 21:34:38 UTC
9d19a25 CNTK v2 library: Add support for executing eval before grad. 16 May 2017, 21:34:38 UTC
8749322 add C# and JAVA API convenience macros, lowercase java these macros handle getters and making methods private for further custom implementation also makes many java methods lowercase 16 May 2017, 21:31:35 UTC
be99d3e Integrate mahilleb/ucf11test5 into master 16 May 2017, 20:57:42 UTC
8caf566 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 16 May 2017, 19:16:01 UTC
971927d Updated eval to predict on a web image 16 May 2017, 19:15:54 UTC
f538bb5 Integrate mahilleb/DownloadTest into master 16 May 2017, 18:41:35 UTC
301db90 Merge branch 'master' into ebarsoum/sigmoid2 For checkin... 16 May 2017, 18:09:10 UTC
2ca2931 Fix ent-to-end test. 16 May 2017, 17:47:02 UTC
8aa294b Integrate zhouwang/swig-warnings into master 16 May 2017, 16:20:03 UTC
3946448 Change reader to not produce degenerate MBs 16 May 2017, 10:53:31 UTC
a218dca Tests/EndToEndTests/CNTKv2Python/Examples/language_understanding_test.py: temporarily disable two of the included tests 16 May 2017, 08:58:28 UTC
05f46ac Tests/EndToEndTests/CNTKv2Python/Examples: run one test per process 16 May 2017, 08:56:46 UTC
523acdb Tests/EndToEndTests/CNTKv2Python/Examples/ucf11_conv3d_test.py: enable on Windows 16 May 2017, 08:56:45 UTC
da9ff80 Tests/EndToEndTests/Downloads: added as part of new weekly suite 16 May 2017, 07:12:09 UTC
back to top