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

15723 Коммитов

Автор SHA1 Сообщение Дата
Project Philly 69a95f8875 Integrate liqun/RNNBlk2 into master 2018-04-23 17:01:48 +00:00
Sergii Dymchenko 401e511d52 Use TLS 1.2 in devInstall script. 2018-04-19 17:09:26 -07:00
libohanr100 baf3c66d49 change cprintf to use vsnprintf (#3124)
change cprintf to use vsnprintf
2018-04-19 13:05:55 -07:00
Joe Pettersson 0b78d90277
(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
2018-04-19 17:46:11 +01:00
Thiago Crepaldi 133d34636c Update documentation for 2.5.1 2018-04-17 16:10:34 -07:00
Thiago Crepaldi e2375594e0 Bump release version to 2.5.1 2018-04-17 16:06:45 -07:00
Thiago Crepaldi 78a5ff38a6 Add support to build wheel packages with third party libs 2018-04-17 16:02:21 -07:00
Spandan Tiwari 0b9b253380
Added group convolution to current_iteration .md 2018-04-17 13:34:14 -07:00
Namgoo Lee db211f1d84 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.
2018-04-16 01:16:59 +00:00
Project Philly 1ffdc6e605 Integrate sptiwari/shufflenet into master 2018-04-14 05:53:15 +00:00
Spandan Tiwari cf839dcdb5 Fixing ONNX BatchNormalization implementation to match spec. 2018-04-13 16:14:34 -07:00
Thiago Crepaldi 2e7bbaad22 Fix windows script to install cntk from binary drop 2018-04-13 15:11:48 -07:00
liqfu cd9285c876 make GRU/RNNStep blocks, issue 3084 to expose BlockArgumentsMapping 2018-04-13 14:12:45 -07:00
Project Philly 89db0058ce Integrate kedeng/RNNfp16_2 into master 2018-04-12 20:23:41 +00:00
KeDengMS 5e0856e47e Fix bugs for fp16 in RNN and BMUF
Note that sparse embedding is still not working yet.
2018-04-11 15:35:08 -07:00
Junjie Qian 8bd55b3c0c Donot abort early if some ranks failed to initial NCCL 2018-04-11 15:06:56 -07:00
Spandan Tiwari 09e25a47fa Moving group convolution implementation to use cuDNN7 and MKL2017 APIs. 2018-04-11 10:26:15 -07:00
Thiago Crepaldi 6e7ff0e974 Add requirements check for CNTK during Python module import 2018-04-09 17:16:59 -07:00
Project Philly d3d26d096a Integrate v-rodemo/fix-batchnorm-freedimension into master 2018-04-09 23:39:20 +00:00
Jaliya Ekanayake 82c8c6972b Fixing the reader lib bug when number of samples in a chunk is less than the number of workers 2018-04-07 23:18:46 -07:00
mx-iao d4781c16ed
updating script to use new learning APIs 2018-04-06 12:05:45 -07:00
Igor Macedo Quintanilha 0b5b100513 Added test for batch norm spatial shape inference 2018-04-06 16:19:39 +00:00
Project Philly ca0f889508 Integrate yuqtang/StageGradOnGatherIndices into master 2018-04-04 22:30:13 +00:00
Project Philly 455aef80ee Integrate vadimma/fb into master 2018-04-04 07:48:31 +00:00
Vadim Mazalov 0ebaed4f2a Add an assert for defining serializer 2018-04-03 13:35:13 -07:00
Vadim Mazalov 5afcff3c2e Fix definesMbSize config in bundler 2018-03-28 15:16:16 -07:00
Yuqing Tang 90a41f6a10 Enabled gather op indcies be computed from parameters. 2018-03-27 16:48:11 -07:00
Thiago Crepaldi a7453ed079
Merge pull request #3065 from Microsoft/szhao/fixsample
Update cntk version to 2.5 in the sample
2018-03-26 15:06:07 -07:00
Sheng Zhao (SPEECH) 09cdc6c0be fix the cntk version in the sample 2018-03-24 18:45:46 +08:00
Roberto de Moura Estevão Filho e6cb4c59b7 Fix spatial batchnorm parameter inference with FreeDimension 2018-03-23 19:57:45 +00:00
Project Philly ed4bd3b98d Integrate jaliyaek/recur_checkin into master 2018-03-23 01:33:54 +00:00
Thiago Crepaldi a5e0912a27 Fix automated cntk install script for windows 2018-03-22 17:16:50 -07:00
Project Philly 5b04f46aa4 Integrate sptiwari/add_rnn_to_ornn2 into master 2018-03-22 23:24:40 +00:00
Jaliya Ekanayake 73c2046e88 Adding recurrence support to user defined functions. This enables UDF to be called inside recurrent loops. 2018-03-22 11:44:09 -07:00
Spandan Tiwari 3f7246991e Adding ONNX support for rnnReLu and rnnTanh in OptimizedRNNStack. 2018-03-22 11:24:32 -07:00
Project Philly 65961c9c19 Integrate liqun/2954 into master 2018-03-21 22:44:06 +00:00
Project Philly 82142f0aeb Integrate muditj/FixNoRandomizerBug3 into master 2018-03-21 21:19:55 +00:00
Project Philly aab2567d17 Integrate liqun/RNNStage into master 2018-03-21 19:23:28 +00:00
Mudit Jain c8c02bfc11 Fix no randomizer bug where workers see duplicate data 2018-03-21 11:57:19 -07:00
liqfu 3e83c56b8f issue 2954: c# API memory leak 2018-03-21 11:14:28 -07:00
liqfu 08ba96951c support ONNX RNN 2018-03-21 09:57:54 -07:00
Project Philly 3a229624be Integrate sptiwari/mean_var_norm_issue into master 2018-03-21 05:23:48 +00:00
KeDengMS 92b7b272a3 Update .clang-format to remove column limits
Otherwise too much code change when formatting with clang-format
2018-03-20 18:57:47 -07:00
Spandan Tiwari 7068329466 Fixes to mean_variance_normalization and ONNX LSTM to run Office models. 2018-03-20 10:53:06 -07:00
Junjie Qian 10c327e7f6 No aggregation or NCCL initialization if only one node used
undef _SCL_SECURE_NO_WARNINGS for training
2018-03-19 09:54:41 -07:00
Junjie Qian 542406d130 No need to aggregate with one worker in brainscript
Remove msg printint GPU UUID
2018-03-19 09:50:09 -07:00
Project Philly 91dbed4401 Integrate vadimma/readse into master 2018-03-17 20:32:53 +00:00
Thiago Crepaldi 6942ad1632 Update README.md with correct links to examples 2018-03-16 19:59:16 -07:00
KeDengMS 7e1a653c60 Update README and .clangformat 2018-03-16 17:46:46 -07:00
Thiago Crepaldi 296ac76f76 Preparing Release 2.5 - update documentation 2018-03-16 15:21:50 -07:00