https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
6d9aac2 fix conflict in `Source/Readers/ImageReader/ZipFaceFileReader.cpp` 09 March 2017, 09:01:35 UTC
4512b1f revert merge changes 09 March 2017, 08:58:08 UTC
64b4459 Revert "Merge branch 'master' into v-lelu/facereader-test" This reverts commit 65ab5cbb7b3b8d2c829d338e2cb81b025a84a8b2, reversing changes made to b14b80be46bfad27ef5af34214068e7ca8833ed0. 09 March 2017, 08:50:24 UTC
498a4c4 Revert "Merge branch 'master' into v-lelu/facereader-test" This reverts commit 13d0a99c301a609bd285256966ef09940133c2c5, reversing changes made to 65ab5cbb7b3b8d2c829d338e2cb81b025a84a8b2. 09 March 2017, 08:50:08 UTC
5c44814 Revert "Merge branch 'master' into v-lelu/facereader-test" This reverts commit 1403e82232e8e1ae390f71eeedc2dc342fd064ac, reversing changes made to 13d0a99c301a609bd285256966ef09940133c2c5. 09 March 2017, 08:49:23 UTC
08ae3b7 Revert "Merge branch 'master' into v-lelu/facereader-test" This reverts commit 16a4af26017c9dcadc39f40cce45306973615c2b, reversing changes made to 90b9f225aee691a227f4d8b8bed420ce54433a29. 09 March 2017, 08:48:43 UTC
56c6db9 Revert "Update zipfacefilereader" This reverts commit b4ec1a2e7fb111a5ef542583cd146fdb8f532bc0. 07 March 2017, 07:53:39 UTC
16a4af2 Merge branch 'master' into v-lelu/facereader-test 07 March 2017, 07:06:15 UTC
85bb5f0 Integrate kedeng/fixTimesReduceSeq into master 07 March 2017, 04:36:13 UTC
59009c2 Integrate vistepan/tensorboard-brainscript-support into master 07 March 2017, 03:30:04 UTC
37c7746 Fix dynamic axis in Times output when reducing sequence axis, and update test 07 March 2017, 03:08:03 UTC
b0453e6 Support for logging to TensorBoard from BrainScript. 07 March 2017, 01:38:34 UTC
020ed1a Fix rank-0 matrix shape to have dynamic axes in columns Also add a testcase for the cudaMalloc failure investigation 07 March 2017, 01:34:25 UTC
dda7e48 Integrate b023f6c85347c0e411abcd7123c15be4fb238ce0 into master 07 March 2017, 01:15:06 UTC
56b05eb Update README.md 06 March 2017, 23:06:21 UTC
8368586 Minor refactor and README update in CTC training 06 March 2017, 20:33:08 UTC
98eaedf Integrate amtiaga/bugFixesForReasonNet into master 06 March 2017, 19:09:54 UTC
730e592 CNTK v2 library: Improve error messages 06 March 2017, 18:09:44 UTC
b2dcdda Integrate eldak/sameStreamErrorMessage into master 06 March 2017, 18:02:35 UTC
47d3ffc CNTK v2 library: Minor bugfix to handle the situation of a sequence.reduce operation being performed on a placeholder operand whose shape is known but dynamic axes are unknown 06 March 2017, 17:53:38 UTC
d67957d Fixing error message when two streams with the same name are present 06 March 2017, 16:35:15 UTC
c735636 Making zip_open read only and optimization of conc_stack 06 March 2017, 11:37:40 UTC
9ed8a4c Merge pull request #1498 from SaqibS/master Fixing typos 06 March 2017, 05:55:51 UTC
b023f6c Merge branch 'master' into pp_custom_metric 06 March 2017, 03:52:26 UTC
ba64f2c Merge branch 'master' into pp_custom_metric 06 March 2017, 03:50:55 UTC
90b9f22 delete dumping code 05 March 2017, 16:30:20 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
3e6f509 Merge branch 'master' into pp_custom_metric 03 March 2017, 05:45:05 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
back to top