https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
933e3d8 Limit concurrency on builds 21 January 2016, 23:16:20 UTC
d9b4ee6 Add cuda lib stubs for machines without GPU 21 January 2016, 18:39:59 UTC
31a1646 Fixed topk memory leak. 20 January 2016, 19:07:16 UTC
c977f39 Update README.md 20 January 2016, 09:42:17 UTC
98c5edd Update README.md 20 January 2016, 09:34:03 UTC
9996e69 Merge pull request #3 from Microsoft/mahilleb/readme-patch Update README.md 20 January 2016, 09:23:52 UTC
6967edd Update README.md 20 January 2016, 09:18:30 UTC
213294b Update README.md 20 January 2016, 08:59:19 UTC
5b718d2 Added perf chart for entry page 20 January 2016, 08:43:21 UTC
01bdefe Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/tensors 19 January 2016, 17:08:08 UTC
6781765 merged fseide/tensors and master after github move 19 January 2016, 16:49:26 UTC
1ae3404 moved ParallelNode to EsotericNodes.h (it is redundant with RowStackNode) 19 January 2016, 00:50:09 UTC
78a7ede BestGpu::Init() no longer throws when run under remote access 19 January 2016, 00:40:31 UTC
742e239 Minor: Pending CR feedback - fixed some typos in comments 18 January 2016, 23:03:40 UTC
ee1fe53 Tune README.md 18 January 2016, 10:27:26 UTC
4e1f857 Update README.md 18 January 2016, 10:25:45 UTC
65f4b48 .gitignore: ignore ReaderTests output 18 January 2016, 10:23:34 UTC
f1c3232 Missing tabs-to-spaces conversion 18 January 2016, 08:40:10 UTC
6c5aa58 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
dcfc0e9 License change 18 January 2016, 08:36:17 UTC
2f39fe3 Re-format code using clang-format (plus some post-processing) 18 January 2016, 08:36:14 UTC
1bcefe7 .gitattributes: set proper configuration for text files (and normalize files) 18 January 2016, 08:35:54 UTC
30b3f3b License change 18 January 2016, 08:33:56 UTC
146de26 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/memshare 18 January 2016, 06:00:31 UTC
4f2a597 Bugfix: Enabled output value memory sharing for non-BS CNTK configs too 18 January 2016, 05:44:19 UTC
fa4be28 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 18 January 2016, 01:44:14 UTC
97fadca added some consistency checks for m_numCols in prep for removing it 18 January 2016, 01:42:35 UTC
3d87c90 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
e37fede 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
582b03d Some minor node value matrix memory sharing fixes 17 January 2016, 02:13:03 UTC
1805830 made gcc happy (ptrdiff_t vs. int) 16 January 2016, 08:07:38 UTC
b933d83 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 16 January 2016, 07:53:06 UTC
267be9e completed ShiftNode::BackpropTo() 16 January 2016, 07:50:06 UTC
c186d49 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
eb0e08e 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
4ac49b0 ShiftNode::ForwardProp() implemented 15 January 2016, 19:21:25 UTC
d5a3a89 Changed default build location setting for Linux to accomodate multiple build SKUs 15 January 2016, 18:44:52 UTC
8ae5176 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 15 January 2016, 17:40:43 UTC
a8029ea Changed TestDriver.py --build-sku option values 15 January 2016, 17:40:00 UTC
9241f30 README.md: minor fixes 15 January 2016, 15:32:49 UTC
e9a91a8 Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 15 January 2016, 11:30:27 UTC
3ce17cb Bug fix for _tensorShuffleScaleAndAddRowSparse kernel. 15 January 2016, 11:30:15 UTC
58d3987 Added missing parameter to matchesTag call in the run test command 15 January 2016, 09:10:29 UTC
e32329a Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 15 January 2016, 08:08:17 UTC
252abe2 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
e4adfb7 Updated readme.txt 14 January 2016, 20:53:41 UTC
9d26271 Updated ResNet samples. 14 January 2016, 20:32:48 UTC
0f2786c Added support for 1BitSGD build flavor to build-and-test script. Also fixed a CPUONLY build error 14 January 2016, 18:58:31 UTC
dd858fa Minor GPU sparse changes. 14 January 2016, 17:46:31 UTC
a1dc007 Adding IsValid check and minor spell corrections in unit tests. 14 January 2016, 17:02:48 UTC
b3f7361 TrainOrAdaptModel, when doing regularized adaptation, now properly INvalidateCompiledNetwork() before calling CompileNetwork() again. 14 January 2016, 17:00:04 UTC
f85ef91 FromEvalOrder() warning message had possible nullptr dereference, fixed. 14 January 2016, 17:00:03 UTC
ada6b57 Minor sparse changes. 14 January 2016, 15:41:43 UTC
8d646e1 removing zombie vcxproj files 14 January 2016, 10:12:20 UTC
135b992 fixed Linux Makefile wrt deleted files 14 January 2016, 08:06:40 UTC
3eeb187 reflected deleted files and example updates in VS solution 14 January 2016, 08:06:40 UTC
9e9cab0 removing files and folders as announced (examples and readers) 14 January 2016, 08:06:40 UTC
fc61bb1 Removed a few unreferencep source files 14 January 2016, 08:03:10 UTC
18528f1 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 14 January 2016, 06:43:27 UTC
40cbeac 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
c89b632 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 14 January 2016, 02:56:33 UTC
b3cfd6e bug fix in TensorSliceWithMBLayoutFor() handling of m_timeOffset for entire batch 14 January 2016, 02:54:01 UTC
31b0e70 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
de5be29 Minor performance upgrade on row slicing to avoid GPU mem copy. 13 January 2016, 23:45:20 UTC
f835efd Fix for multi GPU to share all parameters required to adjust learning rate. 13 January 2016, 23:45:19 UTC
d39d87f Fixed a bug where the m_elemSizeAllocated was used instead of m_nz 13 January 2016, 23:45:18 UTC
b66ea69 Remove 1bit SGD implementation headers references from the CNTK project files 13 January 2016, 22:46:33 UTC
9cf113d Made 1bit support an optionally configurable build option for CNTK which is off by default 13 January 2016, 22:29:19 UTC
55ccb09 Merge remote-tracking branch 'origin/master' into myseq 13 January 2016, 22:16:12 UTC
19a9895 Print SeqGammar related parameters for better logging. 13 January 2016, 20:25:20 UTC
07de5fa 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
ba61abd Disable popups on Windows 13 January 2016, 18:11:28 UTC
70cea38 Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD 13 January 2016, 17:58:40 UTC
270726e Make SequenceGammar calculation parameters configurable. 13 January 2016, 07:58:28 UTC
f0655f0 (make gcc happy) 13 January 2016, 02:12:11 UTC
c45401f Add Nesterov's momentum. to use NAG, simply add useNAG=true 13 January 2016, 01:08:46 UTC
b61d670 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
5bb9fbf Fix a bug pointed by Alexey. Thanks! 12 January 2016, 23:50:02 UTC
914ac61 Fix an inconsistency after merge with master. 12 January 2016, 23:27:32 UTC
7b0159a Added Python conversion script, updated readme.txt. 12 January 2016, 22:53:46 UTC
92e8a4d Added BN eval mode to MEL. Updated samples. 12 January 2016, 22:47:32 UTC
9e25b7e Removed Resize from BN code. Updated samples. 12 January 2016, 22:02:51 UTC
cc2a836 Updated samples, added ResNet-50. 12 January 2016, 22:02:43 UTC
f52e80c Added CMA to BN node, updated samples. 12 January 2016, 22:02:37 UTC
b31b921 Linux build fix. 12 January 2016, 11:39:31 UTC
052544d Linux build fix. 12 January 2016, 11:23:30 UTC
48133a8 Linux build fix. 12 January 2016, 11:12:35 UTC
f764123 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
25fd18b Fix an error in SequenceWithSoftmaxNode::RequestMatricesBeforeForwardProp 12 January 2016, 01:26:52 UTC
314f057 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
2d7b74e (Fix a bug in MarkValueSharable) 12 January 2016, 00:54:08 UTC
8aa59f7 (further remove MarkValueNotSharable out of constructor) 12 January 2016, 00:51:45 UTC
60989d7 Move MarkValueNonsharable out of constuctors (make gcc happy) 12 January 2016, 00:51:28 UTC
6777bbe 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
b54cfcc Add an alternate option "numSubminibatches" for users to indicate how to split minibatches into subminibatches. 12 January 2016, 00:48:50 UTC
2f51fb2 Fix a bug in MarkValueSharableNode 12 January 2016, 00:48:40 UTC
0b8e30e Revise the condition of ReleaseMatricesAfterForwardProp: only ValueSharable nodes can be released after forwardprop 12 January 2016, 00:48:29 UTC
4b1f800 Fix MarkValueNotSharableNodes 12 January 2016, 00:48:13 UTC
485a7b8 Revise the implementation of valueNotSharableNode. More to be revised. 12 January 2016, 00:47:56 UTC
edbb47d 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
back to top