https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
bbf56fa Update MatrixQuantizer_kernel.cu 22 June 2018, 22:43:12 UTC
db8c58d Merge remote-tracking branch 'origin/sparse_cntk' into sparse_agg 12 June 2018, 18:08:44 UTC
58ae6dd gsgs 12 June 2018, 17:51:53 UTC
006ab4b Merge branch 'sparse_cntk' of https://github.com/Microsoft/cntk into sparse_cntk 12 June 2018, 16:13:59 UTC
ce6242b Fix top k selection probability 12 June 2018, 16:09:20 UTC
327c030 onnx 1.2.1 for BatchNorm and Dropout 11 June 2018, 20:09:20 UTC
56c911e Keep unix build the same as before. Surround changes for VS build with ifdefs 11 June 2018, 20:03:31 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
3c4a680 Merge pull request #3245 from rpengms/sparse_cntk Make it to build in VS. 07 June 2018, 18:06:19 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
dc9f4ac Use malloc free 07 June 2018, 16:05:29 UTC
5d92880 Removing old buildinfo.h files hanging around 06 June 2018, 23:36:23 UTC
e27c824 Make it to build in VS. 06 June 2018, 22:11:56 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
dbed7d1 increase packet size 31 May 2018, 22:20:37 UTC
b516f6e Fix bug and do not select TopK on small matrices 31 May 2018, 22:13:48 UTC
a0b1392 sparse cntk for mpi only 26 May 2018, 00:36:08 UTC
e6d993a sparse cntk 25 May 2018, 22:54:38 UTC
8615ca6 sparse gradient aggregation 25 May 2018, 22:12:49 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
d5db843 Add Linux OOBE support 24 April 2018, 20:35:46 UTC
575e21b Fix VS build when source code and VS are in different drives 24 April 2018, 20:09:24 UTC
d1e2c91 Fix native ProposalLayerLib dimensions indexes 24 April 2018, 14:16:20 UTC
e785a2b 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) 24 April 2018, 13:36:56 UTC
51b9c0e Fix conv2d bug when having conv2d over the static axes of sequences. 23 April 2018, 22:55:46 UTC
438f619 Merge pull request #3140 from Joe8Bit/master (chore) Cleanup ./README.md 23 April 2018, 17:35:44 UTC
cd03a71 Update README.md 23 April 2018, 17:35:27 UTC
086073e adding publication date 23 April 2018, 17:31:29 UTC
5a0f072 adding related works reference to DSSM tutorial 23 April 2018, 17:29:47 UTC
116b662 Add Windows OOBE support 23 April 2018, 17:11:52 UTC
ab0ef38 Update dependencies from VS2015 to VS2017 and Anaconda3 4.1.1 to 4.3.1 23 April 2018, 17:11:52 UTC
1964906 Fix PythonBindings build on machines with VS2017 23 April 2018, 17:11:52 UTC
69a95f8 Integrate liqun/RNNBlk2 into master 23 April 2018, 17:01:48 UTC
401e511 Use TLS 1.2 in devInstall script. 20 April 2018, 00:09:26 UTC
baf3c66 change cprintf to use vsnprintf (#3124) change cprintf to use vsnprintf 19 April 2018, 20:05:55 UTC
0b78d90 (chore) Cleanup ./README.md * Reorganise the sections to better reflect the the main use cases of the `READMD.md` e.g. finding out about the project in general, rather than a changelog * Add more and cleanup markdown format (e.g. consistent single backticks for inline code, and python syntax highlighting for code blocks) * Gramatical/syntax fixes 19 April 2018, 16:46:11 UTC
133d346 Update documentation for 2.5.1 17 April 2018, 23:10:34 UTC
e237559 Bump release version to 2.5.1 17 April 2018, 23:06:45 UTC
78a5ff3 Add support to build wheel packages with third party libs 17 April 2018, 23:02:21 UTC
0b9b253 Added group convolution to current_iteration .md 17 April 2018, 20:34:14 UTC
db211f1 Remove unnecessary sys/io.h Machines with aarch64 architecure such as NVIDIA Jetson TX1 does not have sys/io.h. Without this commit, building libCntk.Core-2.5.so fails on a aarch64 machine. It should be safe to completely remove the inclusion of sys/io.h, since it seems that functions in the header are not used by CNTK. 16 April 2018, 01:16:59 UTC
1ffdc6e Integrate sptiwari/shufflenet into master 14 April 2018, 05:53:15 UTC
cf839dc Fixing ONNX BatchNormalization implementation to match spec. 13 April 2018, 23:14:34 UTC
2e7bbaa Fix windows script to install cntk from binary drop 13 April 2018, 22:11:48 UTC
back to top