https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
5b0c808 reverse sigma 5.0 13 May 2016, 17:06:00 UTC
13c8141 sigma 5.0 13 May 2016, 06:00:39 UTC
bb66c9f sort_bug_fix 13 May 2016, 03:59:24 UTC
501b08d ndcg_min 13 May 2016, 03:59:24 UTC
bf86c22 Refactored ImageReader config and fixed multiview10 as default bug. 13 May 2016, 03:59:24 UTC
372a40c bugfix: grayscale image now assumed by default if number of channels is 1 13 May 2016, 03:59:24 UTC
85cff5b CR feedback for non-atomic reduction 13 May 2016, 03:59:24 UTC
e07efa8 .cntk: remove obsolete useValidation= parameter 13 May 2016, 03:59:24 UTC
8b7a561 Tests/EndToEndTests/ModelExport/Model?/: limit to GPU SKU 13 May 2016, 03:59:24 UTC
6a7369b Tests/EndToEndTests/CNTKTextFormatReader/Speech/Simple/: disabled Windows CPU Debug for nightly 13 May 2016, 03:59:24 UTC
785dcae rebase to ying's branch 13 May 2016, 03:57:48 UTC
9180e17 MLFDataDeserializer: change m_keyToSequence to vector; remove m_frames 13 May 2016, 03:48:51 UTC
469bdca changed reduction to 'double' (since we are not 100% identical anyway, we can make this switch); bug fix: an XCOPY command line missed a /D option 13 May 2016, 03:48:51 UTC
7030db7 non-atomic reduction in TensorView 13 May 2016, 03:48:51 UTC
1f7166b ExperimentalHTKMLFReader: fix .reserve() for GetSequenceForChunk() 13 May 2016, 03:48:51 UTC
28c0c7d Aligning tol also for normal logreg 13 May 2016, 03:48:51 UTC
f3f92e8 Aligned the NumPy example with the file based one; make NumPy examples reproducible 13 May 2016, 03:48:51 UTC
73cd1fa Aligned the NumPy example with the file based one 13 May 2016, 03:37:41 UTC
443e165 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 13 May 2016, 03:37:41 UTC
223c84d Fixing merge issue 13 May 2016, 03:37:41 UTC
0bbf002 Adding missing std 13 May 2016, 03:37:41 UTC
5e5d1bc Adding overwrite option 13 May 2016, 03:37:41 UTC
544694e Adding sanity check tests 13 May 2016, 03:37:41 UTC
13ebe64 First implementation of the corpus descriptor 13 May 2016, 03:37:41 UTC
06a94b5 towards non-atomic two-step tensor reduction 13 May 2016, 03:37:41 UTC
230965b Updated Linux baselines 13 May 2016, 03:37:41 UTC
8c38ceb Added dropout E2E test and fixed some dropout related bugs 13 May 2016, 03:37:41 UTC
32d1715 bug fix: TensorView::AsMatrix() must determine needsReshaping correctly if needsSlicing 13 May 2016, 03:37:41 UTC
5199e7a reenabled atomic reduction, for comparison in Jenkins 13 May 2016, 03:37:41 UTC
ad70b45 narrowing down non-reproducible tensor reduction 13 May 2016, 03:37:41 UTC
4e43fda Fixed irm@1. 10 May 2016, 18:07:00 UTC
9e11504 Added IRMetricEval node. 10 May 2016, 01:07:40 UTC
c69122c Changed reporting the negative of total metric. Validation should work now. 09 May 2016, 21:13:42 UTC
265d25b Rebased and untabified. 06 May 2016, 22:20:14 UTC
457ee36 Minor change. 06 May 2016, 22:07:00 UTC
e15ee26 more typename added. 06 May 2016, 22:06:59 UTC
7602e8c add typename before iterators. 06 May 2016, 22:06:59 UTC
3ee0a52 IRMetric first working version. 06 May 2016, 22:06:58 UTC
50a61fc IRMetricNode added, comipled. 06 May 2016, 22:06:57 UTC
c5bcc0c IR Metric node compiled. 06 May 2016, 22:06:55 UTC
7cc0336 Minor changes. 06 May 2016, 22:06:54 UTC
bc644fe Minor changes. 06 May 2016, 22:06:53 UTC
e00a998 Minor edit. 06 May 2016, 22:00:14 UTC
0a63790 Created the OrderedCrossEntropyWithSoftMax criteria node. 06 May 2016, 22:00:13 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
back to top