https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
31a2125 Fix progress when epochsize is 0 and fix the git hash built into the exe 01 February 2016, 20:56:47 UTC
a8e8076 Fix Merge Problem 01 February 2016, 16:42:44 UTC
3b3d899 Fix reader on Linux 01 February 2016, 16:42:43 UTC
734baf9 Fix #define Activate LibSparsePCReader on Linux build Make file name consistent with Windows Activate LibSparsePCReader on Linux build Make file name consistent with Windows Activate LibSparsePCReader on Linux build Make file name consistent with Windows Fix reader on Linux Activate LibSparsePCReader on Linux build Make file name consistent with Windows Activate LibSparsePCReader on Linux build Make file name consistent with Windows Activate LibSparsePCReader on Linux build Make file name consistent with Windows Activate LibSparsePCReader on Linux build Make file name consistent with Windows 01 February 2016, 16:42:42 UTC
a7a14ab Fix spacing 01 February 2016, 16:42:40 UTC
0980d03 Fix Windows build 01 February 2016, 16:42:39 UTC
0bbf3c4 Fix reader on Linux 01 February 2016, 16:42:38 UTC
35fe2bf Add Safeguard while loading a plugin 01 February 2016, 16:42:36 UTC
46ce1e5 Make file name consistent with Windows 01 February 2016, 16:42:35 UTC
bd0b68d Activate LibSparsePCReader on Linux build 01 February 2016, 16:42:34 UTC
f782ced Fixing extensions 01 February 2016, 13:32:01 UTC
a22d393 Renaming config 01 February 2016, 12:50:59 UTC
bc66cfc Limiting only to linux and release due to the licensing 01 February 2016, 12:47:59 UTC
e514d1f Fixing linking against open cv 3.0 01 February 2016, 12:47:59 UTC
172bfa2 Changing the data directory 01 February 2016, 12:47:59 UTC
32c236c Adding baseline for linux 01 February 2016, 12:47:59 UTC
1023023 fixing config typo 01 February 2016, 12:47:59 UTC
293e427 Fixing platform 01 February 2016, 12:47:59 UTC
4487745 Removing ResNet for now 01 February 2016, 12:47:59 UTC
da0f233 Updating the config + baselines 01 February 2016, 12:47:59 UTC
7818cad Adapting config to run in test environment 01 February 2016, 12:47:59 UTC
5e07d1c Adding resnet test 01 February 2016, 12:47:59 UTC
dcded35 Adding AlexNet and ResNet directories 01 February 2016, 12:47:59 UTC
b0a6e00 Use .cntk as default extension for CNTK configuration files 01 February 2016, 09:19:48 UTC
931e72b temporarily disabled Image tests in Jenkins test 30 January 2016, 19:56:58 UTC
10fb06f ImageReader now understands imageLayout ids "cudnn" and "legacy" for mbFormat 30 January 2016, 19:56:57 UTC
b1e2753 All image samples must take an imageLayout parameter 30 January 2016, 19:56:57 UTC
4baa3ce (minor feedback from Vladimir) 30 January 2016, 19:56:56 UTC
a4f5b7a changed sample 02_Convolution to use imageLayout to enable cudnn use; and fixed a refactoring bug in ImageParameter NDL definition 30 January 2016, 19:56:55 UTC
24411c2 removed an unnecessary and incorrect consistency check 30 January 2016, 19:56:54 UTC
bee394d fixed an incorrect consistency check in TrainOrAdaptModel() 30 January 2016, 19:56:54 UTC
d2d8c01 changed example e2e tests to P leg 30 January 2016, 19:56:53 UTC
bd0b365 reduced e2e time for ptb example from 11min to 6sec 30 January 2016, 19:56:52 UTC
7faf78e set data path linux vs. cygwin for MNIST e2e 30 January 2016, 19:56:51 UTC
16fe2c1 chmod for run-test scripts 30 January 2016, 19:56:51 UTC
338318b Updated TestDriver script wrt gpu/cpu build under linux 30 January 2016, 19:56:50 UTC
ab76545 Changed yaml files for e2e example runs 30 January 2016, 19:56:49 UTC
d0e9354 Added examples as e2e tests 30 January 2016, 19:56:48 UTC
cd4d7e5 refined some error messages 30 January 2016, 19:56:47 UTC
a5bcd71 Merge branch 'master' of https://github.com/Microsoft/CNTK into jdroppo/FixEvalInputs 30 January 2016, 01:43:07 UTC
54037e5 Minor changes to the CUDA memomy allocation/free tracing 29 January 2016, 21:40:50 UTC
9996378 Update README.md 29 January 2016, 19:27:17 UTC
6800069 Merge pull request #51 from yzhang87/master Fix the compile issue for Kaldi2Reader. 29 January 2016, 18:22:51 UTC
d177346 Merge pull request #58 from stonebig/patch-6 python 3 compatibility fix 29 January 2016, 17:06:52 UTC
b642930 python 3 compatibility fix 29 January 2016, 16:42:39 UTC
263a317 Makefile: exit early if 1Bit-SGD headers not found in 1Bit-SGD build 29 January 2016, 12:07:22 UTC
58bc958 Merge pull request #50 from stonebig/patch-5 python 3 compatibility fix 29 January 2016, 11:21:21 UTC
73faaa7 Remove <Scc*> tags from .vcxproj files 29 January 2016, 10:21:06 UTC
91cf01e Fix CntkEval.dll Related Issues Consumers of the CntkEval interface can pass in feature values without label values. Most of the code was okay with this, but the SimpleOutputWriter insisted on initializing both features and labels. This caused GetMinibatchIntoNetwork function in DataReaderHelpers.h to fail, when the layout of the label node was incorrect. I've changed the SimpleOutputWriter to only use input nodes that are ancestors of the desired output nodes. This fixes the issue for CntkEval usage. 29 January 2016, 01:26:13 UTC
b8badf6 let->const auto 29 January 2016, 00:16:22 UTC
959d3dd Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixRowSlice 29 January 2016, 00:15:30 UTC
f1b1fd7 Fix the compile issue for Kaldi2Reader. 28 January 2016, 21:41:09 UTC
2b2d5d6 Add Windows flavor of file sync 28 January 2016, 19:39:18 UTC
4c7919a add fsync to fflushordie 28 January 2016, 18:20:02 UTC
d09a3ba Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixRowSlice 28 January 2016, 17:49:03 UTC
c7c5403 tensor support for RowSlice operation; completed CudaErrString<cublasStatus_t>() 28 January 2016, 17:40:57 UTC
93f767d python 3 compatibility fix 28 January 2016, 17:21:42 UTC
cd1bb59 Fixed wrong ld OpenCV path in Linux Makefile 28 January 2016, 15:32:23 UTC
3224f02 #5 change hardcode environment to system envrioments 28 January 2016, 14:23:18 UTC
203aa21 NoGPU.cpp: fix RuntimeError() messages 28 January 2016, 13:21:52 UTC
b6995dd Fix Windows {Debug,Release}_CpuOnly builds (without 1-bit SGD) 28 January 2016, 11:07:24 UTC
e865753 Merge pull request #38 from stonebig/patch-3 python 3 compatibility fix 28 January 2016, 06:25:49 UTC
1ec0584 Merge pull request #39 from stonebig/patch-4 python 3 compatibility fix 28 January 2016, 06:23:35 UTC
16b276e Merge pull request #41 from CarlMungazi/patch-1 Update Model Editing Language.md 28 January 2016, 04:51:44 UTC
50cf00c Update Model Editing Language.md Fixed typos. 27 January 2016, 23:54:41 UTC
ac56651 python 3 compatibility fix 27 January 2016, 18:17:21 UTC
624fc5e python 3 compatibility fix 27 January 2016, 18:08:11 UTC
37fb8df (some reordering of methods in ReshapingNodes.h--CopyTo, Load, Save, forward, backward, Validate, no code change) 27 January 2016, 17:42:16 UTC
4fe5fd7 Modified projects and solution for a new CPUONLY configuration (Debug_CpuOnly and Release_CpuOnly) Added missing CRT_SECURE_NO_WARNINGS to latticeNoGpu.cpp Added missing reference to Matrix<double> (causing linking issues in Release_CpuOnly) 27 January 2016, 15:16:37 UTC
c511c88 Fixed dependency on Eval.DLL for EvalWrapper.DLL 27 January 2016, 09:08:37 UTC
bda9787 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/releaseModeCallStacks 26 January 2016, 20:59:42 UTC
effb490 Merge pull request #20 from samjabrahams/markdown-docs Add Markdown versions of documentation Word files 26 January 2016, 18:15:06 UTC
cd93e6f Replace .docx documentation files with Markdown Went through and makes a GitHub flavor Markdown file for each .docx file in the Documentation/Documents folder. There will inevitably need to be changes and upgrades to this, but I think it's a good first step. As requested, this also removes the .docx files from Documentation/Documents as well. 26 January 2016, 18:11:19 UTC
9177216 Merge pull request #28 from stonebig/patch-2 python 3 compatibility fix 26 January 2016, 18:07:31 UTC
c08b105 Merge pull request #27 from stonebig/patch-1 python 3 compatibility fix 26 January 2016, 18:05:52 UTC
cafbf2d python 3 compatibility fix 26 January 2016, 17:33:10 UTC
0818f4f python 3 compatibility fix 26 January 2016, 17:27:37 UTC
621637e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/releaseModeCallStacks 26 January 2016, 06:07:12 UTC
aace504 Added -g and -rdynamic compiler/linker options for release mode builds on linux to enable call stack generation in release builds 26 January 2016, 05:55:48 UTC
56a2a15 Update README.md 26 January 2016, 04:53:43 UTC
3e5ff05 Merge pull request #14 from westonplatter/master grammar edit 26 January 2016, 00:19:27 UTC
cd06637 Merge pull request #23 from jonsafari/doc-check Doc spellcheck 26 January 2016, 00:18:19 UTC
7b27d56 Merge pull request #16 from pannous/master Fixed Source/Math/ConvolutionEngine.cpp error: format ‘%d’ expects argument of type ‘int’ 26 January 2016, 00:02:06 UTC
9c81191 spellcheck CNTK-TechReport 25 January 2016, 23:25:38 UTC
b0c3c13 spellcheck CNTK-TechReport 25 January 2016, 23:08:35 UTC
7c28033 Fixed https://github.com/Microsoft/CNTK/issues/15 25 January 2016, 19:00:53 UTC
2728978 grammar edit 25 January 2016, 18:43:45 UTC
53de59c Added CLI Wrapper to native Evaluation Model Added C# Client for CLI wrapper 25 January 2016, 14:08:54 UTC
38778e1 Merge branch 'master' of https://github.com/Microsoft/CNTK 25 January 2016, 12:56:44 UTC
e8bda68 Merge branch 'master' of https://github.com/Microsoft/CNTK 25 January 2016, 09:26:16 UTC
2462647 White-space (remove CRs that crept in) 25 January 2016, 09:24:10 UTC
76aef06 Fixes to broken / missing paths in *.sln and *.vcxproj* (Via check check-git-vs-vs.ps1) 25 January 2016, 09:12:46 UTC
cb0b09f Source/1BitSGD: change to new hash again, f785679a6bd5cc089b138b3c6bcb68e4b1f345ae 25 January 2016, 08:18:42 UTC
26911b7 made gcc happy 24 January 2016, 05:07:36 UTC
2f64031 rewrote RowStackNode using the tensor lib 24 January 2016, 04:57:14 UTC
161e6fb Merge branch 'amitaga/htkmlfreaderFix' 23 January 2016, 18:53:57 UTC
e19cc4c Update location for Source/1BitSGD 23 January 2016, 06:23:12 UTC
89a0c58 Merge branch 'master' of https://github.com/Microsoft/CNTK 23 January 2016, 02:57:06 UTC
b597b89 minor edit of README.md 23 January 2016, 02:55:37 UTC
af97079 removed #if-0'ed out code 23 January 2016, 01:34:41 UTC
back to top