https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
5c92503 Force set default device in pytests 02 December 2016, 16:04:40 UTC
bcfe583 Integrate t-ivrodr/combine_pytest into master 02 December 2016, 14:33:28 UTC
0d46f6d Integrate eldak/fixingNewReaderMBSize into master 02 December 2016, 12:50:56 UTC
e8f7992 Integrate alrezni/fix_end_of_epoch into master 02 December 2016, 11:23:06 UTC
211df14 Integrate sayanpa/pydoc into master 02 December 2016, 10:12:15 UTC
3c70c3c Integrate movasi/distrib_miou into master 02 December 2016, 10:01:38 UTC
17e4a07 Added CR comments and updated test 02 December 2016, 09:15:45 UTC
6f89bfe Adding a time series tutorial with Pandas and Numpy interop for finance data 02 December 2016, 09:15:45 UTC
5fdf7ca Integrate wilrich/paddingFix into master 02 December 2016, 09:01:11 UTC
247aba3 address comments in CR 02 December 2016, 08:44:04 UTC
ab84f15 Add pytest for combine operator 02 December 2016, 08:44:04 UTC
4046f88 Fixing mbsizing for the new reader Addressing CR Fixing shim 02 December 2016, 08:41:35 UTC
1b6cc77 Fix timestamp bump After ResetEvalTimeStamps function is called, all nodes in the network will have the same timestamp equal to global timestamp counter. The first BumpEvalTimeStamp function that is called after that will leave the timestamp of the node unchanged and will just increment global counter. This causes the problem when one wants to repeat forward pass for the part of the network, by bumping timestamps of the nodes from which the forward pass should be performed. E.g. from accumulator nodes to evaluation nodes after aggregation of accumulator values is done at epoch end. This change fixes described problem. 02 December 2016, 08:12:51 UTC
93f12da Fix distributed calculation of mean IOU Currently, every worker calculates mean IOU error on subset of data set and final (aggregated) error represents average of these errors, which is incorrect. This issue is addressed by aggregating accumulator values at epoch end and re-running the forward pass from accumulators to evaluation node to obtain the final result. Aggregation across workers is done at epoch end and not in each minibatch to avoid additional synchronization cost. 02 December 2016, 08:12:51 UTC
b79a30a Integrate v-yuxgu/memoryopt-fix into master 02 December 2016, 03:21:27 UTC
f07a436 Integrate thhoens/nbr3 into master 02 December 2016, 02:59:18 UTC
11a051c Integrate sayanpa/pytut into master 01 December 2016, 23:31:27 UTC
7fc2f50 Allow for NumPy arrays in one-hot 01 December 2016, 19:46:20 UTC
e2b7fee Incorporated CR feedback 01 December 2016, 19:24:52 UTC
e6c96f8 Added couple of clarifying comments without any test 01 December 2016, 19:24:51 UTC
ef6aa85 Final update for CNTK Binary Reader. 01 December 2016, 18:31:10 UTC
763567e Properly set the end of epoch flag on the last minibatch 01 December 2016, 16:33:22 UTC
0def86c Fix shape determination in sequences, if they are lists of NumPy arrays 01 December 2016, 11:00:31 UTC
aed74e3 Make error message consistent. 01 December 2016, 07:07:05 UTC
b87fe62 Merge branch 'master' into v-yuxgu/memoryopt-fix 01 December 2016, 06:03:50 UTC
860cf6f Merge branch 'master' into ebarsoum/oldmodel Checkin. 01 December 2016, 05:38:20 UTC
ea1ce58 Provide better error message for wrong image layout. 01 December 2016, 05:37:33 UTC
8a22b30 Integrate mahilleb/Py1BitSGD into master 01 December 2016, 02:53:34 UTC
1a5b835 Added tests, Makefile for Linux builds and fixed things per the CR. 01 December 2016, 01:36:07 UTC
695fb29 Updated DiskOffsetsTable and added comments. 01 December 2016, 01:36:05 UTC
e86af14 Initial commit of CNTKBinaryReader 01 December 2016, 01:36:04 UTC
ccb6b42 Merge branch 'master' into ebarsoum/oldmodel For CR. 01 December 2016, 01:22:34 UTC
a043841 Support legacy average and max pooling node in v2. 01 December 2016, 00:15:54 UTC
d939390 Tests/EndToEndTests/CNTKv2Python/: include 1bitsgd in test run 30 November 2016, 19:23:27 UTC
026c5c0 Integrate ebarsoum/action into master 30 November 2016, 18:49:42 UTC
932929e Integrate amitaga/v2Beta4 into master 30 November 2016, 12:03:57 UTC
3d29d1a Integrate wilrich/rename into master 30 November 2016, 11:41:52 UTC
1f5a070 Integrate alrezni/v2_fix_adagrad into master 30 November 2016, 09:41:00 UTC
5663dc2 CNTK v2 library: Fixed a bug in Reshape backpropagation implementation where the input gradient was being overwritten instead of being accumulated into and also fixed other reshape related issues in python binding as well as in reshape tests 30 November 2016, 08:22:43 UTC
220ecb9 Fix smoothed gradients pre-allocation in AdaGrad Close #1096 30 November 2016, 08:21:37 UTC
97bba67 Disable UCF11 unit test. 30 November 2016, 02:54:56 UTC
a1a7d87 Merge branch 'master' into ebarsoum/action For checkin. 30 November 2016, 01:51:12 UTC
4bbaa19 weak learning rate. 30 November 2016, 01:50:22 UTC
93d5166 Incorporated CR comment 29 November 2016, 22:51:09 UTC
7e8eada Added link to the tutorials from Azure notebook site. 29 November 2016, 22:51:09 UTC
c2b4817 Merge branch 'master' into ebarsoum/action For CR and checkin. 29 November 2016, 21:41:44 UTC
1eb417d Update based on CR feedbacks. 29 November 2016, 21:40:57 UTC
e39089b Integrate mahilleb/PySetupMath into master 29 November 2016, 17:11:41 UTC
2a98415 Integrate fmegen/vs2015/gpu-build-fixes into master 29 November 2016, 16:07:23 UTC
c67a08b bindings/python/setup.py: fix link_libs 29 November 2016, 15:13:43 UTC
2a3acb9 Rename to depth_first_search 29 November 2016, 12:46:58 UTC
c79155d Integrate mnidza/crop_fix into master 29 November 2016, 11:29:19 UTC
0fdf321 eval changes 29 November 2016, 11:06:26 UTC
20dada9 cuda related vs2015 changes 29 November 2016, 10:57:01 UTC
4370db1 Tests/EndToEndTests/CNTKv2Python/ModuleTests: remove work-around for GPU tests 29 November 2016, 09:22:21 UTC
2899b0e Python tests: make sure to use one device This should fix the CNTK module tests in the presence of multiple GPUs. 29 November 2016, 09:22:21 UTC
a2f7549 Fix automatic crop offset computation Fixing two bugs in automatic crop offset computation. - When scanning from second crop node input, wrong node-to-affine map mapping is used. - When computing coordinate map for a crop layer itself, the vector containing the result is not properly resized, resulting in access violation. These were discovered when attempting to train an FCN16 network. They did not manifest for FCN32 networks. 29 November 2016, 09:07:42 UTC
0c50788 Fix image hand on tutorial. 29 November 2016, 02:56:43 UTC
09a6832 Merge branch 'master' into ebarsoum/action For CR. 28 November 2016, 19:24:12 UTC
3ee8ebe Fix and disable the unit test, and don't override generated train and test map. 28 November 2016, 19:22:03 UTC
58d19a6 Integrate fmegen/vs2015/possible-issues into master 28 November 2016, 19:08:07 UTC
e67efc3 Add unit test. 28 November 2016, 18:59:06 UTC
dc09fec Integrate 67460e8c03845e3ab08649131c6e11504560e59f into master 28 November 2016, 15:43:33 UTC
67460e8 Update README.md 28 November 2016, 15:16:33 UTC
ffb06d8 Merge branch 'master' into fmegen/vs2015/possible-issues 28 November 2016, 14:16:56 UTC
ce0d0c7 Properly checkpoint stateful nodes Properly checkpoint stateful nodes (Dropout, RandomSample) in both v1/v2 formats: To ensure reproducibility, nodes that inherit from RngUser need to properly save and restore their internal stated (rng seed and offset). V2 additionally needs to copy state from the checkpoint into the function graph and the underlying network if it already exists. 28 November 2016, 14:06:48 UTC
da3931d Integrate mahilleb/TestDriverCrFeedback into master 28 November 2016, 07:44:25 UTC
ee6053c TestDriver.py: add comment based on CR 28 November 2016, 07:20:45 UTC
faef2b5 Quantized multiplier v1 28 November 2016, 05:25:26 UTC
d53d13e Disallow Value objects in constants 26 November 2016, 23:29:36 UTC
b479746 Fix gpu sparse tests 26 November 2016, 23:28:55 UTC
1dec3ab Skip the cosine_distance doctest temporarily as it fails due to precision issues 26 November 2016, 22:06:48 UTC
0966a3d Incorporate CR feedback 26 November 2016, 22:06:48 UTC
61fe71e exposed sin, cos and cosine_distance in python 26 November 2016, 22:06:48 UTC
9f8afb8 added sine, cosine (api) and pass (backcompat) 26 November 2016, 22:06:48 UTC
d8f1763 added cosine distance 26 November 2016, 22:06:48 UTC
65c0b5e Merge branch 'amitaga/v2Beta4' into nikosk/pymisc2 26 November 2016, 00:05:12 UTC
5532604 Merge branch 'master' into nikosk/pymisc 26 November 2016, 00:01:08 UTC
6cc7f32 incorporated CR feedback 25 November 2016, 23:56:15 UTC
9d4bf30 CNTK v2 library: Add support for evaluating intermediate functions in the function graph when calling the Function::Forward method 25 November 2016, 23:43:40 UTC
c0d0f34 Integrate mahilleb/PostReleaseMerges into master 25 November 2016, 22:51:59 UTC
17f699a more vs2015 cleanup, including tests now. 25 November 2016, 22:21:02 UTC
13a5b84 Merge branch 'master' into nikosk/pymisc 25 November 2016, 22:13:29 UTC
c815643 incorporated CR feedback 25 November 2016, 22:08:38 UTC
1d9f273 Integrate nikosk/Docker-nccl into master 25 November 2016, 20:16:03 UTC
d063f55 move define up. 25 November 2016, 19:40:15 UTC
29455d1 addressing issues from CR 25 November 2016, 19:40:15 UTC
9dcbf67 treat every fclose() error as fatal, not only failure to close a writeable file 25 November 2016, 19:40:15 UTC
2949e20 TODO TODO TODO TODO CHECK THIS disabling default print format for float and double printf since no longer supported in vs2015 TODO TODO TODO TODO 25 November 2016, 19:40:15 UTC
2494357 TODO TODO TODO CHECK THIS disable seek optimization since it uses undocumented internal data structures that are not available in vs2015 TODO TODO TODO 25 November 2016, 19:40:15 UTC
4472649 Integrate fmegen/vs2015/general-changes into master 25 November 2016, 19:32:52 UTC
8755810 Examples/Evaluation/CSEvalClient: bump NuGet package version 25 November 2016, 19:31:24 UTC
baad5f3 Bump version 25 November 2016, 19:31:14 UTC
f3f0229 Merge branch 'master' into nikosk/Docker-nccl 25 November 2016, 19:21:49 UTC
ccc9412 more CR feedback 25 November 2016, 19:19:54 UTC
df4a159 Main ReadMe news, November 25, 2016 25 November 2016, 18:56:36 UTC
f77f0fb Merge branch 'master' into fmegen/vs2015/general-changes 25 November 2016, 17:29:35 UTC
31d3719 fix indentation. 25 November 2016, 17:28:58 UTC
a5de279 Support for GPU/sparse 25 November 2016, 14:26:09 UTC
7dc7128 updating gitignore 25 November 2016, 13:41:01 UTC
back to top