Wolfgang Manousek
5ecc834722
updating links to old wiki - referencing now the doc site
2017-06-07 15:55:34 +02:00
Mark Hillebrand
d6b55e28af
Bump version numbers
2017-06-01 15:12:14 +02:00
Amit Agarwal
71b8a35771
CNTK v2 library: Add Binary convolution native user-defined Function library.
2017-05-27 22:52:08 -07:00
Mark Hillebrand
8dc56e2d7c
Bump version numbers
2017-05-24 14:01:23 +02:00
Eldar Akchurin
98ac0be1c2
Ability to choose mbsize based on stream
2017-05-18 18:02:37 +02:00
Zhou Wang
dd91e95512
remove -DSWIG from javabidning on Linux
2017-05-12 18:28:47 +02:00
Ratan Rai Sur
9dc60f2c80
add -DSWIG to java c++ wrapper compilation for compatibility with udf serialization
2017-05-10 00:20:19 -04:00
Ratan Rai Sur
c6de4db35a
Java Bindings (squashed)
...
adding some doc
use $$
add comments
automatically loadLibrary in java
semicolon
removing .iml
add more dependencies
move java static block code to cntk_java.i
remove also class files.
Adding .java files to jar
changing test location
typo
ignore DeviceDescriptorVector size constructor
DRY in Main.java
use List interface instead of ArrayList implementation
moving test location, expanding tests to gpu, fixing comments
move linux java tests
updating baseline.txt
2017-05-10 00:20:18 -04:00
Alexey Reznichenko
5bc3661988
Improve UDF serialization
...
* Add a base class for User-Defined Functions
* Add support for native udf serialization
* Change API to accept std::function callbacks
2017-05-09 10:08:23 +02:00
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