Alexey Reznichenko
b510f3a55c
Remove SGDLib form CNTKv2LibraryDll dependencies
2016-10-27 16:40:19 +02:00
Mark Hillebrand
2bac5028d5
Fix references to renamed CifarDownload.py and mnist_convert.py scripts
...
Related: #928 .
2016-10-27 09:55:34 +02:00
Mark Hillebrand
e58abac01c
Move { -> Examples/}Tutorials, Examples/{Tutorial -> Tutorials/LogisticRegressionAndMultiClass}
2016-10-21 10:42:20 +02:00
Eldar Akchurin
f3289b0f84
First version of distributed aggregator for v2
2016-10-19 13:49:10 +02:00
Mark Hillebrand
63de165443
CNTK.sln: add missing project dependencies for PythonBindings.vcxproj
2016-10-18 10:29:54 +02:00
Project Philly
2607c39494
Integrate jiajia/IRMetricV3 into master
2016-10-14 18:44:36 -07:00
Jian Jiao
23bea0bbe6
remove multiplier on gradient
2016-10-14 14:36:28 -07:00
KeDengMS
d7e02247a8
Add Release_NoOpt flavor for python debugging
2016-10-14 14:21:23 -07:00
Jian Jiao
29c5d0d28b
merge master
2016-10-14 10:00:06 -07:00
Jian Jiao
e33d6ea56f
add linux baseline | bump model version
2016-10-14 09:53:43 -07:00
Jian Jiao
bf072cfc59
fixed comments iter5
2016-10-12 12:05:59 -07:00
Mark Hillebrand
c4476793d3
Add project for CNTK v2 Python build, bindings\python\PythonBindings.vcxproj.
...
Configure via:
%SWIG_PATH% - points to the folder with SWIG binary, version >= 3.0.10
%CNTK_PY34_PATH% - path(s) to your Python 3.4 installation / environment
2016-10-12 18:20:39 +02:00
Jian Jiao
aa7b2ebfce
merge | fix comments
2016-10-07 15:17:58 -07:00
Adalberto Foresti
0bc0a8d19d
Deleted duplicate file. Removed unused typedefs
...
Deleted redundant copy of basetypes.h in the Kaldi2reader folder.
Removed unused typedefs that aliased string types in remaining
basetypes.h
2016-10-03 14:09:09 -07:00
Frank Seide
744de9b5f1
added --unk option to txt2ctf.py;
...
deleted accidentally added Solution Folder which snuck in
2016-09-21 09:26:15 -07:00
Frank Seide
3d5c305a70
added a project for the PY examples, and a skeleton for E2E ASR
2016-09-15 18:42:46 -07:00
Zhou Wang
1c32068530
remove unused solution folder
2016-09-07 09:09:39 +02:00
Zhou Wang
0f481b40bb
move CSEvalClientTest to E2ETests/EvalClientTests/ for preparation of running them as E2E test. Change intermediate output directory of CSEvalClient to .build
2016-09-02 18:08:56 +02:00
Zhou Wang
2a10abd26d
move CPPEvalClient-CntkSln and CSEvalClient-CntkSln to Tests/EvalClients
2016-08-30 16:37:49 +02:00
Mark Hillebrand
533c42b335
Fixes for X.cntk -> X_ndl_deprecated.cntk config name changes
2016-08-30 14:21:11 +02:00
Mark Hillebrand
82d19034be
Merge remote-tracking branch 'origin/zhouwang/evalsdk' into mahilleb/CifarDownload
2016-08-29 14:59:12 +02:00
Zhou Wang
16009f1388
rename project files, address CR comments
2016-08-29 14:16:12 +02:00
Mark Hillebrand
a8135e1808
Fix inconsistent naming for CIFAR download script
2016-08-29 11:37:50 +01:00
Mark Hillebrand
7f934e70dd
Examples/Evaluation: published eval clients all in same directories
...
When included from CNTK.sln, use {CS,CPP}EvalExamples-FromCntkSln.
Change Windows binary drop script to remove the latter.
2016-08-29 11:21:19 +02:00
Frank Seide
32c9d11947
added e2e tests for LSTM Layers and cudnn5, missing baselines
2016-08-24 19:29:46 -07:00
Frank Seide
5b969bac70
merged from master. Undid the ClassificationError baseline updates due to merge conflicts
2016-08-22 14:36:28 -07:00
Frank Seide
363f1e5809
changed some more baselines from ErrorPrediction to ClassificationError
2016-08-22 13:27:40 -07:00
Ivan Rodriguez
3b6f6870b7
Modify brainscript tests projects to start with computation network tests
2016-08-17 08:12:03 +02:00
Frank Seide
ac381271dc
updated ResNet solutions
2016-08-14 11:37:48 -07:00
Frank Seide
83ba229429
fixed up Tutorials in Solution;
...
modified ImageHandsOn ResNet
2016-08-14 10:33:01 -07:00
Frank Seide
b6742c23ff
added _Solution versions of SLUHandsOn up to Solution4
2016-08-13 22:11:28 -07:00
Frank Seide
4c61d0c385
SLUHandsOn starting model
2016-08-13 20:14:49 -07:00
Frank Seide
f5e77e4efb
minor fixes
2016-08-13 12:39:27 -07:00
Frank Seide
c7df94d68c
creating final version of ImageHandsOn
2016-08-13 11:21:37 -07:00
Frank Seide
5cd5ec8842
converted seqcla to sparse input
2016-08-07 18:34:14 -07:00
Eldar Akchurin
03539cd55b
Fixing dependencies
2016-08-03 14:39:11 +02:00
Ivan Rodriguez
8003758fe2
Clean solution
2016-08-03 12:56:19 +02:00
Ivan Rodriguez
d9a348f7d2
Start for BrainScriptTests module
2016-08-03 12:56:19 +02:00
Amit Agarwal
4164856b1f
CNTK v2 library: Use dynamic loading of CompositeDataReader instead of a static dependency
2016-07-24 18:50:10 -07:00
Amit Agarwal
5b1c217688
CNTK v2 library: Added initial Trainer and MinibatchSource implementations, enabling end-to-end model training with v2 API. A test added to train a feed-forward network on the MNIST dataset using the v2 C++ API
2016-07-22 16:46:09 -07:00
Gaizka Navarro
271476466a
Replaces loading EvalDLL dynamically, with import library.
2016-07-12 09:57:35 +02:00
Eldar Akchurin
bab5374f46
Cleaning up some references to uci2ctf.py
2016-07-07 10:08:21 +02:00
Gaizka Navarro
3b71563f16
Moves ManagedEvalTests under the UnitTests folder in the solution (file paths were already correct).
2016-06-23 09:04:12 +02:00
Gaizka Navarro
1855bab4d9
Fixes typo in CS example
...
Adds reference to Wiki for NuGet package
Removes performance setting
Removes unecessary "using"
2016-06-20 17:14:46 +02:00
Gaizka Navarro
eefb901214
Moves Evaluate Examples (CPPEvalClient, CSEvalClient) under the Examples/Evaluate path
2016-06-20 17:14:42 +02:00
Gaizka Navarro
009ab5a936
Cleans exception serialization
...
Adds serialization test
2016-06-20 17:14:42 +02:00
Gaizka Navarro
2a1438b5de
Applies Clemens' changes and fixes
2016-06-20 17:14:18 +02:00
Gaizka Navarro
1104a7e134
Adds CNTK Eval Extended interface implementation for EvalExtendedWrapper
...
Updates C# example method and CLI EvalWrapper to use ValueBuffer instead of VariableBuffer
Merge with master and re-apply Serialization attributes
Updates EvalWrapper for extended interface
Adds Unit tests for Eval extended managed interface classes.
2016-06-20 17:12:31 +02:00
Mark Hillebrand
a6b19ad966
CNTK.sln: add missing project dependency V2LibraryTests -> CNTKv2LibraryDll
...
Closes #598 .
2016-06-16 10:42:03 +02:00
Amit Agarwal
0ec5b27404
Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library
...
Conflicts:
CNTK.sln
2016-06-14 11:36:37 -07:00