https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
0a49868 Replace aligned alloc with unaligned alloc to debug OOM issue 10 February 2016, 07:46:39 UTC
7baf28a Fixed linux build 10 February 2016, 06:18:35 UTC
2ec9d7a Replace incorrect use of bad_exception with runtime_error exceptions 10 February 2016, 05:29:54 UTC
409327a Write GPUMatrix to file in chunked manner to avoid creating very large intermediate CPU buffers 09 February 2016, 21:09:18 UTC
439707a Added new handler to print call stack on allocation failure 09 February 2016, 18:55:09 UTC
57fd382 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 09 February 2016, 05:43:09 UTC
5945c39 Removed fsync call from fflushOrDie since its is causing issues when writing philly models to HDFS 09 February 2016, 01:34:45 UTC
e9f5ca4 Write checkpoint file before writing model file, so that a checkpoint file is guaranteed to exist for the latest successfully written model file 09 February 2016, 00:12:05 UTC
5a67cf2 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 08 February 2016, 21:10:49 UTC
c214980 Disabled HTKMLFReader unit tests HTKMLFReaderSimpleDataLoop7 and HTKMLFReaderSimpleDataLoop17 as they use invalid config setting combination of Truncated=true and frameMode=true 08 February 2016, 21:10:40 UTC
a2b99a4 HTKMLFReader memory optimization: Reimplemented frame mode randomization to keep just a window of randomized frames in memory instead of having a full array of all frames in the corpus 08 February 2016, 00:49:40 UTC
bb608f8 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
6887465 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
f321625 Added a check for inconsistent frameMode and Truncated settings. Also addresed some minor CR feedback. 06 February 2016, 07:06:15 UTC
9279662 Matrix::Print() can now print corners for easier debugging 06 February 2016, 01:10:53 UTC
2f9a48c 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
2bbee29 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixInputNodes 05 February 2016, 17:18:59 UTC
7c86176 temporary fix for "computeGradient" parameter inconsistency 05 February 2016, 17:18:45 UTC
84e9db1 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
83e7783 better error messages for Win32 exceptions 04 February 2016, 23:42:08 UTC
d3e636c 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
9cf21b7 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixInputNodes 04 February 2016, 22:52:02 UTC
98a723c reduced clutter of validation output by validating the entire network, rather than each output node individually 04 February 2016, 22:51:53 UTC
a930d1c Updated EvalActions to fix support for OutputNodeNames in the config. 04 February 2016, 21:11:13 UTC
14881a2 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
1e65a41 fixed bug in catching when MPI runtime is missing 04 February 2016, 16:51:08 UTC
8b2c9ff Integrate mahilleb/ImageReaderOptDepFix into master 04 February 2016, 12:22:24 UTC
29dfe2d Integrate eldak/addressingReaderCR into master 04 February 2016, 11:28:46 UTC
7914c7c Integrate pkranen/fixMNIST into master 04 February 2016, 11:13:07 UTC
5fa84b0 ImageReader.vcxproj: don't build if OpenCV not present 04 February 2016, 10:00:26 UTC
f5a349a Addressing ImageReader CR from Frank 04 February 2016, 08:37:14 UTC
7d1fc36 fixed .config to .cntk in CSEvalCient 04 February 2016, 08:11:06 UTC
576028b fixed 01.. config to match wiki page 04 February 2016, 08:11:04 UTC
27fd4e0 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 04 February 2016, 07:05:16 UTC
eb231c3 (added a comment) 04 February 2016, 00:52:47 UTC
0900bdb gave up back-compat with some mis-spelled names of training criterion nodes 03 February 2016, 23:27:00 UTC
78587f5 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 03 February 2016, 20:19:54 UTC
070006d addressed an issue discovered in static code analysis 03 February 2016, 19:49:13 UTC
0626c5d Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 03 February 2016, 19:36:39 UTC
2d11980 addressed bugs discovered by static code analysis, Issue #81, and manually merged two related pull requests 03 February 2016, 19:32:13 UTC
498e022 Fixed MNIST batch norm sample. 03 February 2016, 18:01:50 UTC
9f9b681 Added README.md with disclaimer to ResNet samples. 03 February 2016, 18:01:49 UTC
c394833 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 03 February 2016, 17:32:47 UTC
9b1f342 Integrate mahilleb/WindowsVsDependenciesDoc into master 03 February 2016, 17:30:22 UTC
87acb14 final simplification of case-insensitive string comparisons 03 February 2016, 17:24:09 UTC
901f99f further simplified case-insensitive string compares 03 February 2016, 17:17:58 UTC
16175a1 cleanedup all case-insensitive comparisons 03 February 2016, 17:01:55 UTC
f454962 fixed process-name comparison in BestGpu::QueryNvmlData() 03 February 2016, 16:38:24 UTC
7ab3d9e .vcxproj: Let diagnostics about dependencies point to CNTK Wiki 03 February 2016, 16:22:13 UTC
ee97506 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 03 February 2016, 16:09:37 UTC
ab7d5f5 Integrate mahilleb/BuildAndTestTuneNew into master 03 February 2016, 15:02:45 UTC
fe75bb1 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
0e7c663 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
0e5ad89 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
d23eecc Fixed TestDriver.py output format regressions introduced in dc1ed4628f 03 February 2016, 08:28:17 UTC
ba49d13 removed more PairNode leftovers; bug fix in QueryNvmlData() 03 February 2016, 01:24:54 UTC
c21b233 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 03 February 2016, 00:27:32 UTC
36b174c Merge branch 'dongyu/BPTTWithContexts' of https://github.com/Microsoft/CNTK 03 February 2016, 00:19:11 UTC
8c38137 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 02 February 2016, 23:58:36 UTC
242d563 Integrate amitaga/devicePlacement into master 02 February 2016, 23:57:41 UTC
a3acfd6 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts Conflicts: Source/ComputationNetworkLib/ComputationNode.h 02 February 2016, 23:31:31 UTC
d8b0c70 Merge pull request #60 from stonebig/patch-7 python 3 compatibility fix 02 February 2016, 22:10:58 UTC
21616b0 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
a472be6 Merge pull request #72 from JonasKloseBW/patch-1 Update README.md 02 February 2016, 22:05:43 UTC
38644e4 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixCrossProcessMutex 02 February 2016, 21:43:04 UTC
6d7c13a fixed CrossProcessMutex for Access Denied case 02 February 2016, 21:42:55 UTC
0dbd36e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/devicePlacement 02 February 2016, 21:14:59 UTC
292ec03 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
6f9a81c Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 02 February 2016, 21:08:58 UTC
568b11e Integrate pkranen/e2e into master 02 February 2016, 21:06:49 UTC
3fce4a8 Merge branch 'master' of https://github.com/Microsoft/CNTK 02 February 2016, 21:00:57 UTC
1eeec90 documented a bug (inconsistent param name "needsGradient"), Issue #82 02 February 2016, 21:00:34 UTC
e90f775 Added comments to MNIST configs 02 February 2016, 19:08:31 UTC
b0dcec6 removing models files after e2e test runs 02 February 2016, 19:08:31 UTC
ee87f74 Added VS debugging command line args for example e2es 02 February 2016, 19:08:31 UTC
7e42402 moving example e2es to E leg, adding all to VS solution 02 February 2016, 19:08:31 UTC
6668957 Integrate weixi/waynecoding into master 02 February 2016, 19:04:02 UTC
3702997 Merge branch 'fseide/fixMinor' of https://github.com/Microsoft/CNTK 02 February 2016, 18:13:58 UTC
b7ec026 Merge branch 'master' of https://github.com/Microsoft/CNTK 02 February 2016, 18:12:21 UTC
84c09e8 add "using Base::IsPartOfLoop" statement in ComputationNode.h to make it accessible from inherited classes in gcc. 02 February 2016, 17:57:22 UTC
de415cc Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts 02 February 2016, 17:48:59 UTC
f90fa67 Fix batch normalization input 02 February 2016, 17:45:22 UTC
bfefbe2 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
8f8b552 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixMinor 02 February 2016, 16:47:09 UTC
244d351 Fixing wrong name in the linking 02 February 2016, 13:42:08 UTC
b9d8961 Fixing compiler issues + renaming 02 February 2016, 13:34:21 UTC
2251188 Fix ReaderLib.lib (and references) 02 February 2016, 12:31:59 UTC
93fb8d8 Rename Source/Readers/{{New -> }ImageReader,Reader{ -> Lib}} 02 February 2016, 12:24:37 UTC
36771c9 Add {Debug,Release}_CpuOnly build configuration for NewImageReader and Readers 02 February 2016, 12:24:37 UTC
f5d159b Updating the timeline 02 February 2016, 12:10:56 UTC
52d6444 Add new image reader under new reader architecture 02 February 2016, 10:30:15 UTC
f628e52 Change number of bits used for utterance index in frameref to 11 02 February 2016, 04:38:48 UTC
86a356f Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreaderMemoryOptimizations 02 February 2016, 01:55:26 UTC
ba3b4b5 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
0fc4c0b Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/BPTTWithContexts 01 February 2016, 23:17:25 UTC
7a9b0c0 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixMinor 01 February 2016, 23:14:32 UTC
69112d1 Simplified clean 01 February 2016, 20:56:54 UTC
31a2125 Fix progress when epochsize is 0 and fix the git hash built into the exe 01 February 2016, 20:56:47 UTC
7c20c72 minor cleanup of Evaluate()'s out-of-date testing 01 February 2016, 19:22:35 UTC
e34b380 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
back to top