https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
a374e46 Another fix 28 July 2017, 17:28:24 UTC
16f2e26 Fixing crop 28 July 2017, 17:19:52 UTC
476bf18 Integrate mahilleb/tensDim into master 28 July 2017, 10:34:27 UTC
af022a9 Squashed commit of the following: commit 7dab60b0ba6333ca07e48b06e2be4c2192097406 Author: liqfu <liqfu@LIQFU-Z420> Date: Wed Jul 26 08:40:07 2017 -0700 Fix tabs commit 0187dfd9ddd6fb3943cd73908465aed3930c5f89 Author: liqfu <liqfu@LIQFU-Z420> Date: Tue Jul 25 22:31:47 2017 -0700 Updated with Zhou Wang's comments commit e87e0b91630fd3f3abdfae4f0d90fe1554c65413 Author: liqfu <liqfu@LIQFU-Z420> Date: Tue Jul 18 23:13:19 2017 -0700 Add CopyVariableValueTo for sparse value C# API and tests 28 July 2017, 04:43:49 UTC
576d4ea Integrate eldak/changinConfigs into master 27 July 2017, 18:37:42 UTC
2cf6c1b Update README.md Corrected markdown syntax problems on listing items. 27 July 2017, 18:22:12 UTC
0c68e26 Reduce # dimensions for transpose again to reduce binary size Cf. aabde351d993961b92ecb554da7e1e0e475463c4. 27 July 2017, 16:18:50 UTC
2a08dac Iterating through input config section based on dictionary, not array 27 July 2017, 13:28:44 UTC
c6c9918 Fixing CV in the middle of bptt training 27 July 2017, 13:20:39 UTC
0ed295e proper loss normalization, roi pooling backprop only for index zero in ConvolutionalNodes.h 26 July 2017, 20:58:46 UTC
9f86cf3 Update Smooth L1 loss to use CNTK graph instead of User Function. 26 July 2017, 20:57:42 UTC
5806959 Added Faster R-CNN 26 July 2017, 20:57:41 UTC
576438b Integrate eldak/prohibitInfinite into master 26 July 2017, 20:01:02 UTC
c8b26c7 add /bigobj for all build skus in Debug; consolidate settings between build skus and flavors 26 July 2017, 13:53:00 UTC
32cbf70 Prohibiting infinite minibatch sources with training session 26 July 2017, 12:37:50 UTC
89ee264 Integrate mahilleb/maoyi/fix2 into master 26 July 2017, 11:39:28 UTC
bd14278 fix unittest problems fix unittest 26 July 2017, 10:54:16 UTC
b1f6a46 crosstalkcaffe: convert caffe model to CNTK model 26 July 2017, 10:48:55 UTC
ad3446a Disable test_index_caching 26 July 2017, 09:56:24 UTC
dd84648 Integrate arturl-uwp into master 26 July 2017, 09:22:39 UTC
27f4ad0 Update README.md 26 July 2017, 08:15:31 UTC
d512056 Integrate yuqtang/StagingReductionOverMultiAxis into master 26 July 2017, 06:52:41 UTC
04d11db Integrate t-makrei/transpose-fix into master 25 July 2017, 22:32:42 UTC
94ed0d3 Adjust tests and project settigns for UWP remove hard tabs; add types in .gitattributes update test, update baseline use 01_OneHidden.model instead of 01_OneHidden. update using CNTKOPENBLAS version 2 add a comment for using multiple inputs in C# example improve project settings fix settigns 25 July 2017, 16:59:01 UTC
46499c0 fix max macro conflicts in UWP environment, but also keeps SWIG happy 25 July 2017, 16:59:01 UTC
edf4af1 UWP support for CNTK Better error for missing LAPACKE API, other code cleanup Code review feeback Iteration 1 Adding Unit tests Addressed more code review feedback adopt openBlas to customMKL Require CNTK_ENABLE_UWP for UWP builds add depenency check in other related projects remove cntk_enable_cntk TestDriver.py: add new SKU for UWP remove Evaldll from UWP build, as it is not needed. fix project settings ignore 1bit sgd and asgd option Source/CNTKv2LibraryDll/prebuild.bat: add UWP add test scripts and yml file add baseline use $TestFlavor in appx name copy model to Documents before running test and delete it afterwards Make CNTKLibrary.h resilient to min/max definitions in windows.h Change UWP unit tests to consume 01_OneHidden.model from the Documents folder adapt the sampels to use model file path 25 July 2017, 16:59:01 UTC
f55d542 Integrate mahilleb/KerasT into master 25 July 2017, 14:34:59 UTC
0948b5f Integrate alrezni/index_cache2 into master 25 July 2017, 13:21:15 UTC
9854d45 Tests/EndToEndTests/CNTKv2Python/Keras: added There are a number of exclusions currently, some of which are due to differences in our test setup, and some which need to be investigated. Still, it serves to establish some baseline. 25 July 2017, 12:23:35 UTC
ab9e0b4 Integrate eldak/fixingSeveralStreamsHTK into master 25 July 2017, 12:07:31 UTC
f4264ec Tools/samples.json: fix syntax 25 July 2017, 12:01:30 UTC
aabde35 Enabled more than four axes on transpose; added python test for transpose 25 July 2017, 11:38:40 UTC
623a1e9 Fixing bug when htk deserializer is given several streams 25 July 2017, 09:18:52 UTC
93cc8c4 Add index caching * Refactor index data structures and rewrite indexers (with most changes in the text index builder). * Add best effort caching: the cache is written out asynchronously in a separate thread, on restart the index builder tries to restore the index from cache (as long as the cache is not older than the input file) and goes back no normal indexing if that fails (i.e., the cache is corrupt). * Refactor and simplify MemoryBuffer (renamed to BufferedFileReader). * Use KMP patter-matching to simply sample counting with non-empty main stream (num samples in sequence = number of lines that contain main stream name). * Refactor and simplify MLFIndexBuilder (it now also uses BufferedFileReader) * Use 512KB chunks when loading index from cache for faster reading. * Add a number of unit tests for the indexing both with and without caching. 25 July 2017, 08:11:25 UTC
2f4bf74 Added new example that uses the CNTK Keras backend to train a bird to fly through a cactus maze using reinforcement learning. 25 July 2017, 07:42:49 UTC
f217bac Integrate qiwye/lightrnn into master 24 July 2017, 23:06:23 UTC
2e42bf4 Implemented reduction over multiple axes. 24 July 2017, 18:25:43 UTC
d542921 Adding python user deserializer 24 July 2017, 13:10:59 UTC
7987d39 Merge branch 'qiwye/lightrnn' of https://github.com/Microsoft/CNTK into qiwye/lightrnn 24 July 2017, 12:28:27 UTC
025f24c set TOLERANCE_ABSOLUTE 24 July 2017, 09:10:24 UTC
5c611ec Remove unavalible link (#2146) 24 July 2017, 07:37:01 UTC
aa52c82 Fix typos (#2153) 24 July 2017, 07:35:22 UTC
a433349 fix merge conflict 24 July 2017, 00:00:16 UTC
4a272fb Merge branch 'master' into qiwye/lightrnn 23 July 2017, 09:50:08 UTC
d5a18ba Update Readme 23 July 2017, 08:52:51 UTC
d86f020 fix comments in cr;add inferred dimension test 23 July 2017, 03:29:49 UTC
1e61898 Integrate maoyi/deeprl into master 23 July 2017, 00:08:50 UTC
1887421 Integrate a71ba4a76cf69b7ad7582ca1a0be04365c5206a9 into master 22 July 2017, 00:02:16 UTC
f4e9df1 fix comments in cr 21 July 2017, 23:41:35 UTC
8d1bc24 change to ComputationNodeNoneLoop;disable scalar for to_batch;fix other comments 21 July 2017, 22:00:17 UTC
9ba2360 commit 21 July 2017, 21:01:16 UTC
cf33531 fix merge issue 21 July 2017, 20:41:10 UTC
5f4a2bf commit 21 July 2017, 18:57:46 UTC
98bdb9c removing binary file 21 July 2017, 10:41:49 UTC
aac3c56 Merge branch 'qiwye/lightrnn' of https://github.com/Microsoft/CNTK into qiwye/lightrnn Conflicts: Tests/EndToEndTests/Downloads/run-test 21 July 2017, 10:36:52 UTC
b243d30 fix typo 21 July 2017, 10:22:27 UTC
a17a59e Fixing multiple mlf files 21 July 2017, 08:51:30 UTC
a71ba4a Fix examples and imports in sinh/cosh 21 July 2017, 06:31:16 UTC
252a2af Merge branch 'master' of https://github.com/Microsoft/CNTK into qiwye/lightrnn 21 July 2017, 04:54:18 UTC
258fbec add copy right header 21 July 2017, 00:11:34 UTC
fbb659c fix comments in CR 20 July 2017, 18:44:49 UTC
8bb03d5 Merge branch 'chenta/reverse' into chenta/reverse_support2 20 July 2017, 17:00:28 UTC
283ad35 Integrate t-ivrodr/quick_fix_in_readme into master 20 July 2017, 10:02:50 UTC
0e86166 Fixing README file for Legacy EvalDll Folder 20 July 2017, 09:06:20 UTC
d2d7743 remove useless code; fix build error 20 July 2017, 04:52:56 UTC
f595f62 bump model version 20 July 2017, 04:32:49 UTC
abc1431 support free dimension with to_batch/unpack_batch; fix comments in CR 20 July 2017, 03:54:43 UTC
94a7515 Integrate 787cf49e3d0f8b9a189a1157c4dd2b05e7487af2 into master 20 July 2017, 02:50:19 UTC
7436a00 Merge branch 'chenta/fix_to_sequence_bug' of https://github.com/Microsoft/CNTK into chenta/fix_to_sequence_bug 19 July 2017, 16:47:15 UTC
c756d40 skip grad for 2nd parameters 19 July 2017, 16:46:07 UTC
2e167c4 Integrate t-ivrodr/adding_evalldll_legacy into master 19 July 2017, 12:21:19 UTC
787cf49 BS.Constants.Range(dim) as 1D constant tensor The `Range(dim)` is intended to support the creation of useful masks which are handy when dealing, for example, with missing data. The function `Range(dim)` generates a 1D constant tensor that contains integers numbered from 0 .. (dim -1). While the implementation is not complicated, it's a non-trivial use of the primitives provided by BrainScript, hence the justification for an inclusion in the core lib. Microsoft/CNTK#2121 19 July 2017, 11:15:30 UTC
7034de2 Integrate chrisBoe/combine into master 19 July 2017, 09:47:37 UTC
84e74c8 addressing comments in CR 19 July 2017, 08:34:11 UTC
9ebbdea Integrate ebarsoum/freesoftmax into master 19 July 2017, 02:32:55 UTC
c2a4c7a Add combine subscript test, and fix test failure. 19 July 2017, 01:50:29 UTC
ca43c57 python improved combine combine allows now more inputs C.combine(x, x) and C.combine(C.combine(x, x), x) and forces name to be keyword only 18 July 2017, 23:26:24 UTC
2fb55d5 Fix combine to accept tuple 18 July 2017, 23:26:24 UTC
0a7d8a0 fix getitem for multioutput to fallback to outputs 18 July 2017, 23:26:24 UTC
2a5f136 fix stale link in error message 18 July 2017, 21:31:45 UTC
8f4bb7c fix build error 18 July 2017, 19:58:24 UTC
35a520b fix comments and build error 18 July 2017, 19:46:50 UTC
d5eefcd fix merge error 18 July 2017, 18:17:03 UTC
13cc933 bump model version 18 July 2017, 18:11:25 UTC
2a68daa fix comments in cr 18 July 2017, 18:08:09 UTC
617fdd0 update model version and fix bug 18 July 2017, 18:08:08 UTC
3229c71 fix de-serialization issue 18 July 2017, 18:08:08 UTC
2c0789f fix space error 18 July 2017, 18:08:08 UTC
d471608 fix pytest failure 18 July 2017, 18:08:08 UTC
dc90454 add unit test 18 July 2017, 18:08:07 UTC
0312e96 add reverse support in slice 18 July 2017, 18:06:12 UTC
1ec1321 skip grad for 2nd parameters 18 July 2017, 17:59:48 UTC
d8555ef Fix softmax behavior on multidimension tensor and move softmax to C++. 18 July 2017, 17:39:00 UTC
7eee49f Integrate alrezni/cbf into master 18 July 2017, 17:13:38 UTC
ecc05b7 Integrate 2aff99d4327ebebd06e8dce8538072c60054aba0 into master 18 July 2017, 16:54:10 UTC
3df7a5f Adding LegacyEvalDll folder 18 July 2017, 15:30:01 UTC
a3789e2 Fix function names 18 July 2017, 15:13:20 UTC
e1642de Integrate t-ivrodr/sharing_image_processing_cs into master 18 July 2017, 14:44:23 UTC
85a7e88 Integrate alrezni/clone_seeds into master 18 July 2017, 12:51:38 UTC
3aee51e fixing dependencies in cntk solution 18 July 2017, 12:43:07 UTC
back to top