https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
e3b7821 CNTK v2 library: Change combine to be a true no-op in the V2 Function graph and implement Alias as a no-op instead of a pass-through copy 09 February 2017, 19:33:14 UTC
ff157da CNTK v2 library: Fix a crash when extra arguments are specified in Function::Forward; now we just issue a warning 08 February 2017, 21:32:52 UTC
12dffcc Integrate sayanpa/cntk104 into master 08 February 2017, 19:43:09 UTC
2e891bf Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 08 February 2017, 18:04:34 UTC
c89f9a5 Add Variable.as_constant/parameter() and do the proper conversion in graph's DFS 08 February 2017, 17:47:25 UTC
9cb7f39 Change UserFunction.compose() to cntk.user_function() 08 February 2017, 17:47:15 UTC
6a7eabf Require user-defined functions to be wrapped in as_composite() 08 February 2017, 13:45:31 UTC
923c642 Main ReadMe News, February 8, 2017 08 February 2017, 12:14:20 UTC
b1eb518 Fixed the pickle file version 08 February 2017, 06:11:28 UTC
8157890 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 08 February 2017, 02:53:53 UTC
937dab5 Incorporated CR feedback with retry logic 08 February 2017, 00:39:17 UTC
3f68277 Updated caching of test data and retry logic 08 February 2017, 00:34:06 UTC
43ca617 Fixed a data download condition 08 February 2017, 00:26:20 UTC
775d85a Remove the cached pkl file 08 February 2017, 00:17:22 UTC
b435fb4 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 07 February 2017, 23:03:12 UTC
d27353e Incorporated CR feedback with retry logic 07 February 2017, 23:02:59 UTC
1ae666d Added extended transfer learning example 07 February 2017, 22:37:44 UTC
1ab395a Added Flowers data set and scripts 07 February 2017, 22:37:37 UTC
efca173 Added transfer learning example 07 February 2017, 22:37:36 UTC
86a2008 Integrate eldak/enhancingTrainingSession into master 07 February 2017, 21:09:28 UTC
62cf5c7 Integrate zhouwang/refactor-props into master 07 February 2017, 20:25:31 UTC
869d713 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 07 February 2017, 20:02:08 UTC
7f9850f Integrate alrezni/improve_ctf into master 07 February 2017, 19:17:50 UTC
ad78b15 Enhancing the training session with CV functionality 07 February 2017, 18:26:50 UTC
42cb839 Tests/Install/windows/.dockerignore: normalize LEs 07 February 2017, 17:41:29 UTC
13cf9de further simplify project settings 07 February 2017, 17:29:24 UTC
8445650 add CNTK.Common.props 07 February 2017, 17:29:24 UTC
fe765f3 create cntk.common.props to share common project property between C++ and C#; refactor related project files to use cntk.common.props 07 February 2017, 17:29:24 UTC
21f6883 add keypair files and assemblyinfo 07 February 2017, 17:29:23 UTC
1fc00be Integrate zhouwang/nuget-strongname into master 07 February 2017, 17:27:01 UTC
64a1ee8 Integrate mahilleb/WinOobeTest into master 07 February 2017, 16:32:43 UTC
f5df134 CTF: fix default randomization, missing newlines Support chunk randomization window specified in the number of chunks (not samples). Use chunk-based window by default in CTF Reader (when no randomization window is explicitly specified). In V2, use chuck-based randomizaton by default, with a default window size = 128 chunks. Handle trailing input lines not ending with newlines (print a warning to stderr, but do not throw, as long as the line ends with a valid value). 07 February 2017, 16:30:46 UTC
dd49de6 Tests/Install/windows: tune slightly 07 February 2017, 15:06:37 UTC
7205c43 make CNTKLibraryMangedDll have strong name in both CPUOnly and GPU flavor 07 February 2017, 15:06:11 UTC
9c968d6 removed dangling ; 07 February 2017, 09:29:32 UTC
26da2a5 fix Opencv download, added NoConfirmation option 07 February 2017, 08:42:56 UTC
a335e0a Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk104 07 February 2017, 01:15:05 UTC
4625934 Integrate chazhang/rowstack_clone into master 07 February 2017, 00:47:47 UTC
777c9cc Adding small data caching for test automation 07 February 2017, 00:21:14 UTC
11e4e4a Revert "Adding small data caching for test automation" This reverts commit f8383b25110077709afe935513b543e054a5d833. 07 February 2017, 00:17:19 UTC
f8383b2 Adding small data caching for test automation 07 February 2017, 00:14:33 UTC
558c0dc Change splice axis to non-default. 06 February 2017, 23:28:04 UTC
6c148c8 Adding a Python test for clone. 06 February 2017, 23:18:24 UTC
8c811d5 Bug fix when cloning RowStack. 06 February 2017, 20:04:13 UTC
6d494ba Integrate cbasoglu/imgtest into master 06 February 2017, 19:40:52 UTC
a3380bc Tests\Install\windows: 1st version of Windows OOBE test added 06 February 2017, 16:46:34 UTC
69ec464 Revision based on CR. 06 February 2017, 15:28:39 UTC
b363e22 bug fix. 06 February 2017, 15:28:39 UTC
8eec5ed Test failed for previous commit on Jenkins (not locally on my own machine). Try to fix. 06 February 2017, 15:28:39 UTC
b849cd6 Add info for errors in FindBestAlgo(). 06 February 2017, 15:28:39 UTC
5be5a3e Adding robustness to cuda convolution (handling failures). 06 February 2017, 15:28:39 UTC
dcf2835 Optimize memory pipeline for CuDNN. 06 February 2017, 15:28:39 UTC
a4f4def add %ignore_class, ignore_varaiable, ignore_struct 06 February 2017, 13:53:33 UTC
8176e0f add Function::FindByName(), Function::FindAllWithName; Add tests; 06 February 2017, 10:42:45 UTC
5b8d122 CNTK v2 library: Fix a bug in Reshape where it failed to handle the new shape's leading axis dimensionality being 1 06 February 2017, 06:06:53 UTC
9c8884e CNTK v2 library: Add the ability to broadcast an input without MBLayout along a specified layout, in the ReconcileDynamicAxis node 05 February 2017, 20:38:27 UTC
4f4b5fb CNTK v2 library: Fix variable_value_to_seq conversion from Value to numpy array list, for cases where the Value objects contains sequence segments instead of full sequences. Also added a regression test for the char RNN example. 04 February 2017, 02:18:35 UTC
c8119c8 CNTK v2 library: a) Expose scatter/gather overloads where the new sequence axis is a derivative of the operand/condition sequence axis b) Allow duplicate inputs in combine 03 February 2017, 19:39:50 UTC
fbb53d2 Bundle all fseide fixes for denom sharing in BN Collect all of Frank's changes related to fixing the shared denominator in Batch Normalization node in a single commit. Patch up BS/NDL config builders and model loaders to add an extra input for 'running mean sample counter' on the fly. Same for loading V2 model the only define 5 inputs for BN functions. 03 February 2017, 15:31:05 UTC
5ae3e53 Integrate eldak/addingDistributionInMB into master 03 February 2017, 13:51:57 UTC
a6c74a2 Allow splitting of data in get next minibatch 03 February 2017, 11:36:17 UTC
db01e1e replace %ignore with %rename have more precise match use macro for simplification 03 February 2017, 10:27:37 UTC
389e172 remove unused reference 03 February 2017, 10:22:35 UTC
ae372d7 Update notebooks 03 February 2017, 02:23:41 UTC
6a603b0 Update images 03 February 2017, 01:40:20 UTC
9ddf5d9 Add images to notebooks 02 February 2017, 22:14:02 UTC
ceefaa5 Fix notebook 02 February 2017, 21:44:09 UTC
81c97d2 typo fix 02 February 2017, 19:30:50 UTC
cb4ef42 Merge remote-tracking branch 'origin/master' into nikosk/keras_support2 02 February 2017, 19:21:55 UTC
6a1ed29 added comment for pending changes 02 February 2017, 19:19:45 UTC
9726077 Remove redundant comments 02 February 2017, 19:01:02 UTC
473962f Update images 02 February 2017, 18:22:53 UTC
38c1e38 Test image 02 February 2017, 18:06:49 UTC
7d472b4 Test image 02 February 2017, 18:01:27 UTC
62654a1 Integrate eldak/fixingInferedOutputs into master 02 February 2017, 15:14:23 UTC
8bd31d7 Integrate zhouwang/fix-v2evaltests-optional2 into master 02 February 2017, 15:08:39 UTC
e4597c9 change reference type from project reference to file refernce to make msbuild happy; add prect dependency 02 February 2017, 13:59:35 UTC
5d2495b Fixing inferrence of outputs to allow crossing of dll boundary 02 February 2017, 13:47:52 UTC
2f1cfcd Integrate eldak/betterErrorMessageSwig into master 02 February 2017, 12:15:20 UTC
1326a44 Adding diagnostics of std::exception 02 February 2017, 09:30:59 UTC
5663552 CNTK v2 library: Add support for precompute nodes in LoadLegacyModel 02 February 2017, 09:29:19 UTC
cf6b968 CNTK v2 library: Add support for enumerating inputs of Functions per the python operand order where samples are row vectors instead of column vectors and thus times operation operands are reversed in order 02 February 2017, 05:15:04 UTC
e0feaef CNTK v2 library: 1. Allow parameter and constant objects to directly use a preallocated NDArrayView instead of always creating a clone 2. Fix an issue with loading of legacy convolution models where the parameter tensor is shaped as 2D instead of the real convolution map shape 02 February 2017, 05:15:04 UTC
b6e0710 address CR feedback 02 February 2017, 02:39:52 UTC
101b18b Merge remote-tracking branch 'origin/master' into nikosk/keras_support2 02 February 2017, 01:40:09 UTC
02ed32a correct masking of sequences; tests 02 February 2017, 01:39:12 UTC
2e508f9 Integrate mahilleb/PostReleaseMerges into master 01 February 2017, 21:51:23 UTC
6cc1193 Integrate cbasoglu/pp1 into master 01 February 2017, 20:39:16 UTC
f24cb69 Merge remote-tracking branch 'origin/master' into mahilleb/PostReleaseMerges 01 February 2017, 20:36:53 UTC
ee59776 Update README.md 01 February 2017, 19:44:25 UTC
4e26d01 Update README.md 01 February 2017, 19:43:16 UTC
bd0cbe9 Fix heartbeat default in cifar distrib example and clean up nameing 01 February 2017, 19:29:00 UTC
54836c1 README.md: add entry for 2.0.beta10.0 release 01 February 2017, 17:15:24 UTC
41080ae Fix link 01 February 2017, 17:13:54 UTC
93cd69c bindings/python/doc: fix a few typos 01 February 2017, 17:13:46 UTC
f397071 bindings/python/doc/conf.py: bump copyright year 01 February 2017, 17:13:38 UTC
0c93428 Tools/make_binary_drop_linux: fix wrt updated cudnn location 01 February 2017, 17:13:30 UTC
b871e83 Tools/samples.json, bindings/python/doc/tutorials.rst: updated 01 February 2017, 17:13:18 UTC
0b388b2 Bump NuGet package versions 01 February 2017, 17:13:09 UTC
d4b49b8 Bump versions 01 February 2017, 17:13:00 UTC
back to top