https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
dbc5783 Updated testcase. 10 May 2016, 17:58:13 UTC
7efa57e Added baselines. 10 May 2016, 17:23:02 UTC
24a87e7 Updated E2E test. 10 May 2016, 17:22:50 UTC
5389b7e Fix for BN when blend is 1#INF. 10 May 2016, 17:22:39 UTC
c15d9dd Tests/EndToEndTests/ModelExport/Model?/: limit to GPU SKU 10 May 2016, 14:11:38 UTC
56531ec Tests/EndToEndTests/CNTKTextFormatReader/Speech/Simple/: disabled Windows CPU Debug for nightly 10 May 2016, 14:11:21 UTC
ca03932 Integrate wilrich/logregacc into master 10 May 2016, 12:44:02 UTC
23f504c Enable clean up again 10 May 2016, 12:20:15 UTC
9541f38 Integrate wilrich/logregacc into master 10 May 2016, 12:18:02 UTC
6130eba Minor changes (error msg) 10 May 2016, 11:38:10 UTC
8ece70d merged 10 May 2016, 11:28:39 UTC
3f70c10 Merge branch 'wilrich/logregacc' of https://github.com/Microsoft/CNTK into wilrich/logregacc 10 May 2016, 11:27:49 UTC
b12f6f8 Aligning tol also for normal logreg 10 May 2016, 11:26:30 UTC
3f4a000 MLFDataDeserializer: change m_keyToSequence to vector; remove m_frames 10 May 2016, 10:21:26 UTC
2a3bfd0 Integrate mahilleb/ExperimentalHTKMLFReservations into master 09 May 2016, 16:41:07 UTC
1539fea Integrate eldak/implCorpusDescriptor into master 09 May 2016, 16:24:16 UTC
f385553 ExperimentalHTKMLFReader: fix .reserve() for GetSequenceForChunk() 09 May 2016, 14:48:19 UTC
6e11c52 Aligning tol also for normal logreg 09 May 2016, 14:32:08 UTC
77109de Merge branch 'wilrich/logregacc' of https://github.com/Microsoft/CNTK into wilrich/logregacc 09 May 2016, 14:23:20 UTC
cb3f7ab Aligned the NumPy example with the file based one; make NumPy examples reproducible 09 May 2016, 14:20:45 UTC
f3329fc Aligned the NumPy example with the file based one 09 May 2016, 13:49:19 UTC
744cfb7 Integrate alrezni/text_reader_more_tests into master 09 May 2016, 12:57:35 UTC
6523da3 Add more tests for CNTKTextFormatReader * Add a couple of tests to ensure that randomize+read+pack does not garble any date in an epoch. The whole dataset in each test constitutes a single epoch, which is broken down into several large minibatches with each minibatch constructed form a number of randomly selected sequences. Each tests reads in the data in batches, packs them, and writes out packed batches to an output file. Then, the output file is sorted and is compared it against the original (sorted) dataset. * Refactor a number of functions in ReaderTestHelper 09 May 2016, 12:10:33 UTC
8e3b930 Fixing merge issue 09 May 2016, 07:58:04 UTC
e381e2a Adding missing std 09 May 2016, 07:58:04 UTC
3b42851 Adding overwrite option 09 May 2016, 07:58:04 UTC
bcc8410 Adding sanity check tests 09 May 2016, 07:58:04 UTC
673abd7 First implementation of the corpus descriptor 09 May 2016, 07:58:04 UTC
7705b08 Updated Linux baselines 07 May 2016, 17:21:57 UTC
f26f6a7 Added dropout E2E test and fixed some dropout related bugs 07 May 2016, 01:58:35 UTC
1dad7eb Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 06 May 2016, 18:54:42 UTC
bb71b49 Integrate fseide/seq2seqsample into master 06 May 2016, 18:31:40 UTC
96a3779 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 06 May 2016, 17:41:22 UTC
8f6295e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/dropoutRandomization 06 May 2016, 17:14:23 UTC
dbaee0c Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 06 May 2016, 17:02:06 UTC
2e6eadc two minor bug fixes in seq-2-seq samples 06 May 2016, 16:56:32 UTC
bd9b096 concepts documentation for row and col major, and examples 06 May 2016, 15:16:29 UTC
b58951c Integrate gaizna/cpp_eval_client_build_fix into master 06 May 2016, 10:01:23 UTC
7326be0 This commit fixes the project dependency order inside the CPPEvalClient.vcxproj file 06 May 2016, 08:12:23 UTC
ed75033 (cleaned up a comment) 06 May 2016, 07:25:24 UTC
b41df14 (missed a closing bracket...) 06 May 2016, 07:21:31 UTC
2b60c41 updated ExperimentalHtkmlfReader/LSTM test w.r.t. the stabilizer test 06 May 2016, 06:57:40 UTC
5203d32 addressed CR feedback 06 May 2016, 06:42:29 UTC
2952215 Addressed some CR feedback 06 May 2016, 06:26:25 UTC
43c62da (a comment edit) 06 May 2016, 04:18:42 UTC
7c7b1c4 reenabled atomic Scatter(); edited comments in CNTK.core.bs 06 May 2016, 04:16:29 UTC
c936a95 further update baselines. 06 May 2016, 04:04:36 UTC
267cafd Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 06 May 2016, 03:39:40 UTC
d757016 changed Stabilizer() to Softplus, which is more stable than the Exp version; changed seq-2-seq sample to TransposeTimes() implementation of ce and errs criteria 06 May 2016, 03:37:22 UTC
6be3394 fixed the last fix 06 May 2016, 03:33:49 UTC
5bc1f24 updated LSTM sample criterion to use SumElements() which reenables the old, buggy momentum computation; reenabled atomicAdd() reduction 06 May 2016, 03:32:26 UTC
6a4ecd9 LSTM went back to custom ce/err with TransposeTimes but no atomicAdd() 06 May 2016, 03:15:03 UTC
9e12c18 trying old criteria for lstm test 06 May 2016, 01:44:30 UTC
efa1372 and fixed the fix' fix 05 May 2016, 23:50:55 UTC
395d394 fixed the last fix 05 May 2016, 23:45:38 UTC
e5159cf rolled back e2e LSTM test to use the old stabilizer, for baseline compat 05 May 2016, 23:30:43 UTC
d75fdee addressed CR feedback 05 May 2016, 23:22:52 UTC
5f2fd9f addressed review feedback; made gcc happier 05 May 2016, 23:19:25 UTC
c2e9135 bug fix: Gather/Scatter() should also test for nan on CPU; made gcc happy 05 May 2016, 22:57:50 UTC
db8e480 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/dropoutRandomization 05 May 2016, 22:51:43 UTC
b78cd13 switched LSTM E2E test config to use TransposeTimes() for criteria 05 May 2016, 22:05:14 UTC
fab6864 bug fix: TransposeTimes() should work with 1D tensors (=column vectors) 05 May 2016, 21:53:09 UTC
163a49b News in ReadMe. May 5, 2016 05 May 2016, 19:57:20 UTC
f4204ce Change in dropout randomization implementation to ensure reproducability across checkpoints 05 May 2016, 19:17:10 UTC
fd28c55 reviewed uses of atomicAdd(),; temporarily disallowed Scatter() reductions 05 May 2016, 18:02:21 UTC
80461f4 CNTK error message now comes last, so it can be seen using 'tail'; prettied up BrainScript error messages 05 May 2016, 17:57:18 UTC
0a1fcb6 News in ReadMe. May 2, 2016 05 May 2016, 17:16:01 UTC
bb5766a update baseline files for Speech/DNN/ParallelBM 05 May 2016, 00:26:55 UTC
3a226dd Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 04 May 2016, 23:45:27 UTC
8794570 fix encoding issue in sgd.py 04 May 2016, 20:29:31 UTC
f8e7a17 Integrate blis/ops14todo into master 04 May 2016, 19:23:55 UTC
11153f7 Updated ResNet samples. 04 May 2016, 19:03:12 UTC
2a79d2f device_id in logreg 04 May 2016, 18:54:41 UTC
9d3e6d9 minor fix on printf datatype mismatch in sgd. 04 May 2016, 17:54:36 UTC
095933f atol=1e-02 04 May 2016, 17:47:15 UTC
79909b7 atol=1e-03 04 May 2016, 17:36:58 UTC
0658216 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix Conflicts: Tests/EndToEndTests/Examples/Text/Miscellaneous/SLU/baseline.linux.gpu.txt Tests/EndToEndTests/Examples/Text/Miscellaneous/SLU/baseline.windows.gpu.txt Tests/EndToEndTests/Examples/Text/PennTreebank/RNN/baseline.linux.gpu.txt Tests/EndToEndTests/Examples/Text/PennTreebank/RNN/baseline.windows.gpu.txt 04 May 2016, 17:35:23 UTC
41ba15d atol=1e-04 04 May 2016, 17:19:46 UTC
8fec394 Change default verbosity to 0 in HTKMLFReader 04 May 2016, 16:12:43 UTC
bdeb0f4 Enable again logreg tests 04 May 2016, 16:00:47 UTC
225f4c8 Integrate blis/ops14todo into master 04 May 2016, 15:51:11 UTC
9d04eda Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 15:13:20 UTC
d916bc8 Disabled logreg tests 04 May 2016, 15:12:47 UTC
ecfb7fb This commit fixes the issue of initializing the model when using the CreateNetwork(description, deviceId) method. 04 May 2016, 14:51:52 UTC
daa2203 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 14:50:50 UTC
be9a0ef deferred context test 04 May 2016, 14:50:40 UTC
f73d14e 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. 04 May 2016, 14:49:39 UTC
7031c4a Merge branch 'blis/ops14todo' of https://github.com/Microsoft/cntk 04 May 2016, 14:37:09 UTC
fd7bced modified gettingstarted.rst 04 May 2016, 14:36:42 UTC
4eb76a0 Setting tolerance to 1e-02 04 May 2016, 14:12:50 UTC
a005267 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 13:55:20 UTC
9e1be5e fixed typo 04 May 2016, 13:50:25 UTC
2405b26 Fixed _to_config 04 May 2016, 13:48:44 UTC
1aa5d87 Merge branch 'master' into blis/ops14todo 04 May 2016, 13:31:04 UTC
72fdaa8 revert fix for now 04 May 2016, 13:11:01 UTC
91574d6 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 13:06:03 UTC
ac030ef fix _to_config call 04 May 2016, 13:05:52 UTC
7a790fd Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 12:18:24 UTC
d88e02c Refine concepts.rst based on feedback; Remove some internal details, add more examples Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 12:17:24 UTC
5543da2 Adjust to new test result output format 04 May 2016, 12:13:35 UTC
back to top