sort by:
Revision Author Date Message Commit Date
c052a88 Integrate amitaga/freeStaticAxes into master 29 April 2017, 02:56:10 UTC
f9e1454 CNTK v2 library: Enable passing dictionary of attributes to native UserFunction factory methods when instantiated from python. 29 April 2017, 01:34:53 UTC
7cf5d6e CNTK v2 library: Turn off name mangling for the names of the V1 nodes backing the V2 Function graph. 29 April 2017, 01:34:53 UTC
a7d7925 Add epsilon as a function parameter for Adam learner. 29 April 2017, 00:18:23 UTC
1bf8892 Integrate vadimma/ctcpyt into master 28 April 2017, 23:48:49 UTC
0e49746 Fix MLF reader config 28 April 2017, 19:14:56 UTC
07544d6 Update the CTC paper reference 28 April 2017, 19:06:49 UTC
3531ff6 Add ForwardBackward node to primitive functions 28 April 2017, 18:57:56 UTC
4bca0a5 layers/tests/layers_test.py: increase tolerance 28 April 2017, 16:11:00 UTC
931210e Tests/EndToEndTests/CNTKv2Python/ModuleTests: enable on CPU SKU 28 April 2017, 15:37:58 UTC
ce54764 Address CR comments 28 April 2017, 10:44:24 UTC
7e91109 bindings/python/cntk/ops/tests/sequence_test.py: remove explicit reset_random_seed() 28 April 2017, 10:44:24 UTC
81c0ae2 Python tests: reset random seed between tests 28 April 2017, 10:44:24 UTC
38b0ea1 Tests/EndToEndTests/CNTKv2Python/Sphinx: fix check and what it complains about 28 April 2017, 10:44:24 UTC
82165cf Integrate wilrich/fixOutputsErrorMsg into master 28 April 2017, 08:55:19 UTC
e129c6c Fix error message when Function.forward()'s outputs is not initialized correctly. 28 April 2017, 07:14:49 UTC
96be139 GPU compute of ctc score update 28 April 2017, 00:38:53 UTC
7c63814 Integrate sayanpa/tutfix into master 27 April 2017, 23:34:45 UTC
38e6ae9 Fixed a doc formatting bug 27 April 2017, 21:12:26 UTC
0ea15c6 fix version 27 April 2017, 19:23:23 UTC
a206b56 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 27 April 2017, 18:40:54 UTC
99a9e81 Incorporated CR feedback 27 April 2017, 18:40:42 UTC
8bbb4fd fix a conflict line 27 April 2017, 18:39:43 UTC
156162f revert accidental change to CNTK.sln 27 April 2017, 18:37:19 UTC
5ee71e8 Merge remote-tracking branch 'origin/master' into nikosk/transpose_orig 27 April 2017, 18:31:57 UTC
0a4b558 incorporate CR feedback 27 April 2017, 17:59:59 UTC
d011737 Fixing order of parameters 27 April 2017, 17:40:53 UTC
7f5dad7 Add phoneBoundaries config to MLF reader python API 27 April 2017, 17:40:52 UTC
9f90359 Integrate nadavbar/fastrcnn_eval_python_notebook into master 27 April 2017, 15:03:26 UTC
638182a Added call to get_output_stream_from_cell when checking number of detections 27 April 2017, 12:38:49 UTC
53a2bba added MNIST LR notebook and test 27 April 2017, 06:07:11 UTC
50cd8b1 Integrate nikosk/swig_repr2 into master 27 April 2017, 06:06:26 UTC
9833535 Updated and add MNIST LR tutorial 27 April 2017, 04:24:17 UTC
abbf879 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutedx 27 April 2017, 02:50:42 UTC
95c755e Fixed py2.7 bug 27 April 2017, 02:50:33 UTC
5bb8cf1 Merge remote-tracking branch 'origin/master' into nikosk/swig_repr2 27 April 2017, 00:59:26 UTC
34be3e6 address CR feedback 27 April 2017, 00:27:12 UTC
2ca0ca7 CNTK v2 library: Fix a bug in handling placeholder inputs for Sequence::Unpack operator. 27 April 2017, 00:15:18 UTC
244aa60 Addressed CR comments for notebook update 27 April 2017, 00:01:58 UTC
8e16200 better error message for old transpose behavior 26 April 2017, 23:30:25 UTC
7c07f24 fixed doctest 26 April 2017, 23:19:09 UTC
eb773ea Address CR feedback 26 April 2017, 23:15:49 UTC
a223470 CNTK v2 library: Fix a bug in handling of reshaping free static axis. 26 April 2017, 20:14:40 UTC
6178924 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutedx 26 April 2017, 19:40:02 UTC
d08da86 Updating the CNTK_202 notebook and test 26 April 2017, 18:14:46 UTC
12496c7 Integrate t-ivrodr/addtional_layers_tests into master 26 April 2017, 13:08:11 UTC
023ae79 Fixed notebook test to use nb_helper for getting consistent output from notebook output 26 April 2017, 09:00:15 UTC
bd943c6 use correct installcache location 26 April 2017, 08:35:44 UTC
e864154 CNTK v2 library: Fix the fragile test_lstm_over_lstm_thought_vectors test by using a fixed seed for parameter initialization to avoid non-determinism due to previously run tests. 26 April 2017, 03:47:27 UTC
a96a2ac CNTK v2 library: Further bug fixes for handling rank-0 scalar tensors in the core CNTK V1 engine. 26 April 2017, 03:47:27 UTC
367edd5 CNTK v2 library: Add support for reshaping operands with free static axes. 26 April 2017, 03:47:27 UTC
cf35d9a more asString methods and a few fixes 25 April 2017, 21:48:57 UTC
533c974 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/tutfix 25 April 2017, 19:08:56 UTC
dc45029 Notebook update and deleting stale previous version 25 April 2017, 18:43:13 UTC
34d32b0 Removed old importsr 25 April 2017, 18:31:08 UTC
c77ccd3 added CR feedback and import cleanup 25 April 2017, 18:28:32 UTC
48aec50 Integrate mahilleb/docfix into master 25 April 2017, 18:16:30 UTC
fc2c00f Fix doctest 25 April 2017, 17:13:30 UTC
850b32f Integrate nikmil/fcn_test into master 25 April 2017, 16:48:50 UTC
10e021e bindings/python/cntk/train/trainer.py: address comment from other CR 25 April 2017, 15:00:36 UTC
56e7190 Integrate alrezni/fixed_seed into master 25 April 2017, 14:54:32 UTC
f4b0bc3 Add end-to-end test for a fully convolutional network (FCN) 25 April 2017, 14:46:42 UTC
91fd3a3 One more fix 25 April 2017, 13:39:36 UTC
3b5a989 bindings/python/cntk/ops/__init__.py: fix docstring markup 25 April 2017, 13:39:36 UTC
abda63d Integrate alrezni/v2_udf_serialization into master 25 April 2017, 11:25:24 UTC
5bed337 Adding more tests for layers library 25 April 2017, 10:20:15 UTC
0154c50 Make all rng users respect fixed seed Make sure that all of the RNG users (Dropout, RandomSample, RandomSampleWithFrequency and Parameter initialization) honor "set_fixed_random_seed" setting 25 April 2017, 10:03:33 UTC
3fc9872 Fixed CNTK version description from RC 1.0 to RC 1 25 April 2017, 08:56:42 UTC
8def7b1 Add support for UDF serialization 25 April 2017, 08:25:43 UTC
cfa28af Best model for each criterion Added option to save the best model for each criterion after epoch loop. This is done by tracking the best epoch for each criterion. At the end the model from the best epoch is copied to a file named <ModelName>_<CriterionName>. If training is interrupted best epoch per criterion log is saved in checkpoint and reload on training resume. Add E2E test for saveBestModelPerCriterion Test created by combining Speech/DNN/ParallelCrossValidation and Image/QuickE2E. Test executes enough epochs so the last epoch is not always the best. Test deletes the last epoch and starts the training again to simulate a continuation of interrupted execution. Generated baseline for Windows locally while for Linux baseline is from Jenkins build with update baseline. 25 April 2017, 07:05:55 UTC
abe879e Integrate amitaga/freeStaticAxes into master 25 April 2017, 05:34:09 UTC
411b9db Renaming and moving 103B to 103C 25 April 2017, 04:57:09 UTC
e551a72 CNTK v2 library: Fix handling of scalar reductions 25 April 2017, 02:16:13 UTC
7a87e2c Merge with master. 24 April 2017, 22:01:13 UTC
7ada4ce CNTK v2 library: Repurpose the gap nan tacking V2 flag for a general checked mode that performs additional runtime validation as a debugging aid. 24 April 2017, 19:59:36 UTC
696ab39 Add back backprop for Assign. 24 April 2017, 18:45:36 UTC
d98ab1a Address feedbacks. 24 April 2017, 18:13:25 UTC
4633e89 CNTK v2 library: Add unit test for sequence.unpack (through sequence.reduce_sum) backprop. 24 April 2017, 18:06:30 UTC
a685011 Integrate t-ivrodr/callstack_improvement into master 24 April 2017, 10:24:47 UTC
7e26106 Integrate mahilleb/PostReleaseMerge into master 24 April 2017, 07:55:45 UTC
c1d88d6 Address feedbacks. 22 April 2017, 21:20:44 UTC
f06d7dd Fixed notebook to support new RC1 APIs 22 April 2017, 05:40:50 UTC
b7fcc54 Added missing dependencies for test 21 April 2017, 18:50:51 UTC
a93f871 transpose works with a permutation 21 April 2017, 17:48:42 UTC
894d9e1 README.md: added news entry for CNTK 2.0 Release Candidate 2 21 April 2017, 15:55:32 UTC
bcfbde4 Addressing CR comments 21 April 2017, 14:48:43 UTC
15708a2 Display count of repeated lines 21 April 2017, 14:48:43 UTC
61aa7a3 Tests/EndToEndTests/CNTKv2Python/Sphinx: align with bindings/python/doc/build.bat 21 April 2017, 14:00:11 UTC
b96608d bindings/python/doc/conf.py: fix logic to link to Github repository 21 April 2017, 14:00:10 UTC
cbab34f bindings/python/doc/build.bat: sphinx-apidoc: --module-first --separate --no-toc 21 April 2017, 14:00:10 UTC
05dda3e bindings/python: doc fixes 21 April 2017, 13:59:35 UTC
b1fcfc4 change 2.0-rc2 to 2.0.0-rc2 in package reference to make it work with nuget packages cretaed by nuget.exe 4.1 21 April 2017, 13:58:14 UTC
a1e10ff Bump version numbers 21 April 2017, 13:58:00 UTC
f99e9a4 Merge branch 'wolfma/6432bit' of https://github.com/Microsoft/CNTK into wolfma/6432bit 21 April 2017, 12:06:45 UTC
3ee246c closes #1742 21 April 2017, 12:06:24 UTC
2192969 verify that installer is running in a 64bit process 21 April 2017, 12:06:24 UTC
4553fca closes #1742 21 April 2017, 12:05:16 UTC
a9b3f4a Fixed notebook cell numbering 21 April 2017, 11:28:12 UTC
54f28d2 Merged from master 21 April 2017, 11:26:55 UTC
085968f Changed set_default_device to try_set_default_device 21 April 2017, 11:13:38 UTC
back to top