Граф коммитов

169 Коммитов

Автор SHA1 Сообщение Дата
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
Amit Agarwal a47c3d877f Temporarily add the CNTK v2 library tests as an end-to-end test. This will be switched to the BOOST unit test framework later when the framework is setup for linux too. 2016-06-13 09:45:51 -07:00
Eldar Akchurin 43759a432a Adding test cases 2016-06-13 10:16:23 +02:00
Amit Agarwal e875771784 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library
Conflicts:
	CNTK.sln
2016-06-12 09:14:03 -07:00
Mark Hillebrand 3fdfc8fc94 Add missing build dependency ReaderTests -> CompositeDataReader 2016-06-07 15:29:48 +02:00
Eldar Akchurin 5d474c4d57 Renaming to HTKDeserializers 2016-06-06 15:23:39 +02:00
Eldar Akchurin 290139c4d7 Renaming ExperimentalHTKMLFReader into HTKMLFDeserializer 2016-06-06 14:02:25 +02:00
Amit Agarwal 933adb275a Add recurrence and variable length sequence support for the 'Function' abstraction 2016-06-05 14:36:16 -07:00
Frank Seide 27c163640a (fixed previous fix) 2016-06-01 14:47:24 -07:00
Frank Seide c3a933cc11 (fixed a SLN merge error) 2016-06-01 14:36:02 -07:00
U-FAREAST\fseide 87326dc883 merged from master 2016-06-01 14:14:03 -07:00
Gaizka Navarro 5d677585c6 Applies CR feedback
- Renames namespace and cpp file for name consistency
- Adds dependency for Common.lib
2016-06-01 17:14:07 +02:00
Gaizka Navarro d00c435a19 Fixes project dependecies for EvalDLL and EvalTests 2016-06-01 16:31:49 +02:00
Gaizka Navarro c81185d260 Renames EvalTest project to CommandEval 2016-06-01 16:15:00 +02:00
Amit Agarwal 76bf193267 First cut of the CNTK v2 C++ library implementation 2016-05-31 06:40:40 -07:00
Alexey Reznichenko 143b959160 Merge branch 'master' into alrezni/replace_uci_tests
Conflicts:
	CNTK.sln
2016-05-30 14:08:56 +02:00
Alexey Reznichenko 402252a9bd Replace e2e tests that use UCIFast with their CNTKTextFormat counterparts 2016-05-30 13:46:20 +02:00
U-FAREAST\fseide a1c72b26d6 merged from master 2016-05-27 11:29:16 -07:00
Project Philly b519e5de40 Integrate gaizna/eval_unittests into master 2016-05-25 07:08:56 -07:00
Alexey Reznichenko d8be484310 Replace UCIFast with CNTKTestFormat as the default reader 2016-05-25 11:11:38 +02:00
Gaizka Navarro feb7ac0826 Adds the EvalTests unit test project to the solution
Adds tests for the EvalTests unittest project covering the new EvalExtended interface

Adds check for mbLayout when creating VariableLayout in CNTKEvalExtended::ToVariableLayout function
2016-05-20 16:09:44 +02:00
Alexey Reznichenko 76c4bd8717 Add examples converted from UCI to the new text format
Add/convert all examples from Examples/Other/Simple2d and several from
    Examples/Image (all that use UCIFastReader).
2016-05-19 17:32:11 +01:00
frankseide 0ba41da07b cleaned up seq-2-seq sample further and added the CMUDict corpus 2016-05-11 18:21:22 -07:00
frankseide 2b60c41f3e updated ExperimentalHtkmlfReader/LSTM test w.r.t. the stabilizer test 2016-05-05 23:57:40 -07:00
Gaizka Navarro f73d14eae7 This commit adds the C++ Evaluation client example. This client shows how to use the EvalDLL.dll from a C++ applicaition for evaluating a model. 2016-05-04 16:49:39 +02:00
frankseide 8141d4e654 moved seq-2-seq config to its own Examples folder 2016-05-03 10:08:42 -07:00
Frank Seide 3143734b77 fixed up BlockMomentum test cases logging format;
added BlockMomentum test to VS Solution (thanks)
2016-05-02 19:06:51 -07:00
Frank Seide 64dd10f1e6 re-added a Project to the SLN file that got lost in previous merge 2016-05-02 17:17:22 -07:00
Frank Seide a503048de0 merged with master 2016-05-02 15:35:52 -07:00
Eldar Akchurin 3caeed2dbd Moving CompositeDataReader outside of common 2016-05-02 09:55:11 +02:00
Eldar Akchurin 6f002c35a1 Fixing dependencies and missing references for release 2016-05-02 09:55:11 +02:00
Eldar Akchurin 9efbd2ec4f Adding a stub for the reader that will compose different deserializers 2016-05-02 09:55:11 +02:00
Frank Seide b0dd54f6ee VS forgot to commit the sln file 2016-04-29 21:51:59 -07:00
Frank Seide 2a4d67395f more fix-ups of baseline files for new logging format;
added even more missing baseline test files to Solution
2016-04-29 11:03:28 -07:00
Frank Seide acaac50584 updated more baseline files w.r.t. logging change 2016-04-29 10:01:43 -07:00
Frank Seide e5ed06d5a4 added missing test-case files to Solution 2016-04-29 08:52:45 -07:00
Project Philly d4d8accf76 Integrate mahilleb/CommonLib into master 2016-04-27 01:27:09 -07:00
Mark Hillebrand 2488117b46 Source/Common/: also make a static library on Windows 2016-04-26 21:57:43 +02:00
Gaizka Navarro 2db7299876 This commit adds the linux baseline file to the solution 2016-04-26 17:14:58 +02:00
Gaizka Navarro c866b3cd54 This commit removes two non-existing baselines for the CIFAR-10 EndToEndTests 01_Convolution 2016-04-26 17:14:08 +02:00
Alexey Reznichenko 22b7f5084e Merge branch 'master' into alrezni/examples_text
Conflicts:
	CNTK.sln
2016-04-18 13:23:47 +02:00
Alexey Reznichenko 95a3888e1d Hook Examples\Text into Jenkins with baselines 2016-04-18 12:15:52 +01:00
Frank Seide 4c9f91868e merged from master and resolved conflicts 2016-04-16 14:29:11 -07:00