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

181 Коммитов

Автор SHA1 Сообщение Дата
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
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