https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
da60e4f Updating DepthToSpace and SpaceToDepth ops to match ONNX spec. 26 June 2018, 20:39:21 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
623323f Temporarily disable op2cntk_test.py/{test_conv_setup,test_batch_norm_setup} to fix failures downstream 21 June 2018, 22:34:55 UTC
8f5fcd4 Fix python doc tests due to formatting 21 June 2018, 17:25:06 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
a59d5ee Peyman GRU fp16 fix. Test fixes to disbale for fp16 conv. 16 June 2018, 01:20:31 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
0642d73 Fix ONNX compatibility issues when exporting Select. 25 May 2018, 17:15:46 UTC
cb99bd6 Address review comments. 25 May 2018, 17:15:46 UTC
8d3e1fa Add CNTK element_select to ONNX conversion. 25 May 2018, 17:15:46 UTC
6d5ed45 Merge branch 'jaliyaek/dynamicaxis' 25 May 2018, 06:56:17 UTC
6bd9d28 Fix the missing dynamic axis for CustomProxyOp 24 May 2018, 22:15:13 UTC
8b8027f Fix Elu export to ONNX. 24 May 2018, 17:00:39 UTC
f49c174 Merge branch 'jaliyaek/int16' 23 May 2018, 21:42:30 UTC
0d52225 fix the test failure 23 May 2018, 16:56:34 UTC
ab5bd88 fix cr suggestions 23 May 2018, 06:25:14 UTC
cce690e Adding int16 support for model saving in CNTK 22 May 2018, 21:52:38 UTC
2bad8cc Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer 22 May 2018, 17:28:10 UTC
156ff07 Fix support to add dependencies on wheel packages 22 May 2018, 00:28:17 UTC
796b59d Adding a special op to proxy operands to optimized implemenations such as Halide 21 May 2018, 19:39:44 UTC
60a7beb Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer 21 May 2018, 09:05:21 UTC
c8c0fd6 Expose maxErrors in python 19 May 2018, 05:39:52 UTC
190398c Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer 19 May 2018, 00:23:41 UTC
c6c8fa4 Support defining mbsize stream for UserDeserailizer 18 May 2018, 23:37:16 UTC
d0b4d1e Merge branch 'pull/3163' 18 May 2018, 03:54:31 UTC
cc62c93 Removing Hard Tabs 15 May 2018, 21:01:39 UTC
a8aace8 Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer 15 May 2018, 17:22:20 UTC
4d25aa6 Integrate liqun/lstmblk into master 14 May 2018, 21:32:37 UTC
7d27fc9 Merge branch 'peykash/initializer' of https://github.com/Microsoft/cntk into peykash/initializer 14 May 2018, 19:46:48 UTC
fefa63c Addressing CR Feedback - Replacing Tabs with spaces 14 May 2018, 18:31:01 UTC
19f7eb6 Addressing CR feedback 14 May 2018, 18:31:01 UTC
6344f58 Adding Initializer (instead of Constant) upon saving CNTK models in ONNX format 14 May 2018, 18:31:01 UTC
f774f31 Generating .Net Standard Assembly 14 May 2018, 15:07:20 UTC
a02752e Use O_TRUNC when saving ONNX models to prevent possible file corruption. 11 May 2018, 17:15:20 UTC
cf03d9a Making the int8 data serialized in to byte array at the protobuf layer 09 May 2018, 23:21:37 UTC
8f28edd put LSTM sub net into LSTM block 09 May 2018, 15:09:49 UTC
e7e8723 Fixes a memory leak in user deserializer's swig code. 08 May 2018, 18:19:42 UTC
fa273cc test up to 10 state variables in recurrence instead of the current 3 08 May 2018, 13:41:28 UTC
367a13d Fix bugs in no-backprop gradients ops and adding unit tests. 08 May 2018, 00:55:50 UTC
5a587b3 Implemented eye_like Op and the depedent SetDiagonalValue methods for CPU and GPU sparse matrices. 06 May 2018, 04:24:59 UTC
794e497 Addressing CR Feedback - Replacing Tabs with spaces 04 May 2018, 18:41:19 UTC
c54d1b3 Addressing CR feedback 04 May 2018, 07:38:53 UTC
2563e9c Adding Initializer (instead of Constant) upon saving CNTK models in ONNX format 04 May 2018, 01:08:57 UTC
b24814e add more ONNX tests for OptimizedLSTM op 03 May 2018, 00:31:07 UTC
7cc3762 Functionality to specify list of tests to run via line-delimied file 02 May 2018, 20:58:22 UTC
936659c fix build break 02 May 2018, 18:35:26 UTC
d39bc83 Fixes for UWPBuilds - Using installed version of the Windows Universal SDK - Removed hard-coded version number - Leveraging common settings in CNTK.Cpp.props and CNTK.Common.props - Updating version for jenkins build - Temporarily disabling CNTKLibraryCPPUWPEvalExampleTests 02 May 2018, 15:13:15 UTC
96dc7fc Fixing the basline for math tests 01 May 2018, 21:34:59 UTC
c0d5386 Adding int8 support for NDArrayView 01 May 2018, 18:40:05 UTC
bbf20c0 Restore number mistaken for version. 30 April 2018, 18:18:07 UTC
8250d54 Added a missing state variable in the recurrence_from_10 function 27 April 2018, 09:27:00 UTC
51ed19a Integrate db211f1d84965fd56f450cd4592f0c99b3b1d99c into master 27 April 2018, 01:46:53 UTC
de5621c Fixing Convolution layer doc to include dilation and groups arguments. 25 April 2018, 22:30:51 UTC
adf4826 Merge pull request #3156 from MalKeshar/patch-1 Allow to add extra cxxflags via env 25 April 2018, 17:59:22 UTC
ea47e04 Increased the number of state variable accepted by Recurrence 25 April 2018, 14:24:21 UTC
98dc8e4 Integrate gloch/fix_native_proposallayerlib into master 24 April 2018, 21:23:28 UTC
back to top