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

425 Коммитов

Автор SHA1 Сообщение Дата
Mark Hillebrand a1e10ff9e7 Bump version numbers 2017-04-21 15:58:00 +02:00
Eldar Akchurin ed2f97311c Fixing compilation of CPUMatrix on Windows: heap overflow fixed 2017-04-19 10:59:53 +02:00
Amit Agarwal c7c2547f55 CNTK v2 library: Fixed handling of references of existing netowrk matrix storage handed out from Forward/Backward 2017-04-14 01:33:24 -07:00
Amit Agarwal 1f23f6e161 CNTK v2 library: Add ability to register and instantiate native C++ user-defined functions from python 2017-04-14 01:33:24 -07:00
Project Philly 5a25d3ecce Integrate jqian/wip/gdr into master 2017-04-13 16:23:44 -07:00
Junjie Qian bc04458bda Do gradients allreduce aggregation with GPUDirect RDMA
1. Iallreduce with cuda-aware not supported
ref: https://www.open-mpi.org/faq/?category=runcuda#mpi-apis-no-cuda
2017-04-13 09:16:37 -07:00
Mark Hillebrand 3542533708 Py 3.6 build & test 2017-04-13 14:19:19 +02:00
Zhou Wang 071367f8cb further reduce # instance of version defintions 2017-04-12 15:08:56 +02:00
Eldar Akchurin 0ec0a2af87 Some memory optimizations and refactoring of HTK deserializer 2017-04-07 15:56:47 +02:00
Eldar Akchurin 9af17fa354 Introducing chunked mlf deserializer 2017-04-06 16:52:51 +02:00
Mark Hillebrand 861bfbd714 Bump versions 2017-04-03 18:16:31 +02:00
Eldar Akchurin ca3ba7fc62 Splitting Trainer and Evaluator 2017-03-27 09:32:47 +02:00
Friedel van Megen 20422fc5a3 removed comment 2017-03-22 14:50:05 +01:00
Friedel van Megen c40639c3ed update latest comments 2017-03-22 14:19:14 +01:00
Friedel van Megen e27fa18d0a fix typo in makefile 2017-03-21 20:39:28 +01:00
Friedel van Megen f599fe0619 renaming cntk.library to cntk.core
(thats what other apps link to)
2017-03-21 17:45:46 +01:00
Friedel van Megen e8cf030d72 fix names based on Eldar's comments. 2017-03-21 17:34:43 +01:00
Friedel van Megen 45421e403c adding version to makefile as well 2017-03-21 00:15:57 +01:00
Friedel van Megen 07915f01d0 stringify 2017-03-20 16:56:30 +01:00
Friedel van Megen 9760a34f92 escaping " 2017-03-20 16:48:54 +01:00
Friedel van Megen 6242f6cfaf adding version to every compile 2017-03-20 16:43:43 +01:00
Friedel van Megen 87914900c5 modifying linux build file 2017-03-20 15:37:15 +01:00
Alexey Reznichenko 66c922b2e0 Fix second gpu detection in GPUMatrixTests 2017-03-09 18:11:04 +01:00
Project Philly b0246324a1 Integrate qiwye/asgd-fix into master 2017-03-08 06:52:02 -08:00
PengchengHe 0df54d8333 Enable python setup in debug bits 2017-03-08 01:38:37 +00:00
Qiwei Ye 00b0b0c2d1 Merge branch 'master' into asgd-fix 2017-03-06 23:40:44 +08:00
Amit Agarwal de6371bb0d CNTK v2 library: C++ user-defined Function example 2017-03-01 18:11:10 -08:00
Qiwei Ye 7311c5b1cf bug fix: Alter Makefile to compile with MVAPICH2 2017-02-28 10:51:28 +08:00
Alexey Reznichenko bfded7153f A few minor reader improvements
CNTK Binary Reader: make 'randomize' default to 'true'
  Refactor code that parses 'randomizationWindow' config value to
  a function in ReaderUtil.
2017-02-27 14:07:14 +01:00
NORTHAMERICA\vistepan a23d0f5b43 Refactor progress tracking API. 2017-02-21 21:16:14 -08:00
Zhou Wang 648950f9be add nuget package reference to project files
fix tabs

