https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
ba5b66a Re-enable all python and doctests 11 July 2018, 20:28:23 UTC
1f17623 Disable test_unpack_axis_times_transpose_unpack_axis test 06 July 2018, 02:52:00 UTC
c318917 Disable test_override_deserialize test 05 July 2018, 23:58:15 UTC
2be0f92 Update protobuf to 3.5.2 05 July 2018, 23:50:35 UTC
d6b9a7b Disable test_cntk_205_artistic_style_transfer_evalCorrect test ================================== FAILURES =================================== ____________ test_cntk_205_artistic_style_transfer_evalCorrect[0] _____________ nb = {'cells': [{'cell_type': 'markdown', 'metadata': {}, 'source': '# CNTK 205: Artistic Style Transfer\n\nThis tutorial s...' nbconvert_exporter': 'python', 'pygments_lexer': 'ipython3', 'version': '3.5.2'}}, 'nbformat': 4, 'nbformat_minor': 1} def test_cntk_205_artistic_style_transfer_evalCorrect(nb): testCell = [cell for cell in nb.cells if cell.cell_type == 'code' and re.search('objfun.xstar', cell.source)] assert len(testCell) == 1 actual_objective = float(testCell[0].outputs[0]['data']['text/plain']) > assert abs((actual_objective-expected_objective)/expected_objective) < relative_tolerance E assert 0.5910995812563777 < 0.1 E + where 0.5910995812563777 = abs(((503239.69 - 316284.22) / 316284.22)) 05 July 2018, 22:59:18 UTC
f468505 Disable test_both_flavors_of_user_functions test 05 July 2018, 22:49:25 UTC
8c6efda Disable test_op_transpose_times test 05 July 2018, 21:44:55 UTC
520b0fd Disable test_op_times 05 July 2018, 21:44:36 UTC
3ca7f0d Disable test_op_batch_times test 05 July 2018, 21:44:36 UTC
eb655b7 Disable test_unpack_axis_times_transpose_unpack_axis test 05 July 2018, 18:15:50 UTC
094fa49 Disable test_free_static_axis_times_free_static_axis test 05 July 2018, 16:41:02 UTC
4a7e0ec Disable test_factor_dense 05 July 2018, 04:43:23 UTC
8750b7d Disable CNTKv2Python/ModuleTests: factorization_test.py::test_svd_factorization Crash: CNTKv2Python/ModuleTests: ../../../../../anaconda-envs/cntk-py35/lib/python3.5/site-packages/cntk/contrib/netopt/test/factorization_test.py::test_svd_factorization /home/ubuntu/workspace/Tests/EndToEndTests/CNTKv2Python/ModuleTests/run-test: line 13: 65467 Aborted (core dumped) py.test "$MODULE_DIR" --verbose --deviceid $TEST_DEVICE 03 July 2018, 18:42:27 UTC
7f5ccb7 Fix numpy print options 02 July 2018, 20:47:38 UTC
5a51730 numpy 1.11.3 02 July 2018, 05:22:51 UTC
067859c Disable doctest to test if failures still happen 02 July 2018, 04:04:21 UTC
328da90 Fix numpy on py27 01 July 2018, 23:21:42 UTC
17c2781 Fix doctest 01 July 2018, 22:56:53 UTC
536dc16 Fix numpy version to 1.13.3 01 July 2018, 22:56:40 UTC
b150526 Fix doctest and legacy print of numpy 01 July 2018, 20:34:09 UTC
9576a33 Fix mycmp and conftest.py 01 July 2018, 17:33:04 UTC
ea6f636 Enable doctests with space normalization and legacy print 01 July 2018, 05:36:23 UTC
b749405 Disable Keras-2.0.6 tests. Hanging on BLRG 30 June 2018, 21:05:42 UTC
040df4b Fix pandas-datareader bug 30 June 2018, 15:03:41 UTC
8e68a74 Fix doctests formatting 30 June 2018, 15:03:41 UTC
aa585e7 Fix due to new gym module 30 June 2018, 15:03:41 UTC
88df2bb Fix due to newer numpy 30 June 2018, 15:03:41 UTC
b93ff2e Fix bindings/python/doc/*.rst tests 30 June 2018, 15:03:26 UTC
48528ed Update pytest anaconda and miniconda and CNTK YML files 30 June 2018, 15:03:25 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
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
back to top