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

462 Коммитов

Автор SHA1 Сообщение Дата
Ryan d59931ce99 Initial commit of sparse matrix test. Note the test is currently broken, so is disabled. 2016-03-03 18:04:48 -08:00
Wayne Xiong a61b0a27f8 Update linux baseline 2016-03-03 11:26:01 -08:00
Wayne Xiong ff9aaa4971 Update test cases with validation on the CV result 2016-03-03 11:26:00 -08:00
Amit e0f22d786b Added linux baselines for parallel crossvalidation test 2016-03-03 11:25:59 -08:00
Wayne Xiong 33191603de Adding an end-to-end test case 2016-03-03 11:25:59 -08:00
Project Philly 88f683ee39 Integrate mahilleb/TestDriverNoGpuDeviceForCpuBuild into master 2016-03-02 12:35:49 -08:00
Mark Hillebrand ea8ba640ac BlockRandomizer::GetNextSequenceIds(): fix to return the right chunks 2016-03-02 20:01:14 +01:00
Mark Hillebrand 05168a00f7 Tests/EndToEndTests/TestDriver.py: don't run CPU-only build with GPU device
If explicitly specified, throw an error.
If implicitly specified, suppress.
2016-03-02 18:37:02 +01:00
Frank Seide c5934d7429 5 more chmod 777 run-test 2016-03-01 15:49:45 -08:00
Frank Seide beca10ec16 fixed permissions of a run-test 2016-03-01 13:58:47 -08:00
Frank Seide 5c7b75b996 fixed permissions of a run-test 2016-03-01 13:39:07 -08:00
Frank Seide 673506e8ca some clean-up of sparse matrices;
disabled meaningless elementwise sparse ops such as log();
sparse matrice slices now keep track of their original matrix (not used yet);
bug fix: ~SyncGuard() should not swallow errors since CUDA errors may get discovered here;
bug fix: HTKMLFReader test 16 must use consistent precision
2016-03-01 10:43:50 -08:00
Frank Seide 7d3e84e773 merged from master 2016-02-29 19:17:35 -08:00
Alexey Kamenev eaa1dd0791 Added support for cuDNN v4 prod. 2016-02-29 14:57:30 -08:00
Alexey Kamenev eeaf79103c Addressed review comments. 2016-02-29 14:09:28 -08:00
Alexey Kamenev 834fab956c Convolution engine refactoring. Preparing for ConvolveGeometry. 2016-02-29 14:09:07 -08:00
Alexey Kamenev dbb8b3f918 Added time const to batch norm. 2016-02-29 14:08:25 -08:00
Alexey Kamenev e886a4dfed Added CPU BN inference implementation. 2016-02-29 14:08:15 -08:00
Mark Hillebrand 4d5566d5ac Experimental HTKMLF Reader (currently only supports frame mode) 2016-02-29 15:54:39 +01:00
Frank Seide e54b352822 removed template parameter ElemType from (I)DataReader and (I)DataWriter 2016-02-28 19:01:07 -08:00
Frank Seide 5bdc86e5de removed <ElemType> parameter from StreamMinibatchInputs 2016-02-28 17:04:45 -08:00
Frank Seide 6249935000 StreamMinibatchInputs now stores shared_ptrs, simplifying ownership;
UCIFastReader::m_prefetchMatrices changed to be StreamMinibatchInputs  as well
2016-02-28 15:05:14 -08:00
Frank Seide f3a720e5ce replaced StreamMinibatchInputs::operator[] by named searchable accessor functions 2016-02-28 13:34:02 -08:00
Frank Seide 24c88c04fd abstracted the map<wstring, Matrix*> into a class, for future enrichment 2016-02-28 12:25:36 -08:00
Frank Seide d55374d199 some clean-up of RNN sample and DoWriteWordAndClassInfo() 2016-02-27 18:15:35 -08:00
Frank Seide e514ae0a93 merged from origin/master 2016-02-27 00:04:51 -08:00
Frank Seide b7b4ca860d updated AlexNet E2E test 2016-02-26 23:02:49 -08:00
Frank Seide 15a50e12b9 updated AlexNet to work with tensor Times 2016-02-26 22:39:43 -08:00
Frank Seide 1cc857de0f MBLayout support for "write" command;
added sample to simple2d for "write"
2016-02-26 17:27:27 -08:00
Frank Seide 1a618bc708 bug fix: ImageParameter must understand >3-dim tensors, for Times operation 2016-02-26 16:25:21 -08:00
Frank Seide 81884e31db fixed 02_Convolutional as well for new tensor TimesNode 2016-02-26 14:14:43 -08:00
Frank Seide 10c4b7d3de fixed Image/QuickE2E for new TimesNode 2016-02-26 13:45:18 -08:00
Alexey Kamenev 246907dbb6 Addressed code review comments. 2016-02-25 10:56:42 -08:00
Alexey Kamenev e982a6748e Enabled ImageReader unit tests in Jenkins. 2016-02-25 09:47:14 -08:00
Alexey Kamenev 90c2fbff30 Made ImageReader .zip reader thread-safe. 2016-02-25 09:47:12 -08:00
Alexey Kamenev 9ca9633971 Added more unit tests, merged changes from master. 2016-02-25 09:47:12 -08:00
Alexey Kamenev 92eeaa621d Improved memory utilization and error handling in zip reader. 2016-02-25 09:47:11 -08:00
Alexey Kamenev 02468caaf0 Added .zip files support to ImageReader. 2016-02-25 09:47:10 -08:00
Alexey Kamenev e77aa90b8b Added basic unit test for ImageReader. 2016-02-25 09:47:10 -08:00
U-FAREAST\fseide 23ec1b8ab5 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 2016-02-24 08:39:38 -08:00
Frank Seide 8990fa07fb bug fix in Config, handling empty keys 2016-02-23 11:48:12 -08:00
Frank Seide 26c850322b bug fix in Transpose();
prepared file format for RowStack and RowSlice to store their dimension along which they operate (currently limited to 1);
bug fix in "write" command "format" parsing;
ComputationNetwork::Read() now checks for too new file version
2016-02-23 11:14:36 -08:00
Gaizka Navarro 09dea188f5 Adds ExceptionWithCallStack class to wrap native exceptions (runtime_error, logic_error, invalid_arguent), so that the call stack can be provided to the managed layer.
Moves DebugUtil functions (PrintCallStack, GetCallStack) to ExceptionWithCallStack
Refactors the PrintCallStack and GetCallStack functions in ExceptionWithCallBack to re-use the common functionality.
Make gcc happy
2016-02-23 09:11:12 +01:00
Gaizka Navarro da3a88dbe7 Removes one of the two test verifying an exception is thrown when both Truncated and FrameMode are enable. The test removed is for the double data type. 2016-02-22 16:17:41 +01:00
Gaizka Navarro 1482014d7b Adds tests for verifying an exception is thrown when both Truncated and FrameMode flags are set in the cntk file.
Comment is updated for other disabled tests due to assertion thrown (at different location)
2016-02-22 16:17:40 +01:00
Frank Seide a4e9487e74 merged with master 2016-02-19 16:32:35 -08:00
Eldar Akchurin c916cce92c Removing test from windows 2016-02-19 14:06:56 +01:00
Eldar Akchurin c5c54bcb15 Fixing compile error in mock 2016-02-19 13:38:33 +01:00
Eldar Akchurin c7153a4f4b Some refactoring 2016-02-19 10:22:03 +01:00
Eldar Akchurin 1edf828f54 Introducing chunks 2016-02-19 10:22:03 +01:00