Ratan Rai Sur
0b118c86a5
Enable scripted maven release
...
rename maven-deploy
2018-03-04 16:23:49 -05:00
Ratan Rai Sur
21a71fc384
update groupID to match maven groupid
...
add more maven deploy changes
2018-03-04 16:23:49 -05:00
Ratan Rai Sur
35ce24a606
update java make to make sources and javadoc jars
2018-03-04 16:23:49 -05:00
Ratan Rai Sur
7d8e135899
add pom.xml for maven central publishing
2018-03-04 16:23:49 -05:00
Spandan Tiwari
677cb422b4
Updated MeanVarianceNormalization and LayerNormalization to work with epsilon.
2018-03-02 22:37:13 -08:00
Project Philly
311110d728
Integrate kedeng/fixShapeInfer2 into master
2018-03-02 23:51:13 +00:00
Jaliya Ekanayake
cc30e2ed35
Adding distributed learner support for distributed training
2018-03-01 18:27:34 -08:00
KeDengMS
d7704195da
Fix shape inference in step function for scalar to broadcast
2018-03-01 14:47:46 -08:00
Vadim Mazalov
9af853d131
Ensure we can read model from a different location
2018-03-01 08:10:39 -08:00
Manik Jindal
cc163da46d
Adding nightly builds links in news
...
Adding nightly builds links in news for public visibility.
2018-02-28 15:08:19 -08:00
Manik Jindal
6d487c04a0
Add links to nightly release pages
2018-02-28 14:43:01 -08:00
Manik Jindal
4506effb35
Add support to download WHL packages for RC builds
2018-02-27 16:26:05 -08:00
Project Philly
9c5dba4ab6
Integrate jaliyaek/bugfix_sq into master
2018-02-27 23:47:04 +00:00
Jaliya Ekanayake
bd746943fb
Fix the converter bug that omits cloning parts of the graph
2018-02-27 11:43:53 -08:00
Thiago Crepaldi
772f0d927d
Remove 3rd party libs and debug info wheel packages
2018-02-27 09:29:16 -08:00
Project Philly
69850fdcfd
Integrate 0b31b08f9e
into master
2018-02-27 02:29:55 +00:00
Mark Hamilton
d1925a19d8
Fix dependency loading in java
2018-02-26 15:28:20 -05:00
Mark Hamilton
1d676a0c0f
Add dependencies to java jar
2018-02-26 15:28:20 -05:00
mx-iao
89ba54e947
Updating License to "Cognitive Toolkit" from "Computational Network Toolkit"
2018-02-26 10:31:18 -08:00
Nikolay Amiantov
0b31b08f9e
Include <functional> in EvaluatorWrapper
...
This fixes compilation failure.
2018-02-25 21:03:21 +03:00
KeDengMS
695bdf7bdf
Fix crash in CBF when crossing sweep boundary
...
This fixes issue #2479 #2964
2018-02-23 11:21:23 -08:00
Vadim Mazalov
523af503ea
Minor refactoring
2018-02-21 11:16:19 -08:00
Vadim Mazalov
1c7810760d
Handle malformed lattice
2018-02-21 11:16:19 -08:00
KeDengMS
90321746eb
Disable MKL-DNN for now before we pick up the fix for AMD cache size fix.
...
In MKL-DNN 0.12 release, there's a cache size detection issue causing crash on AMD Ryzen CPUs.
This change disables MKL-DNN to unblock AMD Ryzen users for now.
2018-02-20 16:18:38 -08:00
Manik Jindal
461b82d69f
Move hard-coded CNTK version to a common place
...
This will help to build CNTK for nighlty builds with required CNTK
version. If environment variable 'BUILD_CNTK_VERSION' is set, then CNTK
will be build for that version as a public release('+' won't be appended
to CNTK version). Otherwise hard-coded CNTK version will be used as a
private build (2.4+).
2018-02-20 13:22:59 -08:00
Gabriel Ilharco Magalhaes
84934eda67
Fixing typo
2018-02-20 11:27:11 -08:00
Spandan Tiwari
4017a1664a
Adding mean_variance_normalization CNTK and ONNX op, and LayerNormalization ONNX suort.
2018-02-16 00:41:08 -08:00
Manik Jindal
5f1d710709
Add nightly build badges
2018-02-15 11:22:12 -08:00
Project Philly
e186dddf5b
Integrate vadimma/latpar into master
2018-02-15 18:10:16 +00:00
Vadim Mazalov
e9715709db
Introduce latticeConfigPath to SE node
...
(cherry picked from commit dcdad16d2f
)
2018-02-14 23:33:46 -08:00
KeDengMS
2237dd0988
Add support for FreeDimension in Pooling/Unpooling
2018-02-14 13:27:45 -08:00
Project Philly
54ba085c63
Integrate kedeng/fix201B2 into master
2018-02-14 21:17:15 +00:00
Vadim Mazalov
838a4339bc
Some refactoring
...
(cherry picked from commit 9d2cda718f
)
2018-02-14 12:53:44 -08:00
Vadim Mazalov
c3b6f1f455
Introduce lattice reader verbosity
...
(cherry picked from commit d46516750d
)
2018-02-14 12:53:26 -08:00
Vadim Mazalov
1a1e08c210
Make the lattice deserialization parallel
...
(cherry picked from commit 49612264ec
)
2018-02-14 12:52:56 -08:00
KeDengMS
206db8c601
Fix Tutorial 201B for convergence issue.
2018-02-14 10:01:31 -08:00
tcleberg
aa1b330259
removed dead link
easons to switch to CNTK from Tensorflow from readme.md
2018-02-14 08:58:55 -06:00
Spandan Tiwari
6da340861c
Fix for ONNX ConvTranspose node loading issue.
2018-02-13 16:04:21 -08:00
Spandan Tiwari
aa7447e764
First round of changes for ONNX FreeDimension support.
2018-02-13 11:32:21 -08:00
Dario
0faa4beefa
Fix typo
2018-02-11 18:44:27 +00:00
KeDengMS
19719a656b
Fast tensor ops using MKL
...
- Accelerates some common tensor ops in Intel CPU inference for float32, especially for fully connected networks
- Can be turned on/off by cntk.cntk_py.enable_cpueval_optimization()/cntk.cntk_py.disable_cpueval_optimization()
2018-02-08 22:22:27 -08:00
mx-iao
08bcbdc7a5
Merge pull request #2690 from MingyuJoo/CNTK-2-PretrainedModels
...
Adding ResNet101_ImageNet_CNTK/ResNet152_ImageNet_CNTK in download_model.py.
2018-02-08 16:42:08 -08:00
mx-iao
bd121f61c9
Merge pull request #2843 from kaiidams/kaiidams/typotut206
...
Fixed typos in tutorials.
2018-02-08 16:33:47 -08:00
mx-iao
8b71ff0c3a
Merge pull request #2881 from zingdle/patch-2
...
Remove redundant code in CNTK_204_Sequence_To_Sequence.ipynb
2018-02-08 16:30:07 -08:00
mx-iao
2b94e7d512
Merge pull request #2880 from rnrneverdies/master
...
Fix TensorBoard on_write_test_summary method
2018-02-08 16:27:18 -08:00
mx-iao
06ee7b83a5
Merge pull request #2940 from kazuyaujihara/patch/csexampletypo
...
Fix typo in C# examples
2018-02-08 16:25:21 -08:00
mx-iao
062ce4dfd8
Merge pull request #2822 from tsbertalan/master
...
Grammar fix.
2018-02-08 16:24:11 -08:00
mx-iao
08ba21417a
Update README.md
2018-02-08 16:23:39 -08:00
Project Philly
11425634b5
Integrate sptiwari/onnx_scalar_constant into master
2018-02-08 05:15:07 +00:00
Spandan Tiwari
aa1aaf8340
Bug fix in ONNX broadcasting for scalar.
2018-02-07 17:37:34 -08:00