remove NDEBUG defintion from example projects

fix extra spaces
2017-02-17 22:49:17 +01:00
Zhou Wang 50c899f8ff update makefile for C++ eval examples and test on CPU and GPU 2017-02-17 22:49:16 +01:00
Project Philly 77bf76c84b Integrate fmegen/aarch64/mpi into master 2017-02-17 04:57:40 -08:00
Friedel van Megen c6ed040c09 Merge branch 'master' into fmegen/aarch64/mpi
# Conflicts:
#	Source/1BitSGD
2017-02-17 09:31:13 +01:00
Chris Basoglu 7ea9a1c6e6 Add built header to progress_print 2017-02-16 15:28:07 -08:00
Project Philly b7d4945a8e Integrate t-ivrodr/v2tests_to_boost_squashed into master 2017-02-09 05:24:10 -08:00
Mark Hillebrand f0b8038ea5 Makefile: remove rules for BinaryReader.so (legacy reader, never built on Linux) 2017-02-09 12:07:39 +01:00
Mark Hillebrand d7d6d2a554 Python: Linux wheels: package only libs relevant for CNTK v2 2017-02-09 12:07:39 +01:00
Ivan Rodriguez 57b7587917 Converting current v2 library unittests to boost framework.
Some of them were joined in a single project of e2e tests.
2017-02-08 15:22:49 +01:00
Alexey Reznichenko fbb53d2d92 Bundle all fseide fixes for denom sharing in BN
Collect all of Frank's changes related to fixing the shared denominator
  in Batch Normalization node in a single commit. Patch up BS/NDL config
  builders and model loaders to add an extra input for 'running mean
  sample counter' on the fly. Same for loading V2 model the only define 5
  inputs for BN functions.
2017-02-03 16:31:05 +01:00
Amit Agarwal 566355231c CNTK v2 library: Add support for precompute nodes in LoadLegacyModel 2017-02-02 01:29:19 -08:00
Friedel van Megen 3acb0edf7a Merge branch 'master' into fmegen/aarch64/mpi
# Conflicts:
#	Makefile
#	Source/1BitSGD
#	configure
2017-01-31 14:20:07 +01:00
NORTHAMERICA\vistepan 02709cafc1 Merge branch 'master' into vistepan/tensorboard-support 2017-01-26 15:53:51 -08:00
Zhou Wang 8a7d1f8893 change EVALV2_SAMPLE_CLIENT to CNTKLIBRARY_CPP_EVAL_EXAMPLES in Makefile 2017-01-24 17:20:17 +01:00
NORTHAMERICA\vistepan 45e429d0f3 Initial support for writing TensorBoard event files. 2017-01-20 22:51:32 -08:00
Eldar Akchurin 6a2249a99c Introducing training session object 2017-01-17 10:22:41 +01:00
Zhou Wang 1690fa89f0 Add samples for Eval V2
- add device specifier when loading model
- rename CPPEvalV2Client to CNTKLibraryCPPEvalExamples
- rename CNTKLibraryManagedExamples to CNTKLibraryCSExamples
- rename CNTKLibrarymanagedExamples to CNTKLibraryCSExamples
- add CNTKLibraryCSEvalGPUExamples and CNTLibraryEvalExamples.sln
- complete examples
- update project configuraitons
- rename program.cs to Program.cs; update packages.config
- rename CNTKLibraryCPP/CSExamples to CNTKLibraryCPP/CSEvalexamples
- remove AnyCPU
- add file header, adapt output message
2017-01-16 20:09:59 +01:00
KeDengMS 4505c48fd0 [CNTK core] sparse GPU impl of FSAdagrad and RmsProp
Also fix a bug in dense GPU MultiplyAndWeightedAdd that garbage data may get in via resize
2017-01-12 21:26:56 -08:00
Vadim Mazalov 9deeb31a1e Update unittest baseline 2017-01-12 17:43:07 -08:00
Mark Hillebrand 18f35d7da6 Address CR comments 2017-01-11 13:22:47 +00:00