https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
91c566f CNTK v2 library: Fix trainer to save the model instead of the combined model, loss, metric as the model file. 04 April 2017, 20:25:53 UTC
99a5180 Integrate kedeng/fixAdadeltaCPU into master 04 April 2017, 20:20:22 UTC
fe9b401 Fix Adadelta in CPU Sparse 04 April 2017, 18:29:15 UTC
5d2b907 Integrate mahilleb/ChangeReaderTest into master 04 April 2017, 18:28:06 UTC
3c3e340 Tests/EndToEndTests/UnitTests/ReaderTests/: no Windows Debug in Nightly 04 April 2017, 16:56:27 UTC
82030c4 Add V2 api to get/set trace level * Add yet another setter for the V1 component (math lib). * Add global getter and setter to the V2 API. If the V1 trace level is set to Info (the maximum possible value), tracing is also automatically enabled in all V1 components (network, GPU memory allocator and math lib). * Print an error message if cudaGetDeviceCount fails in BestGpu::Init(). 04 April 2017, 16:35:46 UTC
94993f3 Integrate alrezni/v2_dropout into master 04 April 2017, 16:16:31 UTC
8592965 Add local worker's state checkpointing Add a mechanism to preserve the local state of a distributed worker (together with the external state aggregated by the main node and saved inside the checkpoint). 04 April 2017, 14:07:48 UTC
d192653 Integrate vadimma/fix_fb into master 04 April 2017, 07:58:14 UTC
62db081 Update CTC E2E tests baselines 04 April 2017, 05:51:30 UTC
651363b Update README.md 03 April 2017, 20:37:09 UTC
967b83d Integrate ebarsoum/input into master 03 April 2017, 18:31:10 UTC
34570e1 Merge branch 'master' into ebarsoum/input For checkin....# the commit. 03 April 2017, 17:32:40 UTC
2c429a6 Tests/Install/windows/test-install.bat: deselect specific test 03 April 2017, 16:18:46 UTC
ce7d96d Normalize pre-release version number Conflicts: Source/CNTK/CNTK.cpp bindings/python/cntk/__init__.py bindings/python/doc/gettingstarted.rst 03 April 2017, 16:18:09 UTC
861bfbd Bump versions 03 April 2017, 16:16:31 UTC
5ef0c7c update examples to new dll names in Nuget packages; upgrade to use Beta16 03 April 2017, 16:16:23 UTC
9d7481e fix broken link 03 April 2017, 15:56:05 UTC
67f7cbe updated readme 03 April 2017, 15:22:21 UTC
72a71f5 Clean Conv3D. 03 April 2017, 05:56:10 UTC
0c48a8c Make property at NDArrayView/Value: is_sparse, device, is_read_only; add dtype 03 April 2017, 05:42:46 UTC
2b829d6 Merge branch 'master' into ebarsoum/input To get default option fix. 03 April 2017, 04:53:40 UTC
d827c89 Fix and cleanup Conv3D example. 03 April 2017, 04:52:40 UTC
fba356f CNTK v2 library: Several sparse data handling fixes 1) Handle conversion of a single scipy.csr_matrix to a Value object 2) Better error handling for conversion to csr matrices and fixed a perf issue in the conversion. 3) Fixed the AssignOneHot sparse matrix implementations 4) Add sparse/dense value type inference in the computation network and centralize matrix shape determination for sparse vs. dense matrices. 03 April 2017, 01:40:26 UTC
8148cab CNTK v2 library: Fix per_dim_mean_variance_normalize op. 02 April 2017, 18:34:12 UTC
bed0e33 CNTK v2 library: Fix conversion of sparse Value/NDArrayView objects to scipy csr format 02 April 2017, 18:34:12 UTC
e61af8c CNTK v2 library: Add str() for Axis 02 April 2017, 18:34:12 UTC
f863ff6 Add brainscript parsing to ForwardBackward node 02 April 2017, 18:23:26 UTC
7c6304e Integrate wilrich/fix_default_options into master 02 April 2017, 08:05:58 UTC
5eca042 Integrate chenta/one_hot_bug_fix into master 01 April 2017, 00:48:43 UTC
af66b65 Update index.rst 31 March 2017, 22:51:54 UTC
0bd078f Update typing.py 31 March 2017, 22:51:01 UTC
cac9fb1 Integrate kedeng/fasterTimes2 into master 31 March 2017, 22:16:55 UTC
63ef0b3 add more unit tests 31 March 2017, 21:27:40 UTC
e2edc80 Import all from default_options in cntk namespace 31 March 2017, 21:07:14 UTC
72f7a41 remove useless code 31 March 2017, 18:47:20 UTC
59a2c26 Make sparse label CE backprop faster When minibatch size is big (like 10000), the diagonal matrix in times node for gradient could be big. This change implements a ColumnwiseScaleAndWeightedAdd to reduce the cost in that case. 31 March 2017, 18:07:11 UTC
5651d57 Integrate chazhang/conv_nv1 into master 31 March 2017, 17:20:01 UTC
c4b9dd5 Match Python script parameter with BrainScript. 31 March 2017, 14:45:12 UTC
0772f60 Autopep; shorten the device descrption 31 March 2017, 09:54:32 UTC
e1786b1 Typemap NDArrayView.device() 31 March 2017, 08:53:51 UTC
4ddb7f1 Bug fix and check back in NVidia's change for convolution workspace. 31 March 2017, 05:21:20 UTC
88ecaa4 Fix test caused by previous check-in. 31 March 2017, 05:17:50 UTC
20d473d Fix ConvNet CIFAR10 scripts for namespace change. 31 March 2017, 04:17:36 UTC
f8de646 Fixes of ConvNet examples for namespace change. 31 March 2017, 04:03:48 UTC
16e5acb Fixed Fast R-CNN after API changes 30 March 2017, 22:29:26 UTC
8a9020f CNTK v2 library: Migrate past_value and future_value to sequence 30 March 2017, 19:11:20 UTC
0d2879e CNTK v2 library: Remove remnants of the use of deprecated input_variable and placeholder_variable methods 30 March 2017, 19:11:20 UTC
f32fde5 CNTK v2 library: Add support for reporting distributed training synchronization updates in the ProgressWriter. 30 March 2017, 19:11:20 UTC
e5458e9 Integrate fseide/s2spy into master 30 March 2017, 17:21:47 UTC
08e1945 Integrate eldak/addVerbosityToTest into master 30 March 2017, 16:23:55 UTC
48a3f6b fixed a doc link error 30 March 2017, 16:18:05 UTC
ff3f92d Integrate eldak/philippsFix into master 30 March 2017, 16:16:05 UTC
2439ee9 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 30 March 2017, 15:31:27 UTC
2d9f31d addressed CR feedback 30 March 2017, 15:31:06 UTC
219ff7f Integrate nikmil/upsampling_layer into master 30 March 2017, 14:32:16 UTC
729bd3e Adding more output in case of error 30 March 2017, 14:28:39 UTC
300d229 Pilipps fix 30 March 2017, 14:23:08 UTC
e333412 Factor worker rank into the auto-generated seed 30 March 2017, 13:02:53 UTC
4f57544 Add initial seed argument Support specifying the initial random seed when instantiating the dropout and random sample nodes. 30 March 2017, 13:02:53 UTC
8f33920 Add bilinear upsampling layer Add bilinear upsampling layer implemented using transposed convolution with biliner initialization and learning rate multiplier set to zero. Conflicts: Source/CNTK/BrainScript/CNTKCoreLib/CNTK.core.bs 30 March 2017, 12:43:08 UTC
dc0a5e2 Removing deprecated stuff from training session 30 March 2017, 07:31:59 UTC
8af30f6 Integrate chazhang/convfix into master 30 March 2017, 07:00:38 UTC
e1695eb Bug fixes. 30 March 2017, 03:59:28 UTC
051a667 Some bug fixes. 30 March 2017, 00:38:54 UTC
e68b171 Integrate ebarsoum/cleanup into master 30 March 2017, 00:04:35 UTC
74c2a30 Revert Nvidia convolution code to assure convolution accuracy. 29 March 2017, 23:58:46 UTC
30941f2 Change poolPadMode to poolIncludePad. 29 March 2017, 23:56:46 UTC
9ddb343 Fix convolution. Working but transfer learning accuracy low. 29 March 2017, 23:56:46 UTC
3da1e6b Merge branch 'master' of https://github.com/Microsoft/CNTK 29 March 2017, 23:51:50 UTC
e0f443b Merge branch 'master' of https://github.com/Microsoft/CNTK 29 March 2017, 23:19:00 UTC
559e92b (typos in docstrings) 29 March 2017, 22:43:07 UTC
ffa1b9d moved @Function docstring from _to_Function (incorrect place) to class constructor, and added doctest examples 29 March 2017, 22:38:28 UTC
51aa4fa added a module docstring to typing.py with doc tests; changed Tensor[] to save the single axis as a list to make it more uniform to inspect 29 March 2017, 22:25:31 UTC
13f2c0a CNTK v2 library: Removed a trainer test that expected an exception in a valid Function graph due to a bug that is now fixed. While Eldar (the test author) and I discuss how to replace this with a test that covers the intention of the test, removing this to commit the bug fixes. 29 March 2017, 22:24:05 UTC
d251977 Merge with master. 29 March 2017, 22:05:51 UTC
05147af More fixes and examples for Parameter and Constant. 29 March 2017, 21:52:37 UTC
c474026 CNTK v2 library: Improve error message for Constants will mismatching datatype that cannot be implicitly coerced to the required type 29 March 2017, 21:43:51 UTC
d302daf CNTK v2 library: Bug fixes 1) Fix Function::FindByName to properly traverse entire graph when traversing inside blocks 2) Fix handling of empty blocks that just pass through their inputs 29 March 2017, 21:43:51 UTC
02bf4de Fix graph_test. 29 March 2017, 21:39:11 UTC
5bbf422 Revert "fix workspace corner case and reduce memory footprint" This reverts commit 1acef6f9898fa3a7375a6e05ce7dbcae0b3a800c. 29 March 2017, 20:20:54 UTC
5269f46 Revert "More fix from Deyu" This reverts commit d53936c4efa45b044ba06337b3e00d652ec2d938. 29 March 2017, 20:20:36 UTC
d8a3d47 More Jenkins fixes. 29 March 2017, 20:08:02 UTC
cf569da Fix doc test errors and add them to build script. 29 March 2017, 18:33:35 UTC
efb20de Integrate wilrich/miscFixes into master 29 March 2017, 18:32:49 UTC
f339507 Fix VS autocorrect. 29 March 2017, 17:44:41 UTC
43cd200 Fix comments and remaining notebooks. 29 March 2017, 17:41:59 UTC
6b0d979 Fix jenkins reported issues. 29 March 2017, 16:50:55 UTC
9adade3 Adapting examples; set MinibatchData.data to be a property 29 March 2017, 15:09:13 UTC
cfc178c Integrate eldak/fixingBroadcastScope into master 29 March 2017, 14:56:54 UTC
1368b2d Make one_hot PY2.7 compliant 29 March 2017, 14:31:40 UTC
feab98f Rename to_seq() to as_sequences() 29 March 2017, 14:31:38 UTC
fb5091a Replace __array_interface__ by .asarray() member methods; repurpose cntk.asarray() 29 March 2017, 14:31:36 UTC
d2fddcc Supporting NumPy's int types in Value.one_hot 29 March 2017, 14:31:35 UTC
579fce1 Fixing initialization of acc eval 29 March 2017, 11:25:41 UTC
a8e961d Merge branch 'master' into ebarsoum/cleanup For Jenkins. 29 March 2017, 09:08:23 UTC
90287b6 Fix Notebook... 29 March 2017, 09:07:15 UTC
12d116c Fixing broadcast scope 29 March 2017, 08:57:58 UTC
1996f9e Integrate zhouwang/cseval-refactor-value into master 29 March 2017, 07:59:48 UTC
0804d83 More fixes. 29 March 2017, 07:49:59 UTC
back to top