sort by:
Revision Author Date Message Commit Date
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
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
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
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
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
44b0a58 benign __init__.py change which couldn't be reverted 04 May 2016, 11:59:34 UTC
4acf1eb Adding comments in MNIST example 04 May 2016, 11:51:19 UTC
0f336ce more details in concept; reorder TOC 04 May 2016, 11:45:58 UTC
2274d0b removing encoding in another spot 04 May 2016, 11:37:45 UTC
67ffdc3 formatting 04 May 2016, 11:28:59 UTC
f887af8 updated getting started to use new C.parameter() definition 04 May 2016, 11:28:05 UTC
85fa061 fixed formatting 04 May 2016, 11:25:29 UTC
f904d22 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 11:24:32 UTC
14f5628 adapted seqcla.py example to run with python 2 as well 04 May 2016, 11:24:27 UTC
46254d4 Adjust tolerance for Linux 04 May 2016, 11:24:09 UTC
e02dfd8 Clean utf8 characters 04 May 2016, 11:01:57 UTC
f5b38d5 Adjusted example to new parameter() and disabled test() since data is not yet uploaded 04 May 2016, 10:52:13 UTC
e3b97da Propagate learning rate as well 04 May 2016, 10:47:05 UTC
4945bb8 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 10:45:47 UTC
d91c8bc Cleaning up parameter() parameters 04 May 2016, 10:20:32 UTC
aa383f4 Converting mnist to new facade 04 May 2016, 09:55:48 UTC
54d15e2 Added reference to full LSTM example at the end of getting started 04 May 2016, 09:42:28 UTC
6b6713d added reference to example for reconcile_dynamic_axis 04 May 2016, 09:38:50 UTC
5629d95 fixed past and future value examples! 04 May 2016, 09:30:56 UTC
e8b61f2 added small intro to Readers documentation 04 May 2016, 09:04:47 UTC
2ab2db7 Merge branch 'blis/ops14todo' of https://github.com/Microsoft/CNTK into blis/ops14todo 04 May 2016, 09:02:24 UTC
ea84b70 more small changes to concepts 04 May 2016, 09:02:19 UTC
bf45ede Remove C as an alias for constant, since this is now reserved for cntk 04 May 2016, 08:54:03 UTC
7e4bb72 more typos fixes, etc. 04 May 2016, 08:51:22 UTC
7975fd4 testcases.yml fixes (particularly for Nightly); recreate baselines 04 May 2016, 08:47:30 UTC
37fa283 fixing up / re-writing some parts of concepts for better clarity, fixing typos 04 May 2016, 08:42:48 UTC
9bb106b Make node's is_input() private 04 May 2016, 08:42:37 UTC
cfd9c9b fixed weird character in concepts.rst 04 May 2016, 08:36:06 UTC
9907974 fixed typo in comment in seqcla.py and small edit to ops file 04 May 2016, 08:28:51 UTC
5cb3c66 Improving examples.rst 04 May 2016, 07:58:25 UTC
b4cde7c Fixed a glitch in the rollback fix; was mising rolling back the epoch number for non rank-0 parallel workers 04 May 2016, 05:34:44 UTC
6daa225 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 04 May 2016, 04:13:56 UTC
be7549d Merge branch 'fseide/seq2seqsample' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 04 May 2016, 01:56:31 UTC
202fd8d deleted some unused code from seq-2-seq sample 04 May 2016, 01:56:09 UTC
a5c14c7 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 04 May 2016, 01:02:22 UTC
d2ce42d update baseline for SLU and Text/RNN due to rollback behavior change 04 May 2016, 01:02:01 UTC
6e6c8a0 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 04 May 2016, 00:38:39 UTC
e0284fb factored out the decoder stack in the seq-2-seq example 04 May 2016, 00:28:20 UTC
636bb52 updated MB size in seq-2-seq sample 03 May 2016, 23:43:45 UTC
ec8df98 switched seq-2-seq example back to LMSequenceReader 03 May 2016, 23:05:33 UTC
48efae9 Bugfix: Dropout nodes' must be evaluated in each minibatch to reflect the fact that the node's implict random-mask input changes after each minibatch even if the actual explicit input to the node does not 03 May 2016, 22:48:47 UTC
ff12a72 towards unification of readers 03 May 2016, 22:26:05 UTC
a01409d updated submodule reference 03 May 2016, 22:03:32 UTC
7208fa9 updated seqcla.cntk after Last() moved to CNTK.core.bs 03 May 2016, 22:02:00 UTC
back to top