Frank Seide
7d3e84e773
merged from master
2016-02-29 19:17:35 -08:00
Mark Hillebrand
4d5566d5ac
Experimental HTKMLF Reader (currently only supports frame mode)
2016-02-29 15:54:39 +01:00
Frank Seide
b7b4ca860d
updated AlexNet E2E test
2016-02-26 23:02:49 -08:00
Philipp Kranen
e90f775782
Added comments to MNIST configs
2016-02-02 20:08:31 +01:00
Philipp Kranen
7e424021f5
moving example e2es to E leg, adding all to VS solution
2016-02-02 20:08:31 +01:00
Eldar Akchurin
b9d8961378
Fixing compiler issues + renaming
2016-02-02 14:34:21 +01:00
Mark Hillebrand
93fb8d8283
Rename Source/Readers/{{New -> }ImageReader,Reader{ -> Lib}}
2016-02-02 13:24:37 +01:00
Mark Hillebrand
52d6444920
Add new image reader under new reader architecture
2016-02-02 11:30:15 +01:00
Mark Hillebrand
b0a6e00b8a
Use .cntk as default extension for CNTK configuration files
2016-02-01 10:19:48 +01:00
Frank Seide
b1e2753452
All image samples must take an imageLayout parameter
2016-01-30 11:56:57 -08:00
Frank Seide
bee394dc0b
fixed an incorrect consistency check in TrainOrAdaptModel()
2016-01-30 11:56:54 -08:00
Gaizka Navarro
4fe5fd7251
Modified projects and solution for a new CPUONLY configuration (Debug_CpuOnly and Release_CpuOnly)
...
Added missing CRT_SECURE_NO_WARNINGS to latticeNoGpu.cpp
Added missing reference to Matrix<double> (causing linking issues in Release_CpuOnly)
2016-01-27 16:16:37 +01:00
Gaizka Navarro
c511c8899c
Fixed dependency on Eval.DLL for EvalWrapper.DLL
2016-01-27 10:08:37 +01:00
Gaizka Navarro
53de59c1c7
Added CLI Wrapper to native Evaluation Model
...
Added C# Client for CLI wrapper
2016-01-25 15:08:54 +01:00
Gaizka Navarro
e8bda6883b
Merge branch 'master' of https://github.com/Microsoft/CNTK
2016-01-25 10:26:16 +01:00
Mark Hillebrand
76aef066cc
Fixes to broken / missing paths in *.sln and *.vcxproj*
...
(Via check check-git-vs-vs.ps1)
2016-01-25 10:12:46 +01:00
Gaizka Navarro
250321031b
Added Managed wrapper to Eval interface
...
Added CS Client for managed wrapper
2016-01-18 14:47:32 +01:00
Mark Hillebrand
dcfc0e9679
License change
2016-01-18 09:36:17 +01:00
Mark Hillebrand
1bcefe770a
.gitattributes: set proper configuration for text files (and normalize files)
2016-01-18 09:35:54 +01:00
Philipp Kranen
3eeb1872ad
reflected deleted files and example updates in VS solution
2016-01-14 09:06:40 +01:00
Philipp Kranen
1527b89439
Adapted Readme files wrt new directory structure
2015-12-21 11:30:43 +01:00
Mark Hillebrand
9d065979c8
CNTK.sln: break out Other folder into top-level items, add Tools
...
This makes Documentation more visible.
2015-12-16 16:39:01 +01:00
Philipp Kranen
c9a343b2a8
Fixed paths for ParallelTraining
2015-12-16 15:55:05 +01:00
pkranen
9ec5b2c522
Moved Examples for directory resturcturing
2015-12-16 15:34:09 +01:00
pkranen
8cb85a5895
Moved EndToEndTests
2015-12-16 12:57:49 +01:00
Philipp Kranen
33bb02c225
Fixed vcxproj.filters wrt restructuring
2015-12-16 09:42:02 +01:00
pkranen
f355292fee
Moved tests for directory restructuring
2015-12-16 08:35:13 +01:00
pkranen
c3895bb0b3
Move Source files for directory restructuring and fix project dependencies
2015-12-16 08:35:11 +01:00
Philipp Kranen
449a84fb0e
Removed files from VS solution that are not in Git anymore
2015-12-15 11:04:41 +01:00
Philipp Kranen
b7c40c3109
Removed Mixed Platforms and Win32
2015-12-15 09:58:11 +01:00
Gaizka Navarro
565dc493c1
Added ReaderTests project
2015-12-11 13:27:12 +01:00
Philipp Kranen
32ca46db6c
Updated baselines for text demo
2015-12-07 11:20:19 +01:00
Philipp Kranen
a1947b41f6
Added demos to VS solution
...
Polished README
2015-12-07 10:14:46 +01:00
Frank Seide
18b6ac0e08
formatted the updated README to fit into 79 columns
2015-12-04 19:10:14 -08:00
Frank Seide
3d10f20953
deleted outdated ParseConfig project;
...
cleaned up some BrainScript code
2015-12-04 14:10:40 -08:00
Frank Seide
cf3b3dd7bc
added two missing baseline files to the VS Solution and updated their log messages
2015-12-01 08:09:10 -08:00
Frank Seide
ea1471364b
added Tests/Speech/Simple to VS Solution
2015-12-01 00:09:06 -08:00
Frank Seide
4932a5c5a8
added the SVD test to the Solution and fixed its baseline files to match the changed log messages
2015-11-30 23:50:41 -08:00
Frank Seide
4031c04f97
added Image Jenkins tests to VS solution and did the same edits as last commit to it
2015-11-26 22:38:07 -08:00
Frank Seide
d25e83cae9
cleaned up the Jenkins test configs w.r.t. indentation, spacing, casing. Also quoted all strings in config (not yet in NDL) for BS compat
2015-11-26 22:04:17 -08:00
Wolfgang Manousek
af9f747ab7
cleanup boost math tests, remove cntkmathtest
2015-11-23 12:57:37 +01:00
Frank Seide
280f1e8634
changed the interface to parser to pass in include paths (not used yet);
...
new parser interface that parses a single expression rather than a dictionary;
macros can now have an empty argument list (f());
implemented quite a bit of wmainWithBS(), but not working yet
2015-11-20 19:45:52 -08:00
Gaizka Navarro
ced3af3ac5
Prepare for CR
...
Applied CR feedback
2015-11-18 09:40:47 +01:00
Frank Seide
54c4c8f7a4
bug fix: any deserialization of FunctionValues() must also update m_numRows/m_numCols (bug in MeanNode and InvStdDevNode)
2015-11-13 21:34:07 -08:00
Frank Seide
e022a2fc17
added new Project CNTKActions where all actions should be moved to (later this will be a library accessible from other languages)
2015-11-12 10:46:07 -08:00
Eldar Akchurin
8177087271
Skeleton of the boost unit test project
2015-11-02 09:00:42 +00:00
Mark Hillebrand
c306e333ba
CNTK.sln: fix loading of Common/CheckInSuites/CheckInSuites.vcxproj
2015-10-27 11:40:16 +01:00
Amit Agarwal
4777f5f7d3
Rename SequenceTraining project to CNTKSequenceTrainingLib to be consistent with other libs
2015-10-18 12:40:43 -07:00
Frank Seide
146140eee6
merged with fseide/winlstm;
...
fixed a few error throws to XXXError() calls;
moved one Validate() dimension check under isFinal condition
2015-10-14 15:16:52 -07:00
Frank Seide
f829b4edcc
added the new test files to the Solution
2015-10-14 13:52:40 -07:00