https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
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
39d6581 Minor fix to transpose function. 11 January 2016, 09:57:56 UTC
665ad3e Bug fix for ConvertDBN command 10 January 2016, 07:17:51 UTC
f74d204 Move all data member in MBLayout to CPU 10 January 2016, 07:16:45 UTC
62507b3 removed multi-dim feature from ShiftNode, causes too many inconsistencies 10 January 2016, 05:34:44 UTC
d27ee26 moved all actions (DoXXX()) from CNTK.cpp to ActionsLib (no code change); reenabled tensor lib (undid accidental commit) 10 January 2016, 02:13:31 UTC
e449370 (made sure non-tensor version still compiles) 10 January 2016, 01:03:20 UTC
900c021 moved non-tensor versions of PlusNode, MinusNode, and ElementTimesNode to EsoreticNodes.h (no code change) 10 January 2016, 00:58:26 UTC
b15bf46 DataTensorFor() refactored further 10 January 2016, 00:51:45 UTC
482a9e8 factored out new function TensorSliceWithMBLayoutFor() from DataTensorFor(), for use by ShiftNode 10 January 2016, 00:30:25 UTC
d6ed0dc Remove reshapeInputToRowSize in SparsePCReader. 09 January 2016, 11:02:21 UTC
a84b3c6 Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 09 January 2016, 10:42:11 UTC
8e07fb5 Changes to text convolution. 09 January 2016, 10:41:47 UTC
3823406 release after BP 08 January 2016, 22:36:32 UTC
6ff2472 release temp matrix in SE 08 January 2016, 22:36:19 UTC
c15508c frameskipv2 08 January 2016, 22:36:08 UTC
e3f1179 SE frameskip V2 temp 08 January 2016, 22:35:56 UTC
03a965c frameskip SE 08 January 2016, 22:35:36 UTC
ab137f1 un-optimized DataTensorFor(), to again use the full tensor dimension (without pre-multiplying) 08 January 2016, 22:29:25 UTC
e370325 (make gcc happy) 08 January 2016, 22:23:36 UTC
ca6fcf8 changed GetRecurrenceDirections() back to operate on a singly dimension only (multiple dimensions can be realized with BrainScript); towards implementing DataTensorFor() using tensor slices, so that we can reuse that for ShiftNode 08 January 2016, 19:19:50 UTC
back to top