https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
eaf3e73 6013 CTC 28 March 2017, 21:27:09 UTC
07ce0c7 Make DeviceId as a parameter in CTC tests 06 March 2017, 17:51:32 UTC
3f72c18 Minor MLF reader refactoring 06 March 2017, 16:17:34 UTC
ccca010 Update baseline for CTC MLF reader E2E tests, some refactoring 04 March 2017, 05:32:53 UTC
402b597 Add E2E test for MLF CTC reader 04 March 2017, 05:32:53 UTC
3e15371 Make phone boundaries in HTKMLFDeserializer configurable 04 March 2017, 05:32:53 UTC
0d1cf21 Extend MLF reader to read phone boundaries 04 March 2017, 05:32:53 UTC
83f51bb another namespace fix 04 March 2017, 03:02:20 UTC
260a7b0 added two missing Examples to PythonExamples project 04 March 2017, 01:27:28 UTC
7c9fa5a another example update 04 March 2017, 01:27:10 UTC
1dcc6d3 added a docstring example to past_value for data-dependent initial_state; one more round of deleting stale code and comments; fixed the slice bug of test_sequence_to_sequence() 04 March 2017, 01:21:54 UTC
c2cbc3d s2s test now sets the device before importing the example code, to avoid a device default mix-up 04 March 2017, 00:26:05 UTC
f90428c once again 03 March 2017, 23:34:22 UTC
b118973 another try at ThrowFormatted on gcc 03 March 2017, 23:33:25 UTC
07ba1d3 more trial and error 03 March 2017, 23:25:26 UTC
5768798 more gcc happiness 03 March 2017, 23:15:00 UTC
1257c61 (added an annotation) 03 March 2017, 23:06:46 UTC
aa0bc71 gcc happiness 03 March 2017, 23:04:55 UTC
a89cac3 bug fix: Linux version of ThrowFormatted() should not call itself 03 March 2017, 22:45:27 UTC
4407904 addressed CR feedback (wrong test in __getitem__()) 03 March 2017, 22:25:21 UTC
a59181f setting up Trainer again without model=None as that may trigger a mem-sharing bug 03 March 2017, 22:17:54 UTC
1bdd3da reverted depth_first_search distance/depth in stack variable to prior; deleted some unused left-over code; fixed some import/namespace issues with new tests 03 March 2017, 22:02:18 UTC
42256b6 updated 204 tutorial to new signature of LSTM() 03 March 2017, 19:50:23 UTC
a7553ba reverted and updated an accidentally committed over-the-top .gitignore 03 March 2017, 19:49:55 UTC
f5b86c2 increased tolerance of s2s test, due to random init 03 March 2017, 18:56:50 UTC
b8bc888 removed one more Placeholder() from an example 03 March 2017, 18:46:52 UTC
a460a93 reverted train/test_minibatch() to their old signature and behavior 03 March 2017, 18:45:32 UTC
51a3ee5 merged from master 03 March 2017, 18:30:11 UTC
2dcfab9 fixed a syntax error in a tutorial (merge error??) 03 March 2017, 16:44:46 UTC
7cfb0f8 fix after merge (missing import) 03 March 2017, 16:39:07 UTC
b685f7c removed debug messages 03 March 2017, 16:31:11 UTC
dcdbe20 fixed an import path after addressing CR feedback 03 March 2017, 16:28:04 UTC
435c880 Integrate kedeng/timesReduceSeq2 into master 03 March 2017, 13:23:39 UTC
4f645ba Integrate amtiaga/bugFixesForReasonNet into master 03 March 2017, 12:57:46 UTC
38615e2 Integrate v-yuxgu/ceil-pooling into master 03 March 2017, 12:52:29 UTC
9bc2042 updated some more tests after merge 03 March 2017, 11:02:40 UTC
bfd1197 bug fix: Python 2.7 overwrites iteration variable in list comprehension when it exists outside 03 March 2017, 10:45:49 UTC
755708b plenty of log messages for graph search; put that temporarily disabled test back in 03 March 2017, 09:57:29 UTC
7029d00 Times optimization for two sequences to avoid unroll in time steps This made attention sum calculation on CPU ~70x faster (from 180ms -> 2.5ms) in a case of attention sum for vocab_dim=40000, sequence_length=100, with 10 sequences in a batch 03 March 2017, 09:13:07 UTC
811208f 2.7 happiness in __call__() 03 March 2017, 08:33:25 UTC
054a00a changed to use uid for depth_first_search() visited set 03 March 2017, 08:23:31 UTC
0514a40 CNTK core: Made actual forward prop evaluation order consistent with the order in which we setup matrix sharing structure, to ensure proper evaluation of a set of nodes in accordance with the assumed evaluation order during allocating node value/gradient matrices. 03 March 2017, 06:32:07 UTC
578b535 temporarily removed test_sequence_grad_as_numpy_false, to see whether it is the test that makes the system hang 03 March 2017, 06:12:54 UTC
e8aba41 addressed CR feedback (renamed rf_shape [Cha]) 03 March 2017, 06:08:47 UTC
3337b47 (minor fix of __getitem__()) 03 March 2017, 05:40:33 UTC
a24552b merged __getitem__() implementations in tensor.py 03 March 2017, 04:56:48 UTC
02e93d7 merged the two __getitem__() versions in tensor.py; added test for slice operator 03 March 2017, 04:55:26 UTC
20bfb76 moved Evaluator from trainer.py to examples that use it, subject to a proper implementation 03 March 2017, 04:51:09 UTC
77154a7 Integrate vistepan/progress-tracking-fixes into master 03 March 2017, 04:03:39 UTC
610065c adapted train_models_for_evaluation.py to run on CPU 03 March 2017, 03:55:57 UTC
be144fa update test modelversion 03 March 2017, 03:52:59 UTC
2d62f18 moved Variable.__getitem__() to TensorMixIn in prep for merge 03 March 2017, 03:26:11 UTC
f80fff2 Merge branch 'master' into v-yuxgu/ceil-pooling 03 March 2017, 02:13:09 UTC
410b090 Address feedbacks. 03 March 2017, 02:10:26 UTC
6256c6e Updated examples to use the latest progress writer API 03 March 2017, 01:57:57 UTC
486627d Merge branch 'master' into ebarsoum/prim1 For CR and checkin. 03 March 2017, 01:54:30 UTC
19f010c Shouldn't use std::swap in cuda. 03 March 2017, 01:53:30 UTC
6a4c9d6 reverted __call__() to old behavior 03 March 2017, 01:45:31 UTC
b141fc0 added some debug code for tracking down Python 2.7 __getattr__() problem; fixed accidental commit of build.bat 03 March 2017, 01:34:23 UTC
60cc5e2 updated a test 03 March 2017, 00:55:16 UTC
b2369d8 _train_test_mb_map_args() now a little less strict about signature of model and metric 03 March 2017, 00:46:07 UTC
0f00a0f merge-fix (softplus) 03 March 2017, 00:37:57 UTC
90610df fixed a merge error 02 March 2017, 23:09:25 UTC
52ebff6 Comments to explain the constants used in distributed gradients aggregation 02 March 2017, 22:01:14 UTC
4cd7220 Integrate chazhang/deconv3 into master 02 March 2017, 21:50:30 UTC
4554a27 Integrate chazhang/mempool2 into master 02 March 2017, 21:26:59 UTC
5fb4e7e Revision on deconvolution code to be compatible with Frank's Layer API. If convolution_transpose need to be exposed in C++ API or Python low level API, we will add them later, possibly with a different name. Fix comments. Bug fixes for passing test, and CR feedback. 02 March 2017, 20:11:36 UTC
9a8db4b Adding a workspace memory in MatrixPool.h. Adding a workspace memory in MatrixPool.h. Fixes based on CR. 02 March 2017, 20:08:41 UTC
7ed870d Remove transpose option for Convolution. 02 March 2017, 20:04:41 UTC
35b953b addressed CR feedback 02 March 2017, 20:01:29 UTC
76ee697 removed unused options in depth_first_search(); a Python 2.7 fix in seq2seq 02 March 2017, 19:47:41 UTC
736d2f0 merged from master 02 March 2017, 19:46:22 UTC
2d56cad Integrate sayanpa/negcos2 into master 02 March 2017, 18:38:45 UTC
e9ddb81 Add log message back 02 March 2017, 18:10:41 UTC
0cde2a6 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/negcos2 02 March 2017, 16:54:25 UTC
a6dcce3 small fixs on core.bs 02 March 2017, 09:36:11 UTC
19c2de3 enable ceilOutDim in BS 02 March 2017, 08:35:14 UTC
c1413f5 added buildinfo.h to .gitignore 02 March 2017, 04:02:16 UTC
16620e2 train_models_for_evaluation.py can only run on the GPU due to sparse model updates 02 March 2017, 03:58:24 UTC
c4846b0 removed accidentally committed buildinfo.h from repo 02 March 2017, 03:55:28 UTC
beee267 added a back-compat blocks.py that shows a deprecation warning 02 March 2017, 03:46:49 UTC
de1dcbb changed the test for LayerNormalization() due to rounding problems 02 March 2017, 03:32:41 UTC
913a33f updated s2s test 02 March 2017, 03:14:41 UTC
ac19c14 made Python 2.7 happy; refined Type.__str__() 02 March 2017, 03:11:55 UTC
461d4ba Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/negcos2 02 March 2017, 02:38:04 UTC
e3e8cae Updated the docstrings 02 March 2017, 02:37:50 UTC
de6371b CNTK v2 library: C++ user-defined Function example 02 March 2017, 02:11:10 UTC
4c79aee Updated the doc strings 02 March 2017, 01:01:48 UTC
9576147 removed plot() command in LanguageUnderstanding, since it fails in testing (GraphViz not installed) 02 March 2017, 00:46:54 UTC
4803185 updated a test 02 March 2017, 00:44:15 UTC
0b883c0 bug fix: under Python 2.7, get_python_function_arguments() should actually use the __annotations__ it finds 02 March 2017, 00:40:31 UTC
03dea26 utils.debughelpers.dump_signature() now prints a more or less correct Python 3 type annotation 02 March 2017, 00:30:59 UTC
da32e5f Merged cosine_distance_with_nagative_samples with master 01 March 2017, 22:48:51 UTC
615bdaf Adding convolution_transpose and giving it an optional output_shape parameter. Adding convolution_transpose and giving it an optional output_shape parameter. Remove tabs in the file. Small fix before CR. Bug fix for Linux build. Bug fixes for passing tests. Revision for passing test of loading legacy models. Fixes for CR. Add comments. Various fixes for test. Bug fixes for test. 01 March 2017, 22:48:19 UTC
739bb02 Updated python test and CR update 01 March 2017, 21:57:09 UTC
28b749d Update CNTK_106B_LSTM_Timeseries_with_IOT_Data.ipynb 01 March 2017, 20:05:13 UTC
3bb57a3 completed adding docstrings to all in layers.py with examples that double up as tests 01 March 2017, 19:22:32 UTC
44a8b8c Integrate alexeyo/Enable-7zip-for-BinaryDrops-Windows into master 01 March 2017, 17:29:58 UTC
1186a3b Addressed CR comments 01 March 2017, 17:06:29 UTC
a6dd32f Scripts/install/*/conda-*.yml added pydot-ng==1.0.0 (via Pip) 01 March 2017, 16:02:59 UTC
back to top