https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
d16c5c2 Added a small patch to SGD to turn off Batch Normlaization during validation. 21 January 2016, 20:07:36 UTC
5975eb5 Fixed format specifier for printf 20 January 2016, 06:17:31 UTC
a3d8f20 Added debug print message to output the reader's mbsize 20 January 2016, 06:10:36 UTC
fe06a82 Added a max MB size to force the reader to adjust the mbsize down to work around CUDNN bug which forces mbsize < 512 20 January 2016, 03:59:18 UTC
0632ba9 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/tensors 19 January 2016, 17:08:08 UTC
0a91610 merged fseide/tensors and master after github move 19 January 2016, 16:49:26 UTC
bb057ad moved ParallelNode to EsotericNodes.h (it is redundant with RowStackNode) 19 January 2016, 00:50:09 UTC
0f8f133 BestGpu::Init() no longer throws when run under remote access 19 January 2016, 00:40:31 UTC
a4c65a4 Minor: Pending CR feedback - fixed some typos in comments 18 January 2016, 23:03:40 UTC
b4e5c81 Tune README.md 18 January 2016, 10:27:26 UTC
e6aa7d3 Update README.md 18 January 2016, 10:25:45 UTC
d1b7556 .gitignore: ignore ReaderTests output 18 January 2016, 10:23:34 UTC
77cc3a6 Missing tabs-to-spaces conversion 18 January 2016, 08:40:10 UTC
c0bbc45 Add submodule for 1bit-SGD This is available under a different license, see https://github.com/Microsoft/CNTK-1bit-SGD for more information. 18 January 2016, 08:36:24 UTC
4fc1c4e License change 18 January 2016, 08:36:17 UTC
73107ee Re-format code using clang-format (plus some post-processing) 18 January 2016, 08:36:14 UTC
82d4a0e .gitattributes: set proper configuration for text files (and normalize files) 18 January 2016, 08:35:54 UTC
3b52c44 License change 18 January 2016, 08:33:56 UTC
4fc6132 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/memshare 18 January 2016, 06:00:31 UTC
b618db8 Bugfix: Enabled output value memory sharing for non-BS CNTK configs too 18 January 2016, 05:44:19 UTC
b42219b Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 18 January 2016, 01:44:14 UTC
eca83bb added some consistency checks for m_numCols in prep for removing it 18 January 2016, 01:42:35 UTC
906df59 Added a temporary comment about about the MPI v7 requirement for MPI_Iallreduce call on Windows. This comment will be removed in a few weeks. 18 January 2016, 01:11:28 UTC
424f6bc updated the link in MPIWrapper.h to the required MPI SDK installer; ComputationNode::GetNumRows() now returns its value directly from m_sampleLayout, the m_numRows member has been deleted 18 January 2016, 00:20:01 UTC
936b106 Some minor node value matrix memory sharing fixes 17 January 2016, 02:13:03 UTC
9b5e637 made gcc happy (ptrdiff_t vs. int) 16 January 2016, 08:07:38 UTC
9698df7 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 16 January 2016, 07:53:06 UTC
615ac9e completed ShiftNode::BackpropTo() 16 January 2016, 07:50:06 UTC
1e5b864 added specializations to linear unary non-reducing ops: copy and add ops now use existing CUDA functions; ShiftNode backprop functional for non-packed case/no boundary state 16 January 2016, 01:08:26 UTC
907085a Fixed testcases.yml to use build SKU gpu instead of default to align with the previous build SKU option value change in TestDriver 15 January 2016, 22:31:32 UTC
de57ae0 ShiftNode::ForwardProp() implemented 15 January 2016, 19:21:25 UTC
92c9fb0 Changed default build location setting for Linux to accomodate multiple build SKUs 15 January 2016, 18:44:52 UTC
56f10a2 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 15 January 2016, 17:40:43 UTC
8475218 Changed TestDriver.py --build-sku option values 15 January 2016, 17:40:00 UTC
9a26d16 README.md: minor fixes 15 January 2016, 15:32:49 UTC
2cc7670 Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 15 January 2016, 11:30:27 UTC
84d351c Bug fix for _tensorShuffleScaleAndAddRowSparse kernel. 15 January 2016, 11:30:15 UTC
dac50ed Added missing parameter to matchesTag call in the run test command 15 January 2016, 09:10:29 UTC
4b8ba1a Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 15 January 2016, 08:08:17 UTC
13c2fe7 Added --build-sku option to TestDriver.py to enable filtering tests based on build SKUs (aka CPUONLY vs GPU vs 1BitSGD) 15 January 2016, 08:08:07 UTC
43c50d7 Updated readme.txt 14 January 2016, 20:53:41 UTC
949c304 Updated ResNet samples. 14 January 2016, 20:32:48 UTC
1d60c78 Added support for 1BitSGD build flavor to build-and-test script. Also fixed a CPUONLY build error 14 January 2016, 18:58:31 UTC
645ccf3 Minor GPU sparse changes. 14 January 2016, 17:46:31 UTC
908fbfa Adding IsValid check and minor spell corrections in unit tests. 14 January 2016, 17:02:48 UTC
81ee9f2 TrainOrAdaptModel, when doing regularized adaptation, now properly INvalidateCompiledNetwork() before calling CompileNetwork() again. 14 January 2016, 17:00:04 UTC
9b96bd0 FromEvalOrder() warning message had possible nullptr dereference, fixed. 14 January 2016, 17:00:03 UTC
623b02f Minor sparse changes. 14 January 2016, 15:41:43 UTC
a3d9a1b removing zombie vcxproj files 14 January 2016, 10:12:20 UTC
f054ca2 fixed Linux Makefile wrt deleted files 14 January 2016, 08:06:40 UTC
3f7f1a5 reflected deleted files and example updates in VS solution 14 January 2016, 08:06:40 UTC
6fdf48d removing files and folders as announced (examples and readers) 14 January 2016, 08:06:40 UTC
3ff2a67 Removed a few unreferencep source files 14 January 2016, 08:03:10 UTC
b49b791 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 14 January 2016, 06:43:27 UTC
111e653 more strict control of compiled/non-compiled state of networks in MEL. All editing operations invalidate compilation, and Saving the model will validate the model if changed (if not it was validated during Load) 14 January 2016, 03:32:49 UTC
2ef06a0 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 14 January 2016, 02:56:33 UTC
ae626db bug fix in TensorSliceWithMBLayoutFor() handling of m_timeOffset for entire batch 14 January 2016, 02:54:01 UTC
0861660 added a new file-format option to the MEL LoadModel command in order to load older CNTK files that had borked tensor dimensions; FrameRange now allows time ranges 14 January 2016, 02:42:17 UTC
3a57340 Minor performance upgrade on row slicing to avoid GPU mem copy. 13 January 2016, 23:45:20 UTC
1ee5d9e Fix for multi GPU to share all parameters required to adjust learning rate. 13 January 2016, 23:45:19 UTC
aa55602 Fixed a bug where the m_elemSizeAllocated was used instead of m_nz 13 January 2016, 23:45:18 UTC
5711677 Remove 1bit SGD implementation headers references from the CNTK project files 13 January 2016, 22:46:33 UTC
4f0d116 Made 1bit support an optionally configurable build option for CNTK which is off by default 13 January 2016, 22:29:19 UTC
f513adf Merge remote-tracking branch 'origin/master' into myseq 13 January 2016, 22:16:12 UTC
632f332 Print SeqGammar related parameters for better logging. 13 January 2016, 20:25:20 UTC
121520c Moved the 1bit SGD specific code to separate folder and changed Windows project files to pivot the 1bit support off of an environment variable 13 January 2016, 19:20:30 UTC
88cf193 Disable popups on Windows 13 January 2016, 18:11:28 UTC
55de2bf Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 13 January 2016, 17:58:40 UTC
76113f4 Make SequenceGammar calculation parameters configurable. 13 January 2016, 07:58:28 UTC
bd2117d (make gcc happy) 13 January 2016, 02:12:11 UTC
1b9fd59 Add Nesterov's momentum. to use NAG, simply add useNAG=true 13 January 2016, 01:08:46 UTC
66f7084 Merge remote-tracking branch 'origin/master' into myseq Conflicts: Source/CNTK/ModelEditLanguage.cpp Source/Common/Include/Sequences.h Source/ComputationNetworkLib/ComputationNetwork.h Source/ComputationNetworkLib/ComputationNetworkEditing.cpp Source/ComputationNetworkLib/ConvolutionalNodes.h 12 January 2016, 23:57:54 UTC
7da96e4 Fix a bug pointed by Alexey. Thanks! 12 January 2016, 23:50:02 UTC
6725ecb Fix an inconsistency after merge with master. 12 January 2016, 23:27:32 UTC
9b841a5 Added Python conversion script, updated readme.txt. 12 January 2016, 22:53:46 UTC
ad4f7e7 Added BN eval mode to MEL. Updated samples. 12 January 2016, 22:47:32 UTC
e9fe051 Removed Resize from BN code. Updated samples. 12 January 2016, 22:02:51 UTC
7aa2cdd Updated samples, added ResNet-50. 12 January 2016, 22:02:43 UTC
994a228 Added CMA to BN node, updated samples. 12 January 2016, 22:02:37 UTC
14439d1 Linux build fix. 12 January 2016, 11:39:31 UTC
5eb5583 Linux build fix. 12 January 2016, 11:23:30 UTC
8a8464f Linux build fix. 12 January 2016, 11:12:35 UTC
7d10164 Bug workaround: The m_columnsValidityMask matrix in MBLayout type was being default initialized resulting in incorrectly selecting a bad GPU device. 12 January 2016, 06:45:17 UTC
78b138f Fix an error in SequenceWithSoftmaxNode::RequestMatricesBeforeForwardProp 12 January 2016, 01:26:52 UTC
176f3da Merge branch 'master' into myseq Conflicts: Source/ComputationNetworkLib/ComputationNode.h Source/ComputationNetworkLib/InputAndParamNodes.h Source/ComputationNetworkLib/TrainingCriterionNodes.h 12 January 2016, 01:07:56 UTC
2466155 (Fix a bug in MarkValueSharable) 12 January 2016, 00:54:08 UTC
c1ee4e2 (further remove MarkValueNotSharable out of constructor) 12 January 2016, 00:51:45 UTC
8ca9c6d Move MarkValueNonsharable out of constuctors (make gcc happy) 12 January 2016, 00:51:28 UTC
d7264c5 Display CUB and CUDNN paths (if defined) in BuildInfo Print BuildInfo at the very begining of the program. convenient for checking build type. 12 January 2016, 00:49:00 UTC
d7fe2d1 Add an alternate option "numSubminibatches" for users to indicate how to split minibatches into subminibatches. 12 January 2016, 00:48:50 UTC
5635beb Fix a bug in MarkValueSharableNode 12 January 2016, 00:48:40 UTC
589ce7c Revise the condition of ReleaseMatricesAfterForwardProp: only ValueSharable nodes can be released after forwardprop 12 January 2016, 00:48:29 UTC
06e3c61 Fix MarkValueNotSharableNodes 12 January 2016, 00:48:13 UTC
70ca40d Revise the implementation of valueNotSharableNode. More to be revised. 12 January 2016, 00:47:56 UTC
ee4ab06 Replace CreateMatrixIfNull by MarkValueNonsharable() In the compiling the stage, we will mark nodes as nonsharable whose descendents are all learnable parameters. 12 January 2016, 00:47:46 UTC
73edfa3 Add support for revising batch normalization property in MEL. Now a BatchNormalization node's eval mode can be modified by SetProperty(BNnode, batchNormEvalMode, true); or by SetPropertyForSubTree(rootNode, batchNormEvalMode, true); in which all the BN nodes under rootNode will be changed. 12 January 2016, 00:32:19 UTC
567c7e2 Merge branch 'myseq' of //vilfblgpu011/d/users/erw/src/cntk into myseq 11 January 2016, 20:29:22 UTC
471352e Reverting a minor change. 11 January 2016, 18:05:16 UTC
498808d Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 11 January 2016, 15:31:31 UTC
f8fde3f Minor fixes. 11 January 2016, 15:31:17 UTC
back to top