https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
4f30753 fixed BN behaviour for frozen cloned networks in training 26 June 2017, 07:42:34 UTC
5394b76 Bugfix for get_data_type (#1955) * Bugfix for get_data_type * Fix: isinstance np.inexact does not catch np.ndarray * Add get_data_type tests for scalars 24 June 2017, 00:26:52 UTC
e96e39d Merge pull request #1939 from boeddeker/patch-1 improve exception msg 23 June 2017, 23:07:49 UTC
5eb1526 Merge pull request #1956 from boeddeker/patch-3 Fix broadcast_as_operand for float64 and scalar 23 June 2017, 23:04:11 UTC
5b62abf Merge pull request #2004 from boeddeker/patch-5 Fix: past_value/future_value dtype of initial_state 23 June 2017, 23:03:24 UTC
1c1c70d Fix typos 23 June 2017, 07:44:56 UTC
61d524e Debugging guide 23 June 2017, 02:15:09 UTC
2c099bb Added man page for how to feed data into cntk 22 June 2017, 22:59:58 UTC
4be61cf Integrate zhouwang/cseval-sparse into master 22 June 2017, 09:20:39 UTC
a99ad29 Minor revisions to CNTK_101_LogisticRegression.ipynb (phrasing/clarification) (#2011) * Update CNTK_101_LogisticRegression.ipynb Incorporated sayanpa's suggested changes 21 June 2017, 17:54:32 UTC
f8d2a2a add exception tests for CopyVairableValueTo update baseline address CR comments 20 June 2017, 20:51:15 UTC
4eb4657 add NumColsInMatrix as return value of ValidateCSCAndGetIndexBufferSizes() and bug fixes 20 June 2017, 20:51:10 UTC
67e36ab check NumRows/Cols of matrix; fix bug in CopyVariableValueToSparseCSC 20 June 2017, 20:51:02 UTC
3191e6d add Value:CopyVariableTo() for sparse csc output; re-arrange test cases; add workaround for GPUSparseMatrix->CPUSparseMatrix; create variable using sparse format 20 June 2017, 20:50:47 UTC
3659e57 add check using NDArrayView on CPU in TestDataBuffer 20 June 2017, 20:50:10 UTC
03b9971 add test for DataBuffer 20 June 2017, 20:49:54 UTC
14c4798 add tests for SparseCSCDataBuffers improve unit tests: add GeenrateNumOfAxes(); use Fixture for NDArrayViewTests; remove unneeded srand() 20 June 2017, 20:49:42 UTC
ab17bd8 implement CopyVariableValueTo(). remove unused parameter outputVariable; remove unnecessary check for 1D shape 20 June 2017, 20:49:15 UTC
debba9f add SparseCSCDataBuffers() to NDArrayView() 20 June 2017, 20:48:55 UTC
a2d0156 Address CR feedbacks. 19 June 2017, 21:32:00 UTC
583a540 Merge branch 'master' into ebarsoum/roipooling For CR... 16 June 2017, 23:43:04 UTC
81b0c40 Integrate kedeng/fixDeadlock into master 16 June 2017, 19:37:10 UTC
002a553 Integrate sayanpa/playgithub-master into master 16 June 2017, 13:07:19 UTC
4d09c61 Integrate ed668cde0b0463e1a5a52627e8b316940a7b319c into master 16 June 2017, 09:47:15 UTC
e56e6e2 merged with origin 16 June 2017, 06:14:53 UTC
e77ec9c Update test tollerance for GPU 16 June 2017, 05:18:26 UTC
b7273ce bug fix 1. one more input sample (line 208) 2. correct map of inputs and labels (line 218) Update the test tollerance 16 June 2017, 05:16:49 UTC
3f425bd Update the test tollerance 16 June 2017, 01:28:05 UTC
21105c1 bug fix 1. one more input sample (line 208) 2. correct map of inputs and lables (line 218) 16 June 2017, 00:11:16 UTC
ce36a32 Fix std::once deadlock in Function::InitOutputs Also fix a wrong parameter in TrainResNet_CIFAR10_Distributed.py commit 216a07f30f5078b46331444b182ab506f4909838 Author: KeDengMS <kedeng@microsoft.com> Date: Mon Jun 12 15:49:47 2017 -0700 no omit frame pointer and other changes 15 June 2017, 21:23:49 UTC
e720442 Fix versioning test and revert NMS to its original implementation. 14 June 2017, 21:56:39 UTC
35c4a1a Fix: past_value/future_value dtype of initial_state 14 June 2017, 21:31:40 UTC
7f6beb1 Merge with upstream/master to submit a PR for 101 tutorial 14 June 2017, 20:44:46 UTC
9b23b14 Fix unit test. 14 June 2017, 05:26:24 UTC
0c2ec6d Fix nms. 14 June 2017, 02:18:55 UTC
ed668cd Fix typos 14 June 2017, 01:27:50 UTC
211bef0 Sum gradient as before to match Caffe implementation. 13 June 2017, 17:18:27 UTC
f19a0a1 Merge branch 'master' into ebarsoum/roipooling For jenkins run. 13 June 2017, 02:17:34 UTC
12ee9bb Fix helper script and address feedbacks. 13 June 2017, 02:16:28 UTC
dd1bc6b Fix typos 10 June 2017, 10:54:18 UTC
40eb91e Merge pull request #1971 from boeddeker/patch-4 Bug: You can not borrow a temporary array. 10 June 2017, 05:59:56 UTC
2749248 Integrate alrezni/bptt_checkpointing into master 08 June 2017, 15:25:15 UTC
3eba98e Updated Inception V3 model trained with RMSProp. Accuracy is better. 08 June 2017, 14:45:55 UTC
d7529d9 update 1bitsgd repo 08 June 2017, 12:00:25 UTC
60cdf8c Integrate yuqtang/AddModuleDocstring into master 08 June 2017, 06:47:09 UTC
4a2209b Fixed grammar and typesetting issues in the module summary docstring. 07 June 2017, 19:57:06 UTC
ef3831a Add simple descriptions to python packages and modules. 07 June 2017, 19:57:06 UTC
87ec3e9 Merge remote-tracking branch 'origin/master' into wolfma/wikirefremove 07 June 2017, 14:56:04 UTC
2582b9e addressed CR comments 07 June 2017, 14:50:37 UTC
21a6723 Integrate t-ivrodr/word_rnn_test into master 07 June 2017, 14:33:30 UTC
5ecc834 updating links to old wiki - referencing now the doc site 07 June 2017, 13:55:34 UTC
05355e5 Fix MBSource checkpointing with truncated sequences Minibatch source configured with a non-zero truncation_length can now be successfully restored from a previously saved checkpoint. 07 June 2017, 13:51:15 UTC
0b6c207 Addressing comments in CR 07 June 2017, 12:16:58 UTC
8f504ca Adding word rnn test with real data 07 June 2017, 08:21:47 UTC
fca6f27 TimesNode should allow broadcasting when using element_times with reduce_sum for dot product Update ResNet readme for Cha's CR 07 June 2017, 06:23:53 UTC
bc5a929 Update ROI script. 07 June 2017, 02:05:50 UTC
5ab7128 Merge branch 'master' into ebarsoum/roipooling FOr CR... 07 June 2017, 01:36:08 UTC
898e331 Add more check and cleanup solution. 07 June 2017, 01:35:10 UTC
782d49a Add pre-trained ResNet20/ResNet110 model for CIFAR-10 Make TrainResNet_CIFAR10.py compatible with Philly Change learner_test to cover CuDNN rand odd dimension case 06 June 2017, 23:15:00 UTC
a6dacf0 Merge pull request #1974 from dadebarr/patch-2 Update MNIST_Complex_Training.py 06 June 2017, 18:28:24 UTC
00c576c Update MNIST_Complex_Training.py Updating the "Label" print statement to reflect v0.18 for scipy.sparse.csr_matrix, which does not support argmax() directly [note: scipy v0.18 is the default version for the current installation instructions] 06 June 2017, 18:06:14 UTC
1abfaf5 Integrate eldak/trainingSessionBlockMomentum into master 06 June 2017, 15:44:42 UTC
08eb169 Fixing drop out regression requiring distributed mode 06 June 2017, 11:00:27 UTC
16c4f7f Fixing minibatch size for block momentum in training session 06 June 2017, 10:57:08 UTC
e9978fa Update BrainScript with the new ROI and add a debug function to force deterministic behavior. 06 June 2017, 06:50:52 UTC
9be1503 You can not borrow a temporary array. 06 June 2017, 03:05:22 UTC
08d3051 Change ROI pooling to match Caffe version. 06 June 2017, 01:29:17 UTC
033cf05 Eliminate warnings during build for binary convolution. 04 June 2017, 21:17:22 UTC
4e7e971 Integrate kedeng/fixLearners2 into master 03 June 2017, 08:45:09 UTC
c13d027 Merge pull request #1957 from boeddeker/patch-4 add missing import sanitize_dynamic_axes 03 June 2017, 06:35:53 UTC
c9968e0 Fix FSAdaGrad/Adam/RmsProp checkpoint save/restore Fix a bug in RmsProp that step is not correctly initialized in V2 as smooth gradient matrix is preallocated to the right size Add range checks for RmsProp parameters 03 June 2017, 06:23:12 UTC
c1e8600 clean up imports and execution count tutorial 101 03 June 2017, 06:03:52 UTC
153b63b add missing import 03 June 2017, 03:26:32 UTC
585c9af Fix broadcast_as_operand for float64 and scalar 03 June 2017, 02:45:31 UTC
392b743 fixed dicts in tutorial 101 02 June 2017, 14:30:02 UTC
02ea9b3 removed an unnecessary cntk import 02 June 2017, 14:01:54 UTC
c6a8c07 removed an unnecessary cntk import 02 June 2017, 14:01:08 UTC
9da2ade explicit import from cntk module 02 June 2017, 08:34:46 UTC
2bcdc9d Merge pull request #1943 from juice500ml/master Fix typo for Animals dataset description 02 June 2017, 01:45:58 UTC
505d632 Enabling default transpose transform for the base64 deserializer to be consistent with the simple image deserializer 01 June 2017, 16:19:06 UTC
8f1f4da README.md: add some dots 01 June 2017, 16:08:38 UTC
d10783c Tests/Install/windows/test-install.ps1: run install.cmd with -Verbose 01 June 2017, 13:12:20 UTC
d6b55e2 Bump version numbers 01 June 2017, 13:12:14 UTC
a1b6e47 README.md: add news item for 2.0; update some links 01 June 2017, 13:10:08 UTC
e7eda50 Fix typo for Animals dataset description 01 June 2017, 06:59:35 UTC
21092a8 Revert "-" This reverts commit e107063cf93dbe360b67f0a8a39f8f2f8467164f. 01 June 2017, 05:54:00 UTC
e107063 - 01 June 2017, 05:35:50 UTC
1d30032 improve exception msg 31 May 2017, 22:38:10 UTC
0877ae9 Crosstalk: Fix docs and expand tests to cover assign by value 31 May 2017, 18:00:08 UTC
ee74134 bindings/python/doc/conf.py: link to the new site instead of the Wiki on Github 31 May 2017, 16:54:12 UTC
7c5d9b1 Integrate nikosk/readmeez into master 31 May 2017, 16:52:01 UTC
4307458 explicitly mention Python in the Functional API 31 May 2017, 16:45:50 UTC
899da9f Tutorial README tweaks 31 May 2017, 16:43:46 UTC
19962ee Update README in Tutorials, add README in FunctionalAPI 31 May 2017, 16:32:48 UTC
6a5d8b9 bindings/python: fix doc bugs, particularly broken references 31 May 2017, 16:20:41 UTC
1ec8721 Integrate nikosk/fix50b into master 31 May 2017, 16:15:47 UTC
42d5a9d Integrate t-ivrodr/adding_wordrnn_test into master 31 May 2017, 15:29:24 UTC
04c2dc3 Integrate t-ivrodr/vgg16_distributed_test_squashed into master 31 May 2017, 15:08:29 UTC
64e8fe1 bindings/python/cntk/debugging/debug.py: remove extra newline from docstring 31 May 2017, 13:26:32 UTC
669bb7d bindings/python/doc/*.rst: tune 31 May 2017, 12:43:36 UTC
back to top