https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
7beefcb bug fix 19 December 2018, 07:44:30 UTC
3499587 bug fix 19 December 2018, 05:43:01 UTC
234c8c6 update bo's fix, use seqIdx based FSMN flags 19 December 2018, 05:13:31 UTC
78e2ed7 nan-fix 03 November 2018, 16:37:38 UTC
820fe04 nan-debug-improve 03 November 2018, 05:20:13 UTC
7d4c783 nan-debug 01 November 2018, 05:18:37 UTC
4750115 nan-debug 01 November 2018, 04:39:08 UTC
52fcbc9 nan-debug 31 October 2018, 19:27:19 UTC
554bb6f nan-debug 31 October 2018, 16:46:24 UTC
23d6cca nan-debug 30 October 2018, 20:00:44 UTC
0fda9ea semi-orthogonal-errinfo 29 October 2018, 22:36:54 UTC
6aa1128 semi-orthogonal 29 October 2018, 22:33:27 UTC
6958071 semi-orthogonal-errinfo 29 October 2018, 22:02:55 UTC
22ad5a9 semi-orthogonal 29 October 2018, 21:58:28 UTC
cc7ef78 semi-orthogonal-errinfo 29 October 2018, 21:42:16 UTC
4825304 alpha-debug 29 October 2018, 04:39:00 UTC
14b83c7 semi-orthogonal 28 October 2018, 05:07:43 UTC
20ebe12 semi-orthogonal-errinfo 28 October 2018, 05:05:30 UTC
6fe12de nan-debug 28 October 2018, 00:41:03 UTC
051e2da nan-debug 28 October 2018, 00:32:50 UTC
6ecb212 nan-debug 27 October 2018, 03:31:31 UTC
ca90307 nan-debug 27 October 2018, 03:24:49 UTC
63dec8a nan-debug 26 October 2018, 00:42:58 UTC
5c9b647 semi-orthogonal 24 October 2018, 22:02:18 UTC
f6c20d0 semi-orthogonal 24 October 2018, 21:29:17 UTC
45e96ff [BiVfsmnNode] avoid CPU GPU transfer but still use hard code minibatch size 06 October 2018, 03:31:58 UTC
4c0c531 use MatrixPool and UpdateFunctionMBSize() to Resize m_flags & construct m_flags in BeginForwardProp() 06 October 2018, 03:31:36 UTC
6a6cc69 try to fix memory bug(illegal memory access) 06 October 2018, 03:30:51 UTC
e774068 FSMN bug fixed!! I have wrong understanding of one Minibatch Matrix's layout before and Now I have fixed related problem 06 October 2018, 02:01:21 UTC
bcddbf4 fix compilation error 5 05 October 2018, 23:23:09 UTC
558576f fix compilation error 4 05 October 2018, 22:11:22 UTC
e26df8a fix compilation error 3 05 October 2018, 21:32:48 UTC
2f9dc9d fix compilation error 2 05 October 2018, 20:50:05 UTC
81b1e63 fix compilation error 05 October 2018, 20:14:28 UTC
0728441 cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn 05 October 2018, 17:14:03 UTC
cc6ddc9 cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn 05 October 2018, 03:36:50 UTC
b876245 cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn 05 October 2018, 01:02:01 UTC
ac933da Revert "cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn" This reverts commit 25f35cd7b77ec9c8c9f50ad8212dcd0b244ffc26. 05 October 2018, 00:43:56 UTC
25f35cd cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn 04 October 2018, 22:45:12 UTC
6063866 Merge branch 'bowbao/pooling_pad_offset' 02 October 2018, 03:41:06 UTC
bf37aad Fix pad offset computation for pooling * Compute keyInterior according to the updated algorithm for computing cell offset key. * Update unittest of avg_pooling/max_pooling for cases that requires auto_padding = True. Previous test cases cover only those that do not need padding. 02 October 2018, 00:21:30 UTC
7c838d3 fix csharp examples and references 01 October 2018, 22:45:13 UTC
fcdeef6 Support crop_manual export & import. 29 September 2018, 20:46:17 UTC
a36fae8 Support logPlus(log_add_exp) export to ONNX * ONNX supports similar op ReduceLogSumExp. Conversions are added when exporting. * Refactored CNTKToONNXHelper::BroadcastInputsIfNeeded to support more generalized cases. 28 September 2018, 22:59:55 UTC
c2072cc Add support for ONNX export of StraightThrough op. 27 September 2018, 17:25:11 UTC
1aab76a Updating ONNX submodule hash to include defs for ConstantLike and EyeLike ops. 27 September 2018, 01:01:34 UTC
ce503f8 pooling export fix for backward compatibility 26 September 2018, 00:09:39 UTC
9165fd0 Merge branch 'kedeng/fixCrash' 25 September 2018, 00:26:34 UTC
58f810f update with ONNX1.3 and latest onnxruntime 22 September 2018, 16:53:27 UTC
1489de8 Fix a crash in transpose_times simplification to element times 22 September 2018, 05:33:41 UTC
93cc680 Update reshapeing_test to accomodate python 2.7 21 September 2018, 17:24:57 UTC
d626c2a Merge branch 'bowbao/gather_backward' 21 September 2018, 05:02:57 UTC
da6b0bc GatherNode backward: add check for no dynamic axis Previously, to resolve issue of gather producing incorrect gradient values, validity mask check was added to ensure we don't count non-valid cells as 0. However, this check is needed only for input that has dynamic axis, i.e. inputs that have MBLayout. 20 September 2018, 21:54:39 UTC
b2c28cc updating iteration documentation file 20 September 2018, 21:39:58 UTC
0a3eb3b Update onnx_model_test with tests on cntk pretrained models 19 September 2018, 18:27:55 UTC
6f09c39 Merge branch 'release/2.6' 18 September 2018, 02:33:30 UTC
4ed1896 set public_build to "no"/false 17 September 2018, 23:10:48 UTC
1be3b64 update readme for .net support 15 September 2018, 01:07:45 UTC
d355c1c Updated current_iteration with .net support 14 September 2018, 20:07:24 UTC
04caa9d Updated current_iteration with .net support 14 September 2018, 19:29:51 UTC
7c1b0fa udpate readme with current iteration 14 September 2018, 00:01:45 UTC
da31ba0 Update current_iteration.md 13 September 2018, 23:57:44 UTC
e4d7081 Update current_iteration.md. 13 September 2018, 23:57:30 UTC
4f965aa update version # in cntk_common.cmake 13 September 2018, 23:34:30 UTC
82d350d bump up version number 13 September 2018, 22:52:47 UTC
d264a26 Update current_iteration.md 13 September 2018, 20:44:42 UTC
be28e86 Update current_iteration.md. 13 September 2018, 18:18:53 UTC
deda94b Support pooling(cpu) where kernel center is on pads. - Previous implementation has the assumption that (0 <= dk < width). This assumption doesn't stand when lo >(kernel - 1) / 2. The updated calculation supports arbitrary lo & hi non-negative integer value. The new calculation has dk in range (0, width + hi + lo]. - Enables onnx backend test {averagepool_2d_pads, maxpool_2d_pads} to pass. 13 September 2018, 04:37:21 UTC
62e18f4 Improve clarity in pads calculation for conv/pool - Refactor function CalcPaddingForSameLowerOrUpperAutoPad in conv/pool import, changing parameter "const Variable& input" to "const NDShape& inputWithBatchAxisShape", to specify the required shape format as [N x C x H x W]. 13 September 2018, 04:37:21 UTC
35e3701 Merge branch 'sedymche/onnx-min-max' 13 September 2018, 02:42:25 UTC
d33b7b4 update iteration plan 13 September 2018, 00:24:45 UTC
6a4ec05 Merge branch 'peykash/batchnorm_and_pooling_fixes' 13 September 2018, 00:13:46 UTC
61d7dab Support more than 2 inputs for ONNX Min/Max import. 12 September 2018, 22:12:14 UTC
8b48976 Adding CNTK 2.6 release work summary to current_iteration.md 12 September 2018, 18:12:10 UTC
b374e14 fixes on Batchnorm and Pooling for v1 pretrained models after removal of sequence axis from input 12 September 2018, 17:02:52 UTC
5897265 small patch on conv/pooling export - when pads are all zero, check if autopad is true. - when pads are all zero, check if ceilOutDim is true, and extra cells are needed. 11 September 2018, 15:52:22 UTC
61572e8 Update onnx_model_test skip list 11 September 2018, 15:51:45 UTC
0754b38 update onnx_model_test with tests from onnx backend test 09 September 2018, 20:53:26 UTC
2f52f22 update conv/convtranspose/pooling import. pad values are explicitly computed based on ONNX spec equations during import in the following cases: - case 1: when auto_pad is SAME_UPPER | SAME_LOWER for convolution, convolution transpose and pooling. - case 2: when output_shape is explicitly set for convolution transpose. note: output_shape in ONNX spec can have the two below format: 1. [X1 * X2 * ... * Xn] 2. [N * O * X1 * X2 * ... * Xn] 09 September 2018, 20:41:04 UTC
d877233 Make broadcast ops compitable between CNTK and ONNX, Enable ONNX export/import for optimizedRNN op, More ONNX support for Sequence ops 09 September 2018, 15:59:33 UTC
fcf9f48 Overhaul conv/convTrans/pooling pads value export - Update exporting of conv/pooling to always export pad values. - Enable correct exporting of multiple pretrained models (ResNet50/ResNet101/ResNet152_ImageNet_Caffe, etc). - Overhaul convtranspose pads exporting - Support conv weight export with omitted out channel axis (LRN). - Add tests in onnx_op_test to cover the above changes 06 September 2018, 18:46:14 UTC
e3a1acf Resolve dependencies and build issues -Temporary add importorskip around import onnx -bump up .yml matplotlib version 05 September 2018, 22:02:23 UTC
dc5e482 fix onnx average pooling export. - this fix solves the issue that ceilOutDim == true will enforce exporting auto_pad as true, even if autoPadding is explicitly set to false. 31 August 2018, 01:19:04 UTC
77a8c49 Temporarily skip onnx_model_test if import onnx fail 30 August 2018, 17:52:53 UTC
94a43ed Merge branch 'liqun/liqun/RNN2.6.Stage' 30 August 2018, 07:40:20 UTC
73cd53e fix nightly issues related to onnx dependencies - Windows OOBE (pip) tests & Linus OOBE tests: skip onnx_model_test. This test requires onnx to be installed. Skip Until we decide to add onnx dependencies to OOBE test environment. 30 August 2018, 00:19:19 UTC
18d9f39 skip dynamic axes wrapper, export onnx test cases, handle output op being Combine op, workaround a specific case bug of ONNX bidirectional broadcast shape inference 29 August 2018, 23:52:58 UTC
902f1a4 times export fix 29 August 2018, 17:09:07 UTC
b86fe1a Merge branch 'pull/3374' 28 August 2018, 07:17:54 UTC
1f2e42e Merge branch 'sptiwari/convtranspose_update7' 27 August 2018, 07:32:33 UTC
edc29f8 Packaging newly-added internal header files Recently, we added a couple of new header files into API/Internals. This patch includes them into our pre-built binaries. 27 August 2018, 04:36:04 UTC
b3c0fa2 Overhaul ConvTranpose to match ONNX 1.2.2. spec. 27 August 2018, 04:20:05 UTC
7dd9638 squash of the following changes: - fix flatten onnx export. - fix unsqueeze onnx export. - add comments on temporarily skipped tests. - adjust the importing of softmax, logsoftmax and hardmax with blockfunction - such that they could be exported as is back to onnx. - update reshape onnx export to pass mobilenet round trip test. 26 August 2018, 20:11:44 UTC
0e20836 CNTK splice allows broadcast. This case is handled in the change. For noop (identity) ops, its inputs and outputs types shall be set according to upstream ops. ToBatch/ToSequence and Unpack Batch/Sequence ops added during model importing need tp be skipped. Model import need to handle ops with multiple outputs 26 August 2018, 15:41:20 UTC
4a6238d reduction all axes export fix 24 August 2018, 17:02:34 UTC
d2ff412 temporarily disable 2 tests on Windows. - This is due to an issue on Windows CI introduced by adding onnx dependencies. These tests are temporarily disabled to not block CI while we investigate. - Disable CNTKv2Python/Tutorial/205 - Disable CNTKv2Python/Keras 24 August 2018, 08:27:45 UTC
88d8882 Fix issue#3228 and #3363 which found when build with MSVC+ permissive- 24 August 2018, 05:56:36 UTC
a26e542 update conftest.py to resolve doctest issue. - newer version numpy has a different print format for arrays and scalars that would potentially break the doctests. 24 August 2018, 04:28:06 UTC
28ada96 update python doctest handling newer version numpy print format. 23 August 2018, 06:21:13 UTC
56ef694 add onnx_model_test.py 23 August 2018, 06:21:13 UTC
back to top