Philipp Kranen
3f7f1a5ae8
reflected deleted files and example updates in VS solution
2016-01-14 09:06:40 +01:00
Philipp Kranen
ffcf00b21b
Adapted Readme files wrt new directory structure
2015-12-21 11:30:43 +01:00
Mark Hillebrand
c67ab00e7c
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
319ee2100a
Fixed paths for ParallelTraining
2015-12-16 15:55:05 +01:00
pkranen
1304358579
Moved Examples for directory resturcturing
2015-12-16 15:34:09 +01:00
pkranen
6838a4cd09
Moved EndToEndTests
2015-12-16 12:57:49 +01:00
Philipp Kranen
8dff067f95
Fixed vcxproj.filters wrt restructuring
2015-12-16 09:42:02 +01:00
pkranen
b1568f50f1
Moved tests for directory restructuring
2015-12-16 08:35:13 +01:00
pkranen
933373e74a
Move Source files for directory restructuring and fix project dependencies
2015-12-16 08:35:11 +01:00
Philipp Kranen
328a3e7f3d
Removed files from VS solution that are not in Git anymore
2015-12-15 11:04:41 +01:00
Philipp Kranen
d440c81838
Removed Mixed Platforms and Win32
2015-12-15 09:58:11 +01:00
Gaizka Navarro
709adbc1dc
Added ReaderTests project
2015-12-11 13:27:12 +01:00
Philipp Kranen
517251be42
Updated baselines for text demo
2015-12-07 11:20:19 +01:00
Philipp Kranen
89e99985ea
Added demos to VS solution
...
Polished README
2015-12-07 10:14:46 +01:00
Frank Seide
990ef10494
formatted the updated README to fit into 79 columns
2015-12-04 19:10:14 -08:00
Frank Seide
29c48313e7
deleted outdated ParseConfig project;
...
cleaned up some BrainScript code
2015-12-04 14:10:40 -08:00
Frank Seide
554a1951ba
added two missing baseline files to the VS Solution and updated their log messages
2015-12-01 08:09:10 -08:00
Frank Seide
abbd59ee29
added Tests/Speech/Simple to VS Solution
2015-12-01 00:09:06 -08:00
Frank Seide
f2c7ea01f9
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
cbe471998c
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
db20043bb5
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
3d4d580e61
cleanup boost math tests, remove cntkmathtest
2015-11-23 12:57:37 +01:00
Frank Seide
ee2865cad2
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
5b0a11f024
Prepare for CR
...
Applied CR feedback
2015-11-18 09:40:47 +01:00
Frank Seide
674337f2ed
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
e95378cc26
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
d6e4620121
Skeleton of the boost unit test project
2015-11-02 09:00:42 +00:00
Mark Hillebrand
2d49fff891
CNTK.sln: fix loading of Common/CheckInSuites/CheckInSuites.vcxproj
2015-10-27 11:40:16 +01:00
Amit Agarwal
5c36007848
Rename SequenceTraining project to CNTKSequenceTrainingLib to be consistent with other libs
2015-10-18 12:40:43 -07:00
Frank Seide
0f61a03eb2
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
f25096cc3e
added the new test files to the Solution
2015-10-14 13:52:40 -07:00
Alexey Kamenev
d8aac44190
Add ImageReader
2015-10-14 12:27:29 -07:00
Frank Seide
99303e77fe
pulled all config parameters from SGD into a separate struct SGDParams;
...
normalization of learning rates and momentum is now done at the latest possible point, using member functions. BUGBUG: This gets me lower LR as before, it seems the old code did not what it pretended to do;
SetSeqParam() now takes smoothing weight and frame-drop threshold as 'double' instead of ElemType;
deleted a completely unnecessary ~HTKMLFReader()
2015-10-02 14:09:14 -07:00
Frank Seide
371410804b
merged with master
2015-10-02 09:12:59 -07:00
Frank Seide
556e4c2d62
added a static variant of ComputationNode::DataSlice() that takes a layout, so that it can be applied to matrices other than m_{function,gradient}Values;
...
conceptually added ability to DataSlices() to pull out one sequence, but not finished since Matrix::RowSlice() does not exist;
deleted Win32 entries from VS Solution--again
2015-10-01 14:36:36 -07:00
Amit Agarwal
76cae8e866
Added a LSTM full utterance training E2E test
2015-10-01 14:00:29 -07:00
Amit Agarwal
b7a4113aac
a) Replaced use of DBN cuda matrix with CNTK matrix type b) Merged dbncuda and gammacalculation libs into a single SequenceTrainign lib c) Other code cleanup and refactoring
2015-09-25 00:11:46 -07:00
RuiZhao
050581df35
SE_merge_09232015
2015-09-24 14:28:33 -07:00
RuiZhao
24394aeeea
SE_v1
2015-09-23 20:14:20 -07:00
Amit Agarwal
b3d07ac284
Include CNTKMathTest in the VS build to avoid build issues in the project from getting in undetected
2015-09-21 13:59:05 -07:00
Frank Seide
76673f84ed
Merge branch 'master' into fseide/loops
...
Conflicts:
CNTK.sln
2015-09-18 17:40:37 -07:00
Amit Agarwal
c0882c74fc
Add Kaldi sources to the VS solution
2015-09-18 12:15:19 -07:00
Frank Seide
6e0da3ce34
(fixed another #include order in MatrixQuantizerGPU.h)
2015-09-18 08:08:23 -07:00
erw
78989ce9f4
Merge branch 'master' of https://git.codeplex.com/cntk
...
Conflicts:
CNTK.sln
2015-09-18 01:57:18 -07:00
erw
d9390c023b
Rename the Target Name of CNTKEvalDll and CNTKMathDll back to CNTKEval and CNTKMath respectively to honor the existing receipt.
...
Project name is kept intact.
2015-09-18 01:12:22 -07:00
Frank Seide
d9a52de493
temporarily disabled CNTKMathTest
2015-09-17 21:33:33 -07:00
Frank Seide
ffb3d1de7a
made BrainScriptEvaluator.h independent of BrainScriptParser.h, in prep of separating out ConfigValue, ConfigRecord, ConfigArray, and ConfigLambda from BrainScript so that they can be used by other language wrappers as well. This required to replace ConfigValuePtr::textLocation by a lambda that prints an error string, annotated with a text location hidden inside the lambda (think Python wrapper--the lambda knows how to pinpoint the location in the Python source). Instead of throwing EvaluationError(msg, val.GetTextLocation()), one now instead says val.Fail(msg);
...
EvaluationError itself is now encapsulated inside BrainScriptEvaluator.cpp;
deleted IConfigRecord::operator(), as it was not really useful. Just use operator[]
2015-09-14 20:19:35 +02:00
Frank Seide
4c6037f28a
added ParallelTraining test cases to the VS Solution;
...
relaxed baseline for single precision since now all scalars are double precision, which changes the result (double-precision run should not change)
2015-09-06 21:47:30 +02:00
Frank Seide
e2d567548c
Matrix.h now no longer pulls in the CPU/GPUMatrix headers (this required cleaning up a few incorrect header dependencies as well);
...
cleaned up <class ElemType> vs. <typename ElemType> (using class since that was used more often, causing less diffs)
2015-09-06 17:17:07 +02:00
Frank Seide
e4507e8700
CNTK now delay-loads msmpi.dll in case it is not installed;
...
moved Profiled.cpp/h;
disabled MultiNetworksSGD--seems not missing, not used
2015-09-05 11:16:55 +02:00