https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
223469b sync with Philipp 28 April 2017, 02:22:49 UTC
35897ad added serialization for rpn UDFs 27 April 2017, 08:35:25 UTC
6a25f39 added 4-step alternating training scheme for Faster RCNN 27 April 2017, 07:31:58 UTC
cb77151 unit test for proposal layer 27 April 2017, 07:31:58 UTC
be22281 Added VGG16 to Faster RCNN, cleaned up 27 April 2017, 07:31:55 UTC
83a4786 output visualization for Faster R-CNN 27 April 2017, 07:30:16 UTC
b99a689 Eval for Faster R-CNN 27 April 2017, 07:30:15 UTC
14084e4 Heisenbug in Faster R-CNN 27 April 2017, 07:30:15 UTC
5afa82e Added Faster RCNN, initial commit 27 April 2017, 07:30:15 UTC
50cd8b1 Integrate nikosk/swig_repr2 into master 27 April 2017, 06:06:26 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
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
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
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
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
31d236e CNTK v2 library: Add UnpackSequence operator and switch all sequence reductions to use UnpackSequence followed by reduction on teh static axis which is significantly faster compared to performing reduction by running a recurrence. 21 April 2017, 09:02:28 UTC
210be36 CNTK v2 library: Add dynamic validation capability in core CNTK compute engine. 21 April 2017, 07:40:28 UTC
3728341 CNTk v2 library: Proper size hints for temporary matrices allocated from matrix pool for UDFs, sequence reduction, Broadcast and ToSequence nodes. 21 April 2017, 07:40:28 UTC
c4d9a2c CNTK v2 library: Generalize the output selection node for UserDefined Functions to be a general OutputMultiplexer for MultiOutputNode kind nodes in the computation network. 21 April 2017, 07:40:28 UTC
224b235 CNTK v2 library: Add to_sequence operator to convert non-sequence data to sequence data. 21 April 2017, 07:40:28 UTC
18532e8 CNTK v2 library: Add support for free static axes in input variable shapes that infer the actual value from bound data, and can change across different evaluations of the Function graph. 21 April 2017, 07:40:28 UTC
3447d20 verify that installer is running in a 64bit process 21 April 2017, 06:54:28 UTC
bed4cc9 Integrate chazhang/asym2 into master 21 April 2017, 00:30:24 UTC
cb398a7 Fix comment. 20 April 2017, 21:18:43 UTC
4d0a90b Address feedbacks. 20 April 2017, 21:16:44 UTC
f0a1c5a Merge with master. 20 April 2017, 20:51:46 UTC
7572ca7 Execute second pass after forward or backward pass. 20 April 2017, 20:43:36 UTC
6209292 Fix based on CR. 20 April 2017, 14:17:29 UTC
76b359c Integrate wilrich/extMBSourceDoc into master 20 April 2017, 12:12:57 UTC
391a9b1 Integrate alrezni/v2_fixes into master 20 April 2017, 12:08:56 UTC
10158a1 Add doc for UserMinibatchSource 20 April 2017, 11:17:57 UTC
abc3f6e Bug fix for inferring reduction dimensions in NDL branch. 20 April 2017, 01:17:18 UTC
4d5e725 Integrate fseide/fixPadding into master 19 April 2017, 22:50:18 UTC
a5fd4f6 Integrate qiwye/asgd-e2e-fix into master 19 April 2017, 19:51:53 UTC
734993a addessed CR feedback 19 April 2017, 19:08:25 UTC
53474f1 bug fix: Convolution() now passes an explicit padding=False for the reduction dimension, to communicate to convolution() what the reduction axis is. Test case added. 19 April 2017, 18:07:58 UTC
762711a Integrate wilrich/trainerDocFixes into master 19 April 2017, 16:53:36 UTC
22467c6 Communicate 'traceLevel' to deserializers Fix the composite reader to pass the 'traceLevel' on to the deserializers. 19 April 2017, 16:42:26 UTC
7a70d12 Merge branch 'master' of https://github.com/Microsoft/CNTK into qiwye/asgd-e2e-fix 19 April 2017, 15:21:22 UTC
f666539 Integrate alrezni/v2_fixes into master 19 April 2017, 14:14:36 UTC
256528d Fix docstrings here and there 19 April 2017, 13:22:37 UTC
4e987c0 Integrate 2639f65c98b2b14b92f10b7cced8ea38e3d06d60 into master 19 April 2017, 12:24:11 UTC
3c5dc35 Integrate eldak/fixingCPUMatrix into master 19 April 2017, 12:09:00 UTC
23a72e1 Store 0 rng offset in function config dict as size_t 19 April 2017, 11:51:27 UTC
b1a2058 Merge branch 'master' into qiwye/asgd-e2e-fix 19 April 2017, 10:54:51 UTC
2639f65 bindings/python/doc: show module documentation where hidden 19 April 2017, 10:52:17 UTC
4413ea0 bindings/python/doc: fixes 19 April 2017, 10:52:17 UTC
c3425ec bindings/python/doc: exclude internal content 19 April 2017, 10:38:31 UTC
81a58b6 Integrate zhouwang/clonevalueobject into master 19 April 2017, 09:32:52 UTC
back to top