https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
e237742 Moving sequential convolution in python to a new high level api, to maintain compatibility with previous implementation (special case 1d sequential convolution). 05 July 2018, 19:49:49 UTC
b3bb12b improve code style. 03 July 2018, 21:07:21 UTC
6645520 add check for truncated sequences in sequential convolution 03 July 2018, 19:02:40 UTC
b3d707c merge from master 03 July 2018, 17:31:42 UTC
76f8203 not include py sequence example for now .. need to find they a correct location. 03 July 2018, 02:17:43 UTC
395bc50 Sequential convolution v2. * re-designed ConvolutionSequenceShapeNode: refactored to separate out computing output sequence length from v1 node design. And refactored ConvolutionNodeBaseExtended as their common base class. (Since "ConvolutionNodeBase" is not only base class of ConvolutionNode but also PoolingNode). * Performance increase against v1. - compute sequence length by MBLayout instead of mask output from unpack. Avoiding the unnecessary cpu/gpu memory copy. 03 July 2018, 02:07:07 UTC
5d88f48 small update on python seq mnist 03 July 2018, 01:31:57 UTC
3c9ba74 adjust conv c++ value unit test channel size. 03 July 2018, 01:31:27 UTC
d9d3fe5 Example: seq MNIST, and profiling 03 July 2018, 01:31:19 UTC
476a60c small tweak in seq conv to avoid additional gpu memory allocation and increase performance. 02 July 2018, 17:47:37 UTC
07fd96f support ONNX1.2.2 cast op 02 July 2018, 15:38:50 UTC
bece037 Merge branch 'sedymche/onnx-trig' 29 June 2018, 01:52:40 UTC
69938f2 Adding full support for 'alpha' attribute in ELU op in ONNX and CNTK. 28 June 2018, 22:34:30 UTC
e95f92c Add Tan/Atan ops to CNTK (with ONNX support). 28 June 2018, 21:03:02 UTC
c589619 update to ONNX1.2.2 28 June 2018, 15:38:36 UTC
e160304 Merge branch 'sptiwari/onnx_avg_pool_stride' 28 June 2018, 04:02:28 UTC
6340792 Merge branch 'zhujie/straightthrough_unaryop' 28 June 2018, 00:55:55 UTC
2e29625 Merge branch 'tix_fixRestoredTestFailures' of https://github.com/Microsoft/CNTK 27 June 2018, 22:25:50 UTC
805c4a6 Fixing strides and dilation attributes in ONNX AveragePool, MaxPool, Conv, ConvTranpose import. 27 June 2018, 21:54:47 UTC
3c389ed fixing a bug in straight through implementation 27 June 2018, 18:44:49 UTC
cc368ae fixing a bug in backwarod propagation of straightthrough 27 June 2018, 18:44:49 UTC
8c1e5ed fixing type mismatch in tensorops.h and changing name of python name for straightthrough 27 June 2018, 18:44:49 UTC
02be8a0 adding straight through unary op 27 June 2018, 18:44:49 UTC
e612bc4 Merge branch 'sptiwari/update_depth2space' 26 June 2018, 23:58:24 UTC
8a38f55 Changed run-test of CifarResNetClassifierTest to look for testData in the correct folder 26 June 2018, 23:51:40 UTC
da60e4f Updating DepthToSpace and SpaceToDepth ops to match ONNX spec. 26 June 2018, 20:39:21 UTC
ede74e8 Merge branch 'master' of https://github.com/Microsoft/CNTK into tix_fixRestoredTestFailures 26 June 2018, 17:08:21 UTC
38dc974 Fixed behavior when dry_run is True 26 June 2018, 15:13:26 UTC
987b22a Add Cos/Sin/Acos/Asin to ONNX export. 26 June 2018, 00:03:31 UTC
d19e4ca Add sin/cos to ONNX import. 25 June 2018, 23:59:26 UTC
52101bf Copy v2libCStest dependencies to local 25 June 2018, 23:06:49 UTC
b7acd42 Added a flag to copy everything to output dir 25 June 2018, 20:02:13 UTC
c0b81b5 Restoring additional tests 25 June 2018, 16:16:16 UTC
ddea43c Removed code that was incorrectly checked in 25 June 2018, 16:12:55 UTC
29be2c8 Restored 1 more test 25 June 2018, 16:12:55 UTC
ffc4595 Restored tests 25 June 2018, 16:12:55 UTC
dc132a4 Fixed incorrect hash values 24 June 2018, 16:35:00 UTC
91afddb Temporarily disable doctest until formatting is fixed 23 June 2018, 20:38:19 UTC
8f738ae Merge branch 'master' into sptiwari/onnx1.2_merge 22 June 2018, 21:22:43 UTC
5df8651 Increase error tolerance for BatchNormalization Spatial tests 22 June 2018, 21:19:03 UTC
e7976cc Merge branch 'master' into sptiwari/onnx1.2_merge 22 June 2018, 20:08:57 UTC
4cd3dc8 Disabling stack trace on Windows when environment var is set 22 June 2018, 19:16:02 UTC
117448f Temporarily disable doctest until formatting is fixed 22 June 2018, 17:26:14 UTC
7ea5a2c Disabled additional C# test 22 June 2018, 01:15:13 UTC
2dca260 fix bug in python seqconv default bias shape, and add related unit tests. 22 June 2018, 01:13:28 UTC
623323f Temporarily disable op2cntk_test.py/{test_conv_setup,test_batch_norm_setup} to fix failures downstream 21 June 2018, 22:34:55 UTC
b8e5f94 remove the last SetValue for outputSeqAxisDimValue as TensorView Unary Op has already updated the value. 21 June 2018, 17:58:04 UTC
2a2accd add more comments, remove magic number, add more boundary checks. 21 June 2018, 17:47:31 UTC
8f5fcd4 Fix python doc tests due to formatting 21 June 2018, 17:25:06 UTC
f5bf922 add more comments, trim spaces 20 June 2018, 22:23:41 UTC
fafad90 rename ConvolutionOverSequenceAxisNode. Add comment on cudnn failed new test. 20 June 2018, 17:38:47 UTC
1b458ac minor change in comments 20 June 2018, 17:24:45 UTC
bf68a90 add init_bias tests for seq conv 20 June 2018, 17:07:02 UTC
057f6de add EndToEndTests of sequential convolution on MNIST 20 June 2018, 01:52:07 UTC
198ec18 more detailed comments on shape change for 1d seq conv with reduction rank 0. And other minor tweaks. 20 June 2018, 01:51:38 UTC
abd0fb9 Refine cpp convolution unit tests. Add dilation tests to python convolution unit tests. 19 June 2018, 22:18:19 UTC
134e976 fix style 19 June 2018, 21:55:04 UTC
79312de fix for the readerlib test failure. It was a quite a team work 19 June 2018, 19:40:43 UTC
7449613 Revert "Temporarily skip several failing float16 ONNX tests." This reverts commit deef207a6201015d2b7dbc6649a4e35cb47cfe8a. 19 June 2018, 17:31:48 UTC
6d85793 Adding support for loading fp16 data from TensorProto raw data field 19 June 2018, 06:36:26 UTC
2dc61c1 Fix several float16 convolution ONNX tests on the CI system. 18 June 2018, 21:04:28 UTC
deef207 Temporarily skip several failing float16 ONNX tests. 16 June 2018, 02:25:12 UTC
18910c5 Skip test_OptimizedRNNStack. 16 June 2018, 02:17:43 UTC
11edc80 Fix several float16 op tests on the build system. 16 June 2018, 02:16:08 UTC
172cab1 Fix test_pooling and test_conv_with_freedim_model on the build system. 16 June 2018, 01:55:52 UTC
ea1010d Fix test_convolution_transpose on the build system. 16 June 2018, 01:55:50 UTC
ebd19a6 convert tabs to spaces. 16 June 2018, 01:50:14 UTC
a59d5ee Peyman GRU fp16 fix. Test fixes to disbale for fp16 conv. 16 June 2018, 01:20:31 UTC
571f12a updating PrimitiveOpType SerializationTests that is missing from other commits .. 16 June 2018, 01:18:04 UTC
b578c46 adding convolution over sequential axis. currently additional supported parameters: auto padding strides groups support for dilation needs to be tested on GPU. 16 June 2018, 01:17:22 UTC
258defd adding convolution over sequential axis related tests. 16 June 2018, 01:07:43 UTC
58473d4 Enable rnn ops with onnx 1.2 16 June 2018, 01:00:53 UTC
c1a3db7 adding fp16 to all tests and disabling failing tests + updating schema.h to add fp16 15 June 2018, 23:47:14 UTC
057c1ce Fix cudnn symbolic link on CNTK Dockerfile 15 June 2018, 21:05:38 UTC
5371b53 Bringing back our fix for output node shape issue in Lotus graph.cpp. 15 June 2018, 21:04:00 UTC
d779e52 Bringing in bug fix from Lotus for missing output node shape attribute. Undoing exisiting fix. 15 June 2018, 17:45:53 UTC
ebe7042 Disable (temporarily) csharp target for linux. Not working yet 15 June 2018, 17:38:11 UTC
35341ce Fix CNTK Dev docker 15 June 2018, 03:35:52 UTC
46edeb4 Update Multiverso 14 June 2018, 19:50:59 UTC
5546586 Adding FP16 support for Export/Import 14 June 2018, 19:51:00 UTC
c26fa21 Pad the shape with trailing 1s when axis > 0 for ONNX 1.2. 13 June 2018, 22:37:31 UTC
830b6f9 Merge branch 'kedeng/fixMultiverso' 12 June 2018, 21:32:00 UTC
738e929 Update Multiverso 12 June 2018, 20:33:14 UTC
fd7616b Fixing missing shape attributue in output node of ONNX models. Better error reporting. 12 June 2018, 20:03:34 UTC
59e8f9f Update Multiverso to target Windows 10.0.16299.0 as other components in CNTK 12 June 2018, 20:03:34 UTC
7942a97 Update Multiverso to target Windows 10.0.16299.0 as other components in CNTK 12 June 2018, 18:25:10 UTC
728596a Remove broadcast attribute to support ONNX 1.2. 12 June 2018, 05:49:55 UTC
327c030 onnx 1.2.1 for BatchNorm and Dropout 11 June 2018, 20:09:20 UTC
172cf67 Updates to CNTKLibraryCSTrainingTest.csproj Restored explicit removal of files until we can delete the standard project and remove them officially. Temporarily disabling C# tests for weekend build Will root cause the failures on Monday 11 June 2018, 15:17:21 UTC
0ec517c Update Select export for ONNX 1.2. 08 June 2018, 21:31:00 UTC
c986235 Merge pull request #3252 from Microsoft/liqun/ONNXQuickStage2 update onnx 1.2.1 08 June 2018, 21:27:52 UTC
bc71c7e updatre onnx 1.2.1 08 June 2018, 20:15:45 UTC
9e8d093 Update linux build to use latest mkl-dnn and embed it with mkl Previously MKL-DNN was hard-coded to /usr/local/lib. Now it will be installed where the config --with-mkl parameter points to 08 June 2018, 17:13:12 UTC
f2192a1 Check groups attribute existence in convolution op ONNX export. 07 June 2018, 17:20:02 UTC
2b32640 Adding model domain to ONNX model export. 07 June 2018, 17:16:16 UTC
5d92880 Removing old buildinfo.h files hanging around 06 June 2018, 23:36:23 UTC
c42a444 Side-by-Side compilation for Windows and Linux 06 June 2018, 18:50:19 UTC
7882cf0 Building .Net Core on Linux 06 June 2018, 15:38:54 UTC
cdb9afb Add ONNX 1.2 support 04 June 2018, 23:35:49 UTC
199bc5c Fixed a cloning bug in placehoder shape information 03 June 2018, 19:12:09 UTC
back to top