https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
db769d8 another attempt at Python 2.7 test happiness 21 March 2017, 22:51:06 UTC
be679d1 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 21 March 2017, 22:19:57 UTC
5e61812 made doctest for 2.7 happy 21 March 2017, 22:19:37 UTC
e7888f9 Integrate zhouwang/perf-cpusparse into master 21 March 2017, 22:13:28 UTC
d154890 Integrate eldak/writeBase64Warning into master 21 March 2017, 18:53:23 UTC
45b349b optimize memory allocation based on matrix type; remove unnecessary memset, as they have been value initialized. 21 March 2017, 18:36:12 UTC
da3c36b Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 21 March 2017, 17:31:19 UTC
61f2eb2 addressed CR feedback 21 March 2017, 17:13:44 UTC
d9382c3 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 21 March 2017, 15:08:07 UTC
c4a221d update seq2seq tutorial 204 to Layers library version 21 March 2017, 12:54:04 UTC
98337bf Adding a warning in case image cannot be decompressed 21 March 2017, 12:35:12 UTC
65f1307 Integrate mahilleb/DisableReasoNetTest into master 21 March 2017, 11:37:36 UTC
458e712 Integrate eldak/testTS into master 21 March 2017, 11:27:18 UTC
ef8dde2 Tests/EndToEndTests/CNTKv2Python/Examples/reasonet_test.py: disable until further investigation 21 March 2017, 11:14:24 UTC
c3f3cf5 Fix a bug in cosdistancenode and add reasonet as a test 21 March 2017, 08:55:20 UTC
e2044d2 CNTK v2 library: Fix a bug with replacing multiple parameters of a Block Function 21 March 2017, 02:00:29 UTC
637524c Integrate sayanpa/dcgan3 into master 20 March 2017, 21:17:01 UTC
18d0347 Updated dcgan test threshold 20 March 2017, 18:11:27 UTC
a597621 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3 20 March 2017, 18:07:02 UTC
54814cd Updated baselines 20 March 2017, 16:58:20 UTC
d6eafc6 Update default params in edit_distance_error 20 March 2017, 16:58:20 UTC
cbf85f6 Update default params of EditDistanceError 20 March 2017, 16:58:20 UTC
afd4baa Adding test source 20 March 2017, 16:57:41 UTC
da23f47 fix devinstall for powershell version4 - not supporting SOURCE property on get-command result, using PATH instead 20 March 2017, 13:17:46 UTC
d223d48 Test use_default_device in a separate process 20 March 2017, 11:04:39 UTC
c7426fe Integrate 99fd271757272b756a7fdd6732eccf8b9af4a39c into master 19 March 2017, 21:27:17 UTC
7c461ac restore some mappings as they are used by Python 19 March 2017, 07:25:19 UTC
94fa8f8 remove unused files 19 March 2017, 07:25:18 UTC
baef1e0 move instantiation methods to ValueExtend 19 March 2017, 07:25:17 UTC
80fb6af remove unused mappings 19 March 2017, 07:25:16 UTC
bf8f7ff add create value for N-Dimensional onehot vector input 19 March 2017, 07:25:15 UTC
59910e0 not expose unused NDArrayViewConstructor 19 March 2017, 07:25:09 UTC
a0e3ebf simplify LoadModel in swig interface 19 March 2017, 07:19:40 UTC
7da175b not expose unusable NDArrayView constructor to C# 19 March 2017, 07:19:40 UTC
f9b9d4c Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3 19 March 2017, 02:59:09 UTC
cbedd91 Add CR review for DCGAN 19 March 2017, 01:38:23 UTC
f36f278 Update README.md 19 March 2017, 01:04:25 UTC
c0bcb94 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3 18 March 2017, 21:58:51 UTC
9b877f1 Integrate zhouwang/pr1441 into master 18 March 2017, 11:31:50 UTC
079518d fix errors 18 March 2017, 10:18:25 UTC
1768652 add IsObjectExpired() to utils.h, move owner() to VariableFields 18 March 2017, 09:25:04 UTC
68ece35 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3 18 March 2017, 02:12:28 UTC
49da9a4 Added CR feedback 18 March 2017, 02:12:16 UTC
d2f57f7 CNTK v2 library: Fix AV in op_name calls for UserFunction. 17 March 2017, 23:58:56 UTC
307b14f CNTK core: Include GPU free memory information in the device information log output. 17 March 2017, 23:58:08 UTC
15d2c62 CNTK v2 library: Add proper error message when grad called on a Function without an explicit [wrt] list and none of the Function's arguments haave needs_gradient == True. 17 March 2017, 23:58:08 UTC
97ff391 CNTK v2 library: Expose the option of synchronous CUDA kernel execution in the V2 API 17 March 2017, 23:58:08 UTC
dda5c53 CNTK v2 library: Fix clone to a) Correctly handle repalcement of Parameters of Block Function instances and b) Root Function output itself being replaced. 17 March 2017, 23:58:08 UTC
bd7df45 CNTK v2 library: Improve NDArrayView creation performance for sparse data 17 March 2017, 23:58:08 UTC
984358d Deleted renamed notebook and corresponding test 17 March 2017, 23:21:57 UTC
b831a9a Updated notebooks, tests and docs 17 March 2017, 23:19:34 UTC
d60958f Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3 17 March 2017, 22:10:08 UTC
e364289 Updated dcgan test and nb text' 17 March 2017, 22:07:25 UTC
7b5e196 Cast unsigned int type in printing to pass with gcc-5 17 March 2017, 21:41:46 UTC
fdd7e40 Integrate 2.0rc/breakingChanges into master 17 March 2017, 20:56:50 UTC
fcfe3cd Fix jenkins. 17 March 2017, 19:55:33 UTC
99fd271 Modify threshold for passing test. 17 March 2017, 19:41:33 UTC
222d2f8 Integrate kedeng/fixGcc5 into master 17 March 2017, 19:41:12 UTC
ee33d60 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 17 March 2017, 18:37:57 UTC
2ffd5c7 addressed CR feedback; fixed broken doc links (SPHINX warnings) 17 March 2017, 18:36:39 UTC
8da12bc Merge with master. 17 March 2017, 17:36:40 UTC
fbce6c6 Add back compatibility layer. 17 March 2017, 17:31:26 UTC
593c0f9 updated test timeout 17 March 2017, 17:11:30 UTC
3887584 fixed :function: --> :func: in docstrings 17 March 2017, 16:37:30 UTC
ee89640 Fixing py side for two image deserializers 17 March 2017, 13:43:56 UTC
d618ec6 check whether the m_ownerFunction is empty or expired 17 March 2017, 13:36:09 UTC
124f07a Another attempt at streamlining device selection Update device selection API as agreed: * drop BestDevice() and DefaultDevice() * add an option to specify excluded devices that should not be used as globally default (neither auto-selected nor explicitly specified) * add a mechanism to query device properties * add a method to determine if a device is locked or not (in real-time) * in SetDefaultDevice, offer an option to exclusively lock the specified device. 17 March 2017, 11:34:54 UTC
900c418 Fix LU test. 17 March 2017, 07:10:57 UTC
f7f7eaf Fix one_hot in LU. 17 March 2017, 05:58:13 UTC
a31c1bc adding dcgan tutorial 17 March 2017, 05:53:39 UTC
2dc7df0 More fixes from Jenkins. 17 March 2017, 04:57:08 UTC
2dbd2bd Main ReadMe edits 17 March 2017, 04:40:02 UTC
578504a More fixes. 17 March 2017, 02:33:12 UTC
72b9858 Fix distributed training. 17 March 2017, 01:31:09 UTC
3d98f8e Fix Gcc 5 build error 17 March 2017, 01:20:05 UTC
ae7c8a2 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 17 March 2017, 01:15:25 UTC
33b68e6 added more Examples to blocks.py 17 March 2017, 01:13:57 UTC
2a4241c docstrings for Fold() and UnfoldFrom() 17 March 2017, 00:31:44 UTC
8b47381 More fixes. 17 March 2017, 00:25:17 UTC
f341959 More ont_hot fixes. 16 March 2017, 23:30:04 UTC
4a93dd0 Fix Parameters class. 16 March 2017, 22:41:15 UTC
c4e4b3a Fix rank loss. 16 March 2017, 21:38:33 UTC
8af0ea3 Merge branch 'master' into 2.0rc/breakingChanges Merge with master... 16 March 2017, 21:19:31 UTC
622798a Fix sparce test. 16 March 2017, 21:18:42 UTC
6ac72f8 Enable bilinear initialization for ConvolutionTransposeLayer Currently bilinear initialization assumes node shape (<filter count>, <parameter count per filter>), and it requires extra parameters that specify kernel size. In this change the expected shape is modified to (<kernel width>, <kernel height>, <channel count>, <filter count>). Extra kernel size parameters are no longer required. This is done in order to enable bilinear initialization for the BrainScript function ConvolutionTransposeLayer in CNTK.core.bs. It makes sense to align with this function because bilinear initialization is used primarily for transposed convolution (deconvolution). The new implementation requires fully defined shape, so this change also enables deferred bilinear initialization in BrainScript. 16 March 2017, 17:37:43 UTC
816f070 Main ReadMe News, March 16, 2017 16 March 2017, 16:55:11 UTC
dc8ab74 Fixing error message when bundler cannot reconcile sequences 16 March 2017, 11:49:54 UTC
2592132 Merge remote-tracking branch 'origin/master' into zhouwang/pr1441 16 March 2017, 09:50:24 UTC
f817056 docstring for RecurrenceFrom() 16 March 2017, 06:31:28 UTC
927c1e4 add CreateSequence from sparse input expose CreateSequence using sparse in C# adapt API and C# binding update baseline aligning argument names adapt test case to make sure at 1 non-zero values is created adapt random generation of sparse sequence 16 March 2017, 06:30:57 UTC
6e7875b updated docstrings for recurrent block functions and higher-order layers; added docstrings and testable Examples to some sequence layers 16 March 2017, 05:59:44 UTC
e25dd44 Merge with master. 16 March 2017, 05:10:17 UTC
d86c231 Move all examples and notebook to use the new namespace. 16 March 2017, 05:07:51 UTC
a92411b updated docstrings and added tested Examples to higher_order_layers.py 16 March 2017, 03:42:47 UTC
4fa3203 Integrate vadimma/loadCTC into master 16 March 2017, 00:14:12 UTC
f0762f5 Rename variables to camelCase 15 March 2017, 23:02:15 UTC
de9702d Scripts/install/windows/install.bat: tune 15 March 2017, 19:21:17 UTC
8b15579 fixing fallout from now having the strict option enabled 15 March 2017, 19:06:02 UTC
1c0bf97 unblocked powershell scripts 15 March 2017, 18:39:20 UTC
51d02a4 Bump NuGet package versions 15 March 2017, 16:17:07 UTC
back to top