liqunfu
c98623561f
Merge pull request #3252 from Microsoft/liqun/ONNXQuickStage2
...
update onnx 1.2.1
2018-06-08 14:27:52 -07:00
liqfu
bc71c7e151
updatre onnx 1.2.1
2018-06-08 13:15:45 -07:00
Thiago Crepaldi
9e8d093cea
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
2018-06-08 10:13:12 -07:00
Spandan Tiwari
f2192a145c
Check groups attribute existence in convolution op ONNX export.
2018-06-07 10:20:02 -07:00
Spandan Tiwari
2b326401c0
Adding model domain to ONNX model export.
2018-06-07 10:16:16 -07:00
David Brownell
5d92880a21
Removing old buildinfo.h files hanging around
2018-06-06 16:36:23 -07:00
David Brownell
c42a444b87
Side-by-Side compilation for Windows and Linux
2018-06-06 11:50:19 -07:00
David Brownell
7882cf052b
Building .Net Core on Linux
2018-06-06 08:38:54 -07:00
liqun fu
cdb9afb6ea
Add ONNX 1.2 support
2018-06-04 16:35:49 -07:00
Yuqing Tang
199bc5c30b
Fixed a cloning bug in placehoder shape information
2018-06-03 12:12:09 -07:00
Sergii Dymchenko
0642d734c3
Fix ONNX compatibility issues when exporting Select.
2018-05-25 10:15:46 -07:00
Sergii Dymchenko
cb99bd6325
Address review comments.
2018-05-25 10:15:46 -07:00
Sergii Dymchenko
8d3e1fa0b7
Add CNTK element_select to ONNX conversion.
2018-05-25 10:15:46 -07:00
Jaliya Ekanayake
6d5ed45bbf
Merge branch 'jaliyaek/dynamicaxis'
2018-05-25 06:56:17 +00:00
Jaliya Ekanayake
6bd9d286ea
Fix the missing dynamic axis for CustomProxyOp
2018-05-24 15:15:13 -07:00
Sergii Dymchenko
8b8027fb77
Fix Elu export to ONNX.
2018-05-24 10:00:39 -07:00
Thiago Crepaldi
f49c174f2d
Merge branch 'jaliyaek/int16'
2018-05-23 21:42:30 +00:00
Jaliya Ekanayake
0d52225685
fix the test failure
2018-05-23 09:56:34 -07:00
Jaliya Ekanayake
ab5bd88bb1
fix cr suggestions
2018-05-22 23:25:14 -07:00
Jaliya Ekanayake
cce690e8d4
Adding int16 support for model saving in CNTK
2018-05-22 14:52:38 -07:00
Peyman Manikashani
2bad8cc95a
Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer
2018-05-22 10:28:10 -07:00
Thiago Crepaldi
156ff07be8
Fix support to add dependencies on wheel packages
2018-05-21 17:28:17 -07:00
Jaliya Ekanayake
796b59dad1
Adding a special op to proxy operands to optimized implemenations such as Halide
2018-05-21 12:39:44 -07:00
Peyman Manikashani
60a7bebe8f
Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer
2018-05-21 02:05:21 -07:00
Vadim Mazalov
c8c0fd695b
Expose maxErrors in python
2018-05-18 22:39:52 -07:00
Peyman Manikashani
190398cb92
Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer
2018-05-18 17:23:41 -07:00
Yuqing Tang
c6c8fa45a2
Support defining mbsize stream for UserDeserailizer
2018-05-18 16:37:16 -07:00
Ke Deng
d0b4d1e9b2
Merge branch 'pull/3163'
2018-05-18 03:54:31 +00:00
Peyman Manikashani
cc62c93bb1
Removing Hard Tabs
2018-05-15 14:01:39 -07:00
Peyman Manikashani
a8aace82ad
Merge branch 'master' of https://github.com/Microsoft/cntk into peykash/initializer
2018-05-15 10:22:20 -07:00
Project Philly
4d25aa65ce
Integrate liqun/lstmblk into master
2018-05-14 21:32:37 +00:00
Peyman Manikashani
7d27fc97fa
Merge branch 'peykash/initializer' of https://github.com/Microsoft/cntk into peykash/initializer
2018-05-14 12:46:48 -07:00
Peyman Manikashani
fefa63c1ed
Addressing CR Feedback - Replacing Tabs with spaces
2018-05-14 11:31:01 -07:00
Peyman Manikashani
19f7eb6455
Addressing CR feedback
2018-05-14 11:31:01 -07:00
Peyman Manikashani
6344f58978
Adding Initializer (instead of Constant) upon saving CNTK models in ONNX format
2018-05-14 11:31:01 -07:00
David Brownell
f774f31d48
Generating .Net Standard Assembly
2018-05-14 08:07:20 -07:00
Sergii Dymchenko
a02752ef96
Use O_TRUNC when saving ONNX models to prevent possible file corruption.
2018-05-11 10:15:20 -07:00
Jaliya Ekanayake
cf03d9a780
Making the int8 data serialized in to byte array at the protobuf layer
2018-05-09 16:21:37 -07:00
liqfu
8f28eddbd4
put LSTM sub net into LSTM block
2018-05-09 08:09:49 -07:00
Mudit Jain
e7e872370d
Fixes a memory leak in user deserializer's swig code.
2018-05-08 11:19:42 -07:00
delzac
fa273cc240
test up to 10 state variables in recurrence instead of the current 3
2018-05-08 21:41:28 +08:00
Yuqing Tang
367a13d0ee
Fix bugs in no-backprop gradients ops and adding unit tests.
2018-05-07 17:55:50 -07:00
Yuqing Tang
5a587b376d
Implemented eye_like Op and the depedent SetDiagonalValue methods for CPU and GPU sparse matrices.
2018-05-05 21:24:59 -07:00
Peyman Manikashani
794e497e62
Addressing CR Feedback - Replacing Tabs with spaces
2018-05-04 11:41:19 -07:00
Peyman Manikashani
c54d1b38f8
Addressing CR feedback
2018-05-04 00:38:53 -07:00
Peyman Manikashani
2563e9c2f2
Adding Initializer (instead of Constant) upon saving CNTK models in ONNX format
2018-05-03 18:08:57 -07:00
liqfu
b24814ec8d
add more ONNX tests for OptimizedLSTM op
2018-05-02 17:31:07 -07:00
David Brownell
7cc37623b5
Functionality to specify list of tests to run via line-delimied file
2018-05-02 13:58:22 -07:00
Jaliya Ekanayake
936659c256
fix build break
2018-05-02 11:35:26 -07:00
David Brownell
d39bc83f7d
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
2018-05-02 08:13:15 -07:00