https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
57bc5fb More fixes 28 June 2017, 08:10:02 UTC
3aeeed2 More fixes 28 June 2017, 08:10:02 UTC
931b7dd Adding support of sparse 28 June 2017, 08:10:02 UTC
35e1a16 More fixes 28 June 2017, 08:10:02 UTC
5d4d31c Some refactoring 28 June 2017, 08:10:02 UTC
8fba656 Some fixes 28 June 2017, 08:10:02 UTC
dce1d93 Fixing some issues 28 June 2017, 08:10:02 UTC
d095de4 Fixes 28 June 2017, 08:10:02 UTC
c0294f5 More fixes 28 June 2017, 08:10:02 UTC
189a9a4 More fixes 28 June 2017, 08:10:02 UTC
fa6f46d More func 28 June 2017, 08:10:02 UTC
97678a0 Some more 28 June 2017, 08:10:02 UTC
8e00801 FIxes 28 June 2017, 08:10:02 UTC
e7f0c56 Some more functionality added 28 June 2017, 08:10:02 UTC
9ac7787 Adding some simplistic implementation on the python side 28 June 2017, 08:10:02 UTC
cede785 Fixing some dependencies 28 June 2017, 08:10:02 UTC
73febf0 Moving Deserializer interface to the CNTKLibrary.h 28 June 2017, 08:10:02 UTC
07a8b43 Fix a error in the introduction of Performance Profiler Usage (#1914) 28 June 2017, 04:38:10 UTC
2d90be9 Small typo fixes (#1997) * Small typo fixes '10-dimensional' to '100-dimensional' 'functional correctness with 200' to 'functional correctness with 300' * Create CNTK_206B_DCGAN.ipynb '10-dimensional' to '100-dimensional' Use momentum variable 28 June 2017, 04:35:22 UTC
9c6a169 ctf2bin.py upgraded to Python 3.3+ (#2053) The script `ctf2bin.py` was broken under Python 3. The fix provides minimal adjustments for the Python version that is presently installed by CNTK deployment scripts. Fixes Microsoft/CNTK#2052 27 June 2017, 17:15:20 UTC
b87de85 Integrate mahilleb/DlPascalExcp into master 27 June 2017, 12:16:21 UTC
3f5f509 typo fix 27 June 2017, 08:51:13 UTC
fe88f1f Examples/Image/DataSets/Pascal/install_pascalvoc.py: fix NameError during exception handling 27 June 2017, 08:47:17 UTC
be6a128 Typo fix 27 June 2017, 05:19:31 UTC
5bdf30e Update README.md 27 June 2017, 00:54:57 UTC
8303d15 Integrate sayanpa/manchkin into master 26 June 2017, 23:45:13 UTC
650d661 Update news. 26 June 2017, 23:28:25 UTC
88942de Update news. 26 June 2017, 23:25:49 UTC
277c902 Bug fixes and content update 26 June 2017, 22:03:05 UTC
a4b2036 Update news. 26 June 2017, 21:54:02 UTC
de5569e Update news. 26 June 2017, 21:52:18 UTC
909e523 Address CR comments 26 June 2017, 13:26:02 UTC
dfe93c9 bindings/python: misc doc fixes 26 June 2017, 13:26:02 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
back to top