https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
99a272b Fix hard tabs 05 July 2019, 23:18:23 UTC
a4621a8 Export custom attributes on Times node to ONNX file (#3709) 05 July 2019, 20:33:45 UTC
13f3b5f Merge branch 'master' into liqun/scan14 27 June 2019, 17:26:40 UTC
abf0985 transpose batch with dir before reshape to [seq, batch, dir*hidden] for RNN ops 27 June 2019, 17:25:47 UTC
ac7a549 Fix V2LibraryCSTests end to end test 26 June 2019, 06:20:25 UTC
9756a11 Fix V2LibraryCSTests end to end test 25 June 2019, 19:16:56 UTC
ef67317 set shape bacth dim to 0 for reshape op after LSTM to make batch size editable after ONNX export. 21 June 2019, 21:50:18 UTC
03a8c41 default keep dim is true 19 June 2019, 16:24:52 UTC
1fe0bf1 reduction keep dim edge cases 19 June 2019, 16:17:45 UTC
ad1709c fix reduce op keepdim setting 18 June 2019, 22:16:03 UTC
248ff78 onnx exporter for past/future value: fix for offset > sequence length cases; output delayed initial values 11 May 2019, 00:03:27 UTC
8ed7050 ONNX convolution with more than 1 non-feature/channel dimensions 01 May 2019, 21:06:26 UTC
22a86bf onnx export: fix cases when scan input needs to be broadcasted 29 April 2019, 18:58:00 UTC
0e172db Fix build 24 April 2019, 18:20:17 UTC
82b7a39 merge release 2.7 19 April 2019, 18:28:14 UTC
6b72436 Adds CNTK libs folder to LD_LIBRARY_PATH at CNTK init routine on Python 09 April 2019, 19:54:42 UTC
b8edaab Rpengms/fp16 bs bugfix (#3632) Update CNTK.core.bs to add support for precision overwrite for every node 09 April 2019, 16:25:37 UTC
9688ac6 fp16 - brain script add to CNTK.core.bs (#3617) 01 April 2019, 17:14:06 UTC
764c8c4 Fix CNTK Tutorial 303 25 March 2019, 18:08:19 UTC
49d4c2d Update OOBE GPU Dockerfile to CUDA 10 25 March 2019, 04:39:38 UTC
f48e11c Update conda to >= 4.3.30 22 March 2019, 22:12:50 UTC
3b7e3b9 merge fp16_bs fix (#3609) fp16 brain script fix accumulator 22 March 2019, 09:07:51 UTC
4003c08 Merge fp16 brainscript work (#3606) * FP16 BrainScript - address code review comments * Remove Tab and fix debug build breaks * Fix Linux Build breaks * fp16 brain script - add _CRT_SECURE_NO_WARNINGS * fp16 brain script - fix NetworkTests * Update tests for model version change * Remove changes for InputAndParamNodes * Fix typo * Remove redundant code * Fix optional parameters 20 March 2019, 18:36:16 UTC
45ae386 disable Manual/Tutorial tests on Windows Python2.7 17 March 2019, 21:36:13 UTC
9f60d8f Remove tab which caused build breaks 15 March 2019, 17:47:16 UTC
19ccd9f Address code review comments 15 March 2019, 17:47:15 UTC
3a21b0a FP16 all reduce. Cast gradients to and from float16 before sending over NCCL to do all reduce. 15 March 2019, 17:47:14 UTC
4765f69 support onnx export of 2GB models 14 March 2019, 16:16:23 UTC
22ded46 Address code review comments 28 February 2019, 22:43:45 UTC
d46ad9d Update 28 February 2019, 22:43:45 UTC
773379e Add more comments 28 February 2019, 22:43:45 UTC
d2dc123 Fix BMUF fp16 to update local learner's fp32 cache 28 February 2019, 22:43:45 UTC
26e26e4 Fix BMUF fp16 bug. Local learner ResetSmoothedGradients should NOT wipe cached fp32 model/parameters. 28 February 2019, 22:43:44 UTC
e104129 Remove obsolete comments 28 February 2019, 18:09:44 UTC
92054e8 Remove debug messages 28 February 2019, 18:09:43 UTC
730a220 Add useV2Aggregator to SGD config 28 February 2019, 18:09:43 UTC
6ef0224 Merge branch 'pull/3431' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 09:45:39 UTC
39ca0a2 Merge branch 'pull/3482' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 09:04:17 UTC
93f875c Merge branch 'pull/3477' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 06:49:34 UTC
8cbfbfe Merge branch 'pull/3458' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 04:38:53 UTC
ef5b745 Merge branch 'pull/3455' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 04:27:00 UTC
1c5f124 Merge branch 'pull/3486' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 02:24:07 UTC
726e48e Merge branch 'pull/3491' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 28 February 2019, 00:43:11 UTC
771d754 Merge branch 'pull/3492' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 27 February 2019, 23:59:43 UTC
5ccf54a Merge branch 'pull/3514' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 27 February 2019, 22:39:40 UTC
af42873 Merge branch 'pull/3561' Signed-off-by: Thiago Crepaldi <thiagofc@microsoft.com> 26 February 2019, 21:07:30 UTC
06469f7 Merge branch 'pull/3558' 25 February 2019, 18:46:26 UTC
a5fb3d6 add more onnx rnn model tests, enable optimizedRNN op test 19 February 2019, 20:48:41 UTC
00b8037 Update onnx submodule, support ConstantOfShape & OneHot * Support SequenceIs[First,Last] with ConstantOfShape * Update bypass load test in verify\_one\_input & add test for one hot op * Update export for one hot op. Migrate from exporting onnx.ml.OneHotEncoder to onnx.OneHot. Op fixes * Fix topk onnx\_op\_test * Support MVN export using ONNX function * Fix LayerNormalization * Skip tests for sequence slice float16: not supported in cntk * Support gather export & import with float16 - Fix cntk gather issue with float16 inputs. - Support exporting constant float16 tensor. - Support importing int32 indices input for gather. * Enable more passed op tests 15 February 2019, 23:12:10 UTC
aa82819 Merge branch 'liqun/remove-crosstalkcaffe-test' 14 February 2019, 21:07:34 UTC
3bef0f4 protobuf 3.6.0 to 3.6.1 13 February 2019, 19:08:06 UTC
9ce6c1c Merge pull request #3550 from Microsoft/yaronwe/hide-protobuf hide protobuf library symbols 08 February 2019, 16:37:36 UTC
2ccdff4 enable onnx rnn test, name input with proper name 04 February 2019, 05:18:50 UTC
979c8bf Merge branch 'liqun/liqun/scan6Stage2' 31 January 2019, 04:27:20 UTC
9093a4d Cache CNTK dependencies at CNTK Azure Blob 30 January 2019, 03:47:10 UTC
6b2323c onnx support of sequential convolution 28 January 2019, 22:48:13 UTC
631ef0f Fix typo Ture -> True 28 January 2019, 15:02:51 UTC
4ef4417 Adding sequence models to CI and skipping failing ones 24 January 2019, 23:01:14 UTC
fc839bc Moving CI test dependencies to python environments yml files 23 January 2019, 00:24:29 UTC
d67a5ae Free nnzPerRowOrCol at end of SetValue 16 January 2019, 22:00:33 UTC
fea6e9d Merge branch 'vadimma/bmlfex' 12 January 2019, 00:01:46 UTC
62fa818 Enable frame mode for the binary MLF reader 11 January 2019, 02:02:34 UTC
0be4bcb Merge branch 'liqun/scan5Stage' 09 January 2019, 02:39:18 UTC
fe939aa support ONNX scan(9) 08 January 2019, 20:16:32 UTC
a5fcc80 Resolve Linux binary drop & windows oobe test conda dependency 07 January 2019, 23:07:04 UTC
2274e02 hide protobuf library symbols 06 January 2019, 10:04:34 UTC
b732aeb Fix several DeprecationWarning: invalid escape sequence Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr> 05 January 2019, 21:36:45 UTC
322293c Merge branch 'vadimma/adambs' 04 January 2019, 00:21:27 UTC
6c56fdd Revert "refactor" This reverts commit 47345c6c54e95ed4a4948d5af9f1205f6e7c3932. 03 January 2019, 23:45:28 UTC
47345c6 refactor 03 January 2019, 23:26:03 UTC
05435d0 Expose Adam in BS 03 January 2019, 20:58:17 UTC
08130db update linux binary drop cudnn path 03 January 2019, 18:57:44 UTC
e2d79d7 Submodule onnxruntime, and remove previous drop. * A few patches are required to build cntk_uwp. * Use proto from onnxruntime/protobuf instead of from onnx. * TODO: Some issues with onnx_op_test RNN and OptimizedRNNStack from shape inference. 03 January 2019, 01:09:08 UTC
254a336 Bump cuda version in nuget spec 21 December 2018, 18:40:18 UTC
bc70863 Add Maxunpooling export 14 December 2018, 19:24:26 UTC
d087acc Fix typo & update .yaml files * pyqt is required by matplotlib and various other libraries. In our .yaml files we default to install the latest version of pyqt. However the current latest version (5.9.2) is exhibiting some problems. Thus we downgrade to the stable version 5.6.0. 13 December 2018, 18:37:03 UTC
ef2f039 fix break for cub 1.8 API change 13 December 2018, 00:14:15 UTC
f178144 Support CUDA 10 * Move to support CUDA 10, cudnn 7.3, cub 1.8. * Fixed a bug related to "pointer to pin pointer is disallowed" #3063, which is exposed in newer version vctools. * Added workaround for a potential vs2017 15.9 bug with cntk Debug version. 13 December 2018, 00:10:31 UTC
93e1009 comment debug code 12 December 2018, 03:17:16 UTC
de15bda passed prod models and unfold test. handle delay op. 12 December 2018, 01:49:23 UTC
22e869e Add ONNX support for zeros_like, ones_like, and eye_like. 05 December 2018, 21:51:43 UTC
5fc6c2a sequence_isfirst_islast test fix for python 2.7 30 November 2018, 19:22:25 UTC
75b0141 Adding support for exporting CNTK's Sequence::IsFirst and Sequence::IsLast nodes 29 November 2018, 23:57:43 UTC
d1d1133 ConvTranspose asymmetric padding * Temporarily reverse the extra padding location in case of SAME_UPPER vs SAME_LOWER for convTranspose to match with onnxruntime. * In case of importing asymmetric padding convTranspose, use symmetric pads by alter the output_shape and pads, and attach a slice node afterwards to enable cudnn. * Fix a bug in slice/squeeze attribute axes export. 27 November 2018, 17:33:15 UTC
196df1a Update image layout in readme. 26 November 2018, 20:49:56 UTC
eeae2bb Add netron news and update iteration. 26 November 2018, 19:57:39 UTC
ec364df Fix typo Ture -> True 25 November 2018, 01:13:59 UTC
8c15683 Merge branch 'vadimma/binmlf' 24 November 2018, 09:12:41 UTC
0f1b4e0 Merge pull request #3512 from changeworld/patch-1 Fix typo 24 November 2018, 03:44:06 UTC
b566e23 Fix typo Ture -> True 23 November 2018, 15:25:07 UTC
0c1d283 update latest onnx and onnxruntime, fix shape inference 22 November 2018, 16:56:07 UTC
631392e Update bin mlf reader 15 November 2018, 15:24:40 UTC
d7101a2 Clean up bin mlf test 12 November 2018, 20:34:56 UTC
8d87948 Ensure mlf reader is included in the test 12 November 2018, 20:19:37 UTC
72200ca Add bin mlf reader tests 11 November 2018, 22:29:27 UTC
7ef57de Add dim label to bin mlf reader 11 November 2018, 05:32:28 UTC
22c7c3c Update BlockMomentumDistributedLearner.h 08 November 2018, 22:32:13 UTC
69df29e Merge branch 'liqun/seqopsStage' 08 November 2018, 22:14:44 UTC
2405457 Update BlockMomentumDistributedLearner.h 08 November 2018, 20:27:55 UTC
ab4bee2 Support RNN ops in a Scan loop Update with latest ONNX Update with latest ONNX graph IR Support sequence ops - Sequence::Gather, Sequence::PastValue, Sequence::FutureValue, etc. 08 November 2018, 02:36:20 UTC
back to top