https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
0d6ce81 LSTM test now uses an actual 1D vector for the bias parameter (as opposed to a 1-column 2D matrix) 07 February 2016, 04:31:48 UTC
e8ef19e fixed a size_t wraparound in TensorSliceWithMBLayoutFor() that broke some 1-column tensors; also sorted m_allRoots by name for better reproducability 07 February 2016, 04:05:57 UTC
2444390 Matrix::Print() can now print corners for easier debugging 06 February 2016, 01:10:53 UTC
179a616 InputNodes() now skips inputs that are only reachable through PreComputeNodes that have already been computed, addressing Issue #65; cleaned up some unnecessary NULL checks before delete 05 February 2016, 19:06:20 UTC
7d6ab08 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixInputNodes 05 February 2016, 17:18:59 UTC
64490a8 temporary fix for "computeGradient" parameter inconsistency 05 February 2016, 17:18:45 UTC
1bb2df3 Added a workaround for the HDFS FUSE implementation bug of failure to delete destination file when the destination file specified to rename function already exists 05 February 2016, 02:29:31 UTC
431c536 better error messages for Win32 exceptions 04 February 2016, 23:42:08 UTC
b105004 Fixed redundant writing of the .0 model file when no PreCompute is performed and the model is loaded from a checkpoint 04 February 2016, 23:23:40 UTC
ae53e79 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixInputNodes 04 February 2016, 22:52:02 UTC
67ec743 reduced clutter of validation output by validating the entire network, rather than each output node individually 04 February 2016, 22:51:53 UTC
066c1d1 Updated EvalActions to fix support for OutputNodeNames in the config. 04 February 2016, 21:11:13 UTC
80850cd Added guards to all model saving calls to prevent mutiple parallel workers from trying to write the model file concurrently 04 February 2016, 18:55:28 UTC
08559da fixed bug in catching when MPI runtime is missing 04 February 2016, 16:51:08 UTC
a06c039 Integrate mahilleb/ImageReaderOptDepFix into master 04 February 2016, 12:22:24 UTC
6ebbfe2 Integrate eldak/addressingReaderCR into master 04 February 2016, 11:28:46 UTC
390c8eb Integrate pkranen/fixMNIST into master 04 February 2016, 11:13:07 UTC
df44af5 ImageReader.vcxproj: don't build if OpenCV not present 04 February 2016, 10:00:26 UTC
a019e8b Addressing ImageReader CR from Frank 04 February 2016, 08:37:14 UTC
e055d02 fixed .config to .cntk in CSEvalCient 04 February 2016, 08:11:06 UTC
62fa4e1 fixed 01.. config to match wiki page 04 February 2016, 08:11:04 UTC
ac6120f Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 04 February 2016, 07:05:16 UTC
f69f207 (added a comment) 04 February 2016, 00:52:47 UTC
3149a01 gave up back-compat with some mis-spelled names of training criterion nodes 03 February 2016, 23:27:00 UTC
c2f2f96 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 03 February 2016, 20:19:54 UTC
91051d9 addressed an issue discovered in static code analysis 03 February 2016, 19:49:13 UTC
aa7c999 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 03 February 2016, 19:36:39 UTC
c7d01ad addressed bugs discovered by static code analysis, Issue #81, and manually merged two related pull requests 03 February 2016, 19:32:13 UTC
94d4f89 Fixed MNIST batch norm sample. 03 February 2016, 18:01:50 UTC
87e70bb Added README.md with disclaimer to ResNet samples. 03 February 2016, 18:01:49 UTC
ac7b09f Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 03 February 2016, 17:32:47 UTC
27170a6 Integrate mahilleb/WindowsVsDependenciesDoc into master 03 February 2016, 17:30:22 UTC
edca40f final simplification of case-insensitive string comparisons 03 February 2016, 17:24:09 UTC
3a34592 further simplified case-insensitive string compares 03 February 2016, 17:17:58 UTC
7ad9068 cleanedup all case-insensitive comparisons 03 February 2016, 17:01:55 UTC
5075d2a fixed process-name comparison in BestGpu::QueryNvmlData() 03 February 2016, 16:38:24 UTC
857314c .vcxproj: Let diagnostics about dependencies point to CNTK Wiki 03 February 2016, 16:22:13 UTC
ce7ee56 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 03 February 2016, 16:09:37 UTC
1cc41c5 Integrate mahilleb/BuildAndTestTuneNew into master 03 February 2016, 15:02:45 UTC
cb41a0f Extend build information included / reported by CNTK * Build target: GPU or CPU-only * Build type (Debug or Release), was missing for Windows * Whether or not 1bit-SGD was included * If there were local modifications in the Git working copy * Generate BUILD{ER,MACHINE,PATH} on Linux 03 February 2016, 14:48:39 UTC
c86dbad Tools/build-and-test: fixes and extensions * Add --test-targets options to limit test to CPU / GPU CPU builds support testing only for CPU, GPU builds support testing for both. * Add --clean-build-after, hook-up and fix existing code. * Change build directories on Linux to build/$TARGET/$FLAVOR * Fix clean-up bug between test run. * More quoting for 'rm' * Support CPU-only build for Windows * MSbuild in parallel and with less output * Exit if both GPU and 1bit-SGD is requested on Windows (side-by-side not yet support) * GPU tests will specify device ID 0, not Auto 03 February 2016, 14:39:14 UTC
db34d06 Reapply fix in Makefile for SparsePCReader Reapply name changes in Makefile that had been resolved but got lost during excessive rebasing. 03 February 2016, 09:15:34 UTC
2cf9738 Fixed TestDriver.py output format regressions introduced in dc1ed4628f 03 February 2016, 08:28:17 UTC
0fae418 removed more PairNode leftovers; bug fix in QueryNvmlData() 03 February 2016, 01:24:54 UTC
9b2a71e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 03 February 2016, 00:27:32 UTC
6e649d1 Merge branch 'dongyu/BPTTWithContexts' of https://github.com/Microsoft/CNTK 03 February 2016, 00:19:11 UTC
9fc5e54 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 02 February 2016, 23:58:36 UTC
24d3577 Integrate amitaga/devicePlacement into master 02 February 2016, 23:57:41 UTC
878fe3c Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts Conflicts: Source/ComputationNetworkLib/ComputationNode.h 02 February 2016, 23:31:31 UTC
12f2120 Merge pull request #60 from stonebig/patch-7 python 3 compatibility fix 02 February 2016, 22:10:58 UTC
e4681f0 make delimiter and decimal point customizable in UCIFastReader. This is a temp solution before the new reader is finished. 02 February 2016, 22:09:15 UTC
6cbc9a7 Merge pull request #72 from JonasKloseBW/patch-1 Update README.md 02 February 2016, 22:05:43 UTC
b486b98 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 02 February 2016, 21:43:04 UTC
13afedd fixed CrossProcessMutex for Access Denied case 02 February 2016, 21:42:55 UTC
0fc0681 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/devicePlacement 02 February 2016, 21:14:59 UTC
38f9267 HTKMLFReader memory optimizations: Added string interning to the parsedpath type and changed logicalpath member type from utf16 to utf8 02 February 2016, 21:13:46 UTC
68c296e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 02 February 2016, 21:08:58 UTC
5b8808e Integrate pkranen/e2e into master 02 February 2016, 21:06:49 UTC
80932bc Merge branch 'master' of https://github.com/Microsoft/CNTK 02 February 2016, 21:00:57 UTC
48c21a2 documented a bug (inconsistent param name "needsGradient"), Issue #82 02 February 2016, 21:00:34 UTC
52bb205 Added comments to MNIST configs 02 February 2016, 19:08:31 UTC
f91a7b1 removing models files after e2e test runs 02 February 2016, 19:08:31 UTC
c21bd04 Added VS debugging command line args for example e2es 02 February 2016, 19:08:31 UTC
522f820 moving example e2es to E leg, adding all to VS solution 02 February 2016, 19:08:31 UTC
bc22e0c Integrate weixi/waynecoding into master 02 February 2016, 19:04:02 UTC
9c49ccf Merge branch 'fseide/fixMinor' of https://github.com/Microsoft/CNTK 02 February 2016, 18:13:58 UTC
e1fe045 Merge branch 'master' of https://github.com/Microsoft/CNTK 02 February 2016, 18:12:21 UTC
788deba add "using Base::IsPartOfLoop" statement in ComputationNode.h to make it accessible from inherited classes in gcc. 02 February 2016, 17:57:22 UTC
1f05d6f Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts 02 February 2016, 17:48:59 UTC
d0a4155 Fix batch normalization input 02 February 2016, 17:45:22 UTC
c9f6770 fixed error handling in CrossProcessMutex, now throws descriptive error instead of returning false in case of inrecoverable error (manually merged fseide/fixLock after git merge failed); re-fixed ConvolutionNode::Load(), fix seemed to have gotten lost 02 February 2016, 17:03:16 UTC
48e95cb Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixMinor 02 February 2016, 16:47:09 UTC
009eb6a Fixing wrong name in the linking 02 February 2016, 13:42:08 UTC
50ef0b3 Fixing compiler issues + renaming 02 February 2016, 13:34:21 UTC
7a0995f Fix ReaderLib.lib (and references) 02 February 2016, 12:31:59 UTC
9bbd2ae Rename Source/Readers/{{New -> }ImageReader,Reader{ -> Lib}} 02 February 2016, 12:24:37 UTC
fa92a52 Add {Debug,Release}_CpuOnly build configuration for NewImageReader and Readers 02 February 2016, 12:24:37 UTC
4ce953e Updating the timeline 02 February 2016, 12:10:56 UTC
d9cc678 Add new image reader under new reader architecture 02 February 2016, 10:30:15 UTC
77a5599 Change number of bits used for utterance index in frameref to 11 02 February 2016, 04:38:48 UTC
c5902e5 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 02 February 2016, 01:55:26 UTC
aa5ca54 throw error the delay node tries to access values out of boundary without carry over values when in a loop. 02 February 2016, 00:42:25 UTC
573f414 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts 01 February 2016, 23:17:25 UTC
297c20c Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixMinor 01 February 2016, 23:14:32 UTC
fc9ce38 Simplified clean 01 February 2016, 20:56:54 UTC
0077571 Fix progress when epochsize is 0 and fix the git hash built into the exe 01 February 2016, 20:56:47 UTC
6df8ae4 minor cleanup of Evaluate()'s out-of-date testing 01 February 2016, 19:22:35 UTC
3d41481 In the DoWriteWordAndClassInfo command add code to generate intermediate folders for the vocabulary file. Add "," and ";" as delimiters in UCIFastReader. 01 February 2016, 19:14:36 UTC
c9a1107 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts 01 February 2016, 18:52:34 UTC
08d2d72 annotated a potential bug in SimpleOutputWriter::WriteOutput() (cf. Issue #73) 01 February 2016, 18:36:27 UTC
b9ad01d in delay nodes, if boundary info is not available and past (or future) minibatches do not exist we use the first (for past value) and last (for future value) sample in the sequence as the past and future values. this is useful for things like truncated chunk or latency-controlled BLSTM setups. 01 February 2016, 17:58:57 UTC
bb41f2d Fix Merge Problem 01 February 2016, 16:42:44 UTC
3be39c0 Fix reader on Linux 01 February 2016, 16:42:43 UTC
9937992 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
f9cfd33 Fix spacing 01 February 2016, 16:42:40 UTC
3461095 Fix Windows build 01 February 2016, 16:42:39 UTC
aab1bf6 Fix reader on Linux 01 February 2016, 16:42:38 UTC
2289a29 Add Safeguard while loading a plugin 01 February 2016, 16:42:36 UTC
19ebcdb Make file name consistent with Windows 01 February 2016, 16:42:35 UTC
3c47a11 Activate LibSparsePCReader on Linux build 01 February 2016, 16:42:34 UTC
back to top