Граф коммитов

15723 Коммитов

Автор SHA1 Сообщение Дата
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
Jaliya Ekanayake 96dc7fc4a9 Fixing the basline for math tests 2018-05-01 14:34:59 -07:00
Jaliya Ekanayake c0d5386502 Adding int8 support for NDArrayView 2018-05-01 11:40:05 -07:00
Sergii Dymchenko bbf20c0c78 Restore number mistaken for version. 2018-04-30 11:18:07 -07:00
delzac 8250d54898 Added a missing state variable in the recurrence_from_10 function 2018-04-27 17:27:00 +08:00
Project Philly 51ed19ab8b Integrate db211f1d84 into master 2018-04-27 01:46:53 +00:00
Spandan Tiwari de5621cf55 Fixing Convolution layer doc to include dilation and groups arguments. 2018-04-25 15:30:51 -07:00
Thiago Crepaldi adf4826849
Merge pull request #3156 from MalKeshar/patch-1
Allow to add extra cxxflags via env
2018-04-25 10:59:22 -07:00
delzac ea47e04ec4 Increased the number of state variable accepted by Recurrence 2018-04-25 22:24:21 +08:00
Project Philly 98dc8e407e Integrate gloch/fix_native_proposallayerlib into master 2018-04-24 21:23:28 +00:00
Thiago Crepaldi d5db8438b1 Add Linux OOBE support 2018-04-24 13:35:46 -07:00
Thiago Crepaldi 575e21beaa Fix VS build when source code and VS are in different drives 2018-04-24 13:09:24 -07:00
Günter Loch d1e2c91ff2 Fix native ProposalLayerLib dimensions indexes 2018-04-24 14:16:20 +00:00
Alexander Pereyaslavets e785a2b1ed
Allow to add some extra cxxflags via env
Allow to add some extra cxxflags via system env. 

Use cases:
1) https://github.com/Microsoft/CNTK/issues/3155
export CXXFLAGS="-Wno-unused-variable -Wno-sign-compare" 
configure && make

2) Our libc/libstdc has been built with gcc-4.9. So we fail to build cntk in current state with gcc-5 in compatibility mode.
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html

After patching cntk we have successful build:
COMMON_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0 -Wno-unused-variable -Wno-sign-compare" configure && make
(nvcc don't recongnise -W flags)
2018-04-24 16:36:56 +03:00
Yuqing Tang 51b9c0e4c2 Fix conv2d bug when having conv2d over the static axes of sequences. 2018-04-23 15:55:46 -07:00
mx-iao 438f61985e
Merge pull request #3140 from Joe8Bit/master
(chore) Cleanup ./README.md
2018-04-23 10:35:44 -07:00
mx-iao cd03a7168e
Update README.md 2018-04-23 10:35:27 -07:00
mx-iao 086073e57d
adding publication date 2018-04-23 10:31:29 -07:00
mx-iao 5a0f072712
adding related works reference to DSSM tutorial 2018-04-23 10:29:47 -07:00
Thiago Crepaldi 116b662e3f Add Windows OOBE support 2018-04-23 10:11:52 -07:00
Thiago Crepaldi ab0ef383ff Update dependencies from VS2015 to VS2017 and Anaconda3 4.1.1 to 4.3.1 2018-04-23 10:11:52 -07:00
Thiago Crepaldi 1964906b73 Fix PythonBindings build on machines with VS2017 2018-04-23 10:11:52 -07:00