Alexey Reznichenko
69c3f04539
Repro for failing Matrix1BitQuantize tests
2015-12-08 09:50:42 +01:00
bmitra
470923eb78
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
...
Conflicts:
BrainScript/BrainScriptEvaluator.cpp
MachineLearning/CNTKComputationNetworkLib/ConvolutionalNodes.h
Math/Math/Matrix.h
2015-12-05 15:56:46 -08:00
bmitra
a576c2dd2c
Temporarily disable special logic for 1D Convolution for GPU-Sparse and update unite tests.
2015-12-05 15:04:39 -08:00
bmitra
194b131c75
Re-enabling MatrixVectorMax test.
2015-12-05 14:19:04 -08:00
Amit
95d9c23f88
Linux build fix and formatting updates to the Linux baselines for buffered async gradient aggregation test
2015-12-05 11:19:43 -08:00
Amit Agarwal
c128267584
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/bufferedAsyncGradientAggregation
2015-12-05 01:45:32 -08:00
Amit Agarwal
eb279875b6
Use a separate compute stream for gradient aggregation kernels when performing buffered async gradietn aggregation
2015-12-05 01:45:03 -08:00
Frank Seide
896b0476a0
renamed commandArgUtil.h to Config.h and ConfigFile.cpp to Config.cpp;
...
bug fix in previous refactoring of sub-minibatching
2015-12-04 22:31:47 -08:00
bmitra
627dc217e3
Temporarily disable MatrixVectorMax test case.
2015-12-03 11:58:11 -08:00
bmitra
613071e052
Incorporating code review comments.
2015-12-02 03:43:04 -08:00
Amit Agarwal
d7e884da84
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/bufferedAsyncGradientAggregation
...
Conflicts:
MachineLearning/CNTKSGDLib/DataReaderHelpers.h
2015-12-01 21:32:12 -08:00
bmitra
3b15e61955
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
...
Conflicts:
Tests/UnitTests/MathTests/MatrixBlasTests.cpp
2015-12-01 18:13:14 -08:00
bmitra
c9cca8a6ca
Fix a bug in GPU sparse transpose function.
2015-12-01 18:10:31 -08:00
Frank Seide
51b07fa11d
Merge branch 'master' of https://git.codeplex.com/cntk into fseide/reshaping
2015-12-01 14:41:53 -08:00
Frank Seide
f9dcaecbf6
changed Minibatch[] logging when the epoch size is unknown to simply not print any number (current was to print 0% which cannot be distinguished from the known-size case; previous was -1; and some baselines contained -171798692)
2015-12-01 14:40:39 -08:00
Wolfgang Manousek
63057b105c
added test for FMA functionlity to startup of CNTK.EXE
...
in case an ACML problem is encountered, an error message is the output, and execution stops.
2015-12-01 11:34:31 -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
bmitra
81549cdbee
Fixing broken unit test.
2015-12-01 05:58:52 -08:00
Frank Seide
7276347a4d
fixed a baseline pattern in Speech/Simple
2015-12-01 00:11:43 -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
24a0e80f8d
one more test pattern fixed
2015-11-30 23:39:18 -08:00
Frank Seide
f4f059f80f
one more try to get the test pattern right
2015-11-30 22:52:09 -08:00
Frank Seide
98287a5980
one more baselines update of a changed log-message string constant
2015-11-30 22:37:53 -08:00
Frank Seide
6ae5fa5e10
renamed AveLearnRatePerSample to AvgLearningRatePerSample (spelling/grammar) in SGD.cpp and all testcases.yml/baseline files
2015-11-30 21:59:01 -08:00
Frank Seide
c2207b6014
updated precision of AveLearningRatePerSample;
...
updated testcases.yml of all test cases accordingly;
also removed matching the minibatch size in the testcases, as we now output a progress percentage here instead
2015-11-30 20:28:36 -08:00
bmitra
446ea46e79
Replacing InplaceTranspose with Transpose for Convolution.
2015-11-30 16:05:28 -08:00
bmitra
6cac561321
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
2015-11-30 15:07:09 -08:00
bmitra
f223c8a686
Minor changes to unit test.
2015-11-30 15:06:37 -08:00
Amit
e1681cf8ae
Updated linux baselines for the buffered asyn gradient aggregation E2E test
2015-11-29 23:31:15 -08:00
Amit Agarwal
8ad49fd7ef
Added E2E test for buffered async gradient aggregation feature
2015-11-29 19:21:26 -08:00
Amit Agarwal
62948d0377
Added support for buffered asynchronous gradient aggregation for dataparallel SGD training. This allows the communication of gradients during aggregation to be overlapped with the computation of the next minibatch
2015-11-29 17:22:57 -08:00
bmitra
d5387bd49b
Fix for GPU Sparse ColumnSlice
2015-11-28 17:16:38 -08:00
Frank Seide
e18fa40186
Merge branch 'master' of https://git.codeplex.com/cntk into fseide/reshaping
2015-11-27 22:01:36 -08:00
Frank Seide
ace97fd6c7
updated 'tag=' expressions in tests (and also sample and book) to be spelled with double quotation marks (e.g. tag="output");
...
renamed tag="Criteria" to tag="criterion" everywhere
2015-11-27 22:00:53 -08:00
Mark Hillebrand
7c553a96b6
Tests/UnitTests/MathTests/: fix random seeds per individual test
2015-11-27 15:57:25 +01:00
Wolfgang Manousek
2688029c49
Fix test problem in gpumatixtests.cpp
...
enforce same datatype (float) for boundary values in testcase (avoid double datatype)
do similar changes in other places I found
cleanup of epsilon constant usage
2015-11-27 12:38:35 +01:00
bmitra
2b4ae80fad
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
...
Conflicts:
Math/CNTKMathTest/MatrixSparseDenseInteractionsTests.cpp
2015-11-27 02:37:31 -08:00
bmitra
b5d81ff4ba
Draft implementation of the 1D convolution backprop for sparse GPU.
2015-11-27 02:35:49 -08:00
Frank Seide
f40a01234f
fixed a typo in SimpleMultiGPU.config
2015-11-27 00:40:32 -08:00
Frank Seide
70c230a767
DeviceFromConfig() now performs the 'auto' selection only once
2015-11-27 00:36:02 -08:00
Frank Seide
495e773183
one file did not get committed in last commit?
2015-11-26 23:52:39 -08:00
Frank Seide
1d92f29a7b
values of optional args in NDL and MEL can now be in quotes, which is recommended for future BrainScript compatibility for all strings;
...
updated all sample config/NDL/MEL for Jenkins tests
2015-11-26 23:52:04 -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
Yongqiang Wang
98461e000b
Merge branch 'master' of https://git.codeplex.com/cntk
...
Conflicts:
MachineLearning/CNTK/SimpleNetworkBuilder.cpp
2015-11-25 00:02:45 -08:00
Yongqiang Wang
a1ee6a9b9f
Merge branch 'master' of https://git.codeplex.com/cntk
2015-11-24 23:49:08 -08:00
Yongqiang Wang
2338e0d352
Fix a bug in convertDBN. Now PreComputeNode allows SideLoadMatrix from another
...
Matrix.
2015-11-24 23:48:02 -08:00
Frank Seide
5f7e6cfbea
Merge branch 'master' of https://git.codeplex.com/cntk into fseide/reshaping
2015-11-24 20:19:39 -08:00
Frank Seide
b76c09cdce
HTKMLFReader now runs with BrainScript config! DataReader is now a ScriptableObject;
...
more template-related updates to LUSequenceReader.cpp;
got CNTKEval to build;
added the first full BS configuration: lstm.bs
2015-11-24 19:44:19 -08:00