https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
0e5433c Support slicing multiple elements from the same axis in [] notation 13 March 2017, 08:30:25 UTC
fcc2c56 Enable slice tests for sequences 13 March 2017, 08:30:23 UTC
1322f11 ResNet example changes: Save to model_path and restart switch added 13 March 2017, 04:18:31 UTC
fdecf51 Merge branch 'master' into v-lelu/bn-inception-py 12 March 2017, 10:52:34 UTC
caacc0b Fix documentation 12 March 2017, 03:21:01 UTC
3f74e33 Integrate zhouwang/loadmodel-from-memory into master 11 March 2017, 22:32:28 UTC
d31a207 Integrate wilrich/fix_devicekind into master 11 March 2017, 21:59:37 UTC
7acaad4 update baseline 11 March 2017, 20:34:12 UTC
7b8b9c1 add LoadModel from byte array use istream add tests add check legacy model using memory buffer make swig map char* type correctly update test baseline address CR comments 11 March 2017, 20:34:12 UTC
6246cc8 Split v2 tests according to device target 11 March 2017, 13:46:13 UTC
e42ea9a Baseline update 11 March 2017, 13:44:45 UTC
b3a8627 add comment 11 March 2017, 12:57:34 UTC
4ba3acd Examples/AlexNet_ImageNet_Distributed_test.py: disable test_alexnet_imagenet_distributed_block_momentum() until further investigation 11 March 2017, 12:56:05 UTC
6097f3e Tests/UnitTests/MathTests/GPUMatrixTests.cpp: disable test 11 March 2017, 12:56:05 UTC
19febb2 fix error 11 March 2017, 12:11:28 UTC
ec2dcf0 only check mask for non-packed-value 11 March 2017, 11:12:21 UTC
fdf842f move validation of mask shape to VerifyVariableValueCompatibility 11 March 2017, 11:11:24 UTC
c8302f6 Fix typo 11 March 2017, 03:10:53 UTC
656ce7e Integrate kedeng/fixGapNan2 into master 11 March 2017, 02:45:23 UTC
f52ab2a Perform selected action at each time step Currently resetting the environment 10 March 2017, 20:02:41 UTC
034e63d Add parameter in SGD for determining the size of gradients to be copied during aggregation 10 March 2017, 17:15:41 UTC
97550e7 Moving wait after packing 10 March 2017, 17:15:41 UTC
bd93d7e Copy gradients into a continous buffer in v2 aggregator 10 March 2017, 17:15:40 UTC
e4b0d7e Fix device comparison 10 March 2017, 16:14:26 UTC
21bf3af Tests/Install/linux/Dockerfile-Ubuntu14-GPU: fix parameter name 10 March 2017, 11:31:42 UTC
4cde175 BinaryDrop{ -> s} 10 March 2017, 11:31:42 UTC
e24b482 added psm1 files to gitattributes 10 March 2017, 11:31:42 UTC
bccffbf check error code of install.ps1 10 March 2017, 11:31:42 UTC
94ace21 addressed CR comments and minor bug fixes 10 March 2017, 11:31:42 UTC
b6653e0 drop changes 10 March 2017, 11:31:42 UTC
2b82add Tests/Install/windows: pass through -WheelBaseUrl 10 March 2017, 11:31:41 UTC
454e1de address CR comments 10 March 2017, 11:31:41 UTC
b0cb233 download WHL from cntk.ai, support additional whlurl for testing 10 March 2017, 11:31:41 UTC
97f14ea Merge branch 'master' into v-lelu/bn-inception-py 10 March 2017, 06:27:12 UTC
c410286 Fix gaps in sequence.reduce_sum and convolution Fix a bug in times sequence reduction that gradient may not be updated correctly Rename times infer rank consts to the right ones Enable track gap nan for v2libraryTest and python tests 10 March 2017, 05:45:46 UTC
356eb21 Integrate amtiaga/bugFixesForReasonNet into master 10 March 2017, 03:16:25 UTC
c0e42d8 CNTK v2 library: Add support for sparse inputs with sample shape > 1D 10 March 2017, 01:41:09 UTC
a0c30a3 Integrate alrezni/quick_fix into master 09 March 2017, 19:11:32 UTC
66c922b Fix second gpu detection in GPUMatrixTests 09 March 2017, 17:11:04 UTC
4668a6d Tests/Install/linux/prep-run-test.sh: bump Jupyter ExecutePreprocessor.timeout 09 March 2017, 14:40:52 UTC
10e1fc7 Address CR comment 09 March 2017, 14:40:52 UTC
ba134e7 Linux drops: move out Python wheels, download during installation 09 March 2017, 14:40:52 UTC
c2f03c9 Integrate t-ivrodr/distributed_e2e_tests_squashed into master 09 March 2017, 13:58:06 UTC
f586c9d Integrate alrezni/binary_reader into master 09 March 2017, 13:17:05 UTC
7255c06 Integrate alrezni/quick_fix into master 09 March 2017, 12:57:56 UTC
ff49f1e Start binary reader overhaul Redesign the binary format, refactor and update the reader implementation, as well as the ctf2bin.py converter. 09 March 2017, 10:40:50 UTC
ab1bba4 Adding Seq2Seq and HTKTruncated distributed tests. Also, adding 1bitsgd and block momentum tests for Alexnet example. 09 March 2017, 09:30:57 UTC
1f911d1 Fix an issue in CompositeFunction::GetNode 09 March 2017, 09:14:29 UTC
f5065d8 Add progress_print proxy. 09 March 2017, 07:10:11 UTC
d134531 Fix learner. 09 March 2017, 06:56:56 UTC
c1ec03c Merge branch 'master' into 2.0rc/breakingChanges For checkin... 08 March 2017, 23:06:25 UTC
c3dc1d6 Integrate zhouwang/fix-assert into master 08 March 2017, 19:04:42 UTC
be280b0 Integrate alrezni/learner_checkpoint into master 08 March 2017, 17:18:39 UTC
6ac9b44 Fix cos distance with negative sample doc. 08 March 2017, 16:54:08 UTC
b024632 Integrate qiwye/asgd-fix into master 08 March 2017, 14:52:02 UTC
af44b12 Change learner's serialization/deserialization Get rid of the dependency on UIDs. Read/write smooth gradient values in the order of corresponding learner's parameters. Store them as a vector in checkpoint (as opposed to a dict from uids to values). 08 March 2017, 14:25:14 UTC
cf4080e Update python script of bn-inception 08 March 2017, 11:58:33 UTC
0e1b703 call install batch file instead of powerscript 08 March 2017, 11:31:03 UTC
6902ace fix install.ps1 called in ps subdirectory 08 March 2017, 09:24:00 UTC
b25548b Merge with master. 08 March 2017, 05:58:57 UTC
a160bee Fix examples tests. 08 March 2017, 05:56:05 UTC
d822b0f fix build: removing hard tabs 08 March 2017, 04:56:35 UTC
d942962 Add more proxies and wrap one_hot. 08 March 2017, 03:11:01 UTC
eb90aee Add more proxy namespaces. 08 March 2017, 03:01:00 UTC
324404a Move models under layers and fix remaining UnitTests. 08 March 2017, 02:10:08 UTC
0df54d8 Enable python setup in debug bits 08 March 2017, 01:38:37 UTC
aafc06e Optimize the performane of CosineDistanceNode 08 March 2017, 01:38:37 UTC
868d834 Add proxy namespace for backward compatibility. 08 March 2017, 00:43:49 UTC
72f789e Move sanitize to internal namespace. 07 March 2017, 22:43:18 UTC
fb236ed Move typemap and family to internal namespace. 07 March 2017, 18:40:51 UTC
383f3f3 start install powerscript through batch file 07 March 2017, 12:15:17 UTC
4abe7b1 Integrate zhouwang/cseval-example-clone into master 07 March 2017, 12:00:01 UTC
89010ff Remove moved files from the solution. 07 March 2017, 07:35:16 UTC
37a0524 Fix merge issues. 07 March 2017, 07:33:17 UTC
85bb5f0 Integrate kedeng/fixTimesReduceSeq into master 07 March 2017, 04:36:13 UTC
59009c2 Integrate vistepan/tensorboard-brainscript-support into master 07 March 2017, 03:30:04 UTC
37c7746 Fix dynamic axis in Times output when reducing sequence axis, and update test 07 March 2017, 03:08:03 UTC
b0453e6 Support for logging to TensorBoard from BrainScript. 07 March 2017, 01:38:34 UTC
020ed1a Fix rank-0 matrix shape to have dynamic axes in columns Also add a testcase for the cudaMalloc failure investigation 07 March 2017, 01:34:25 UTC
dda7e48 Integrate b023f6c85347c0e411abcd7123c15be4fb238ce0 into master 07 March 2017, 01:15:06 UTC
56b05eb Update README.md 06 March 2017, 23:06:21 UTC
16ee92f Merge with master. 06 March 2017, 22:29:48 UTC
8368586 Minor refactor and README update in CTC training 06 March 2017, 20:33:08 UTC
989b3e5 Update project files. 06 March 2017, 19:27:03 UTC
98eaedf Integrate amtiaga/bugFixesForReasonNet into master 06 March 2017, 19:09:54 UTC
730e592 CNTK v2 library: Improve error messages 06 March 2017, 18:09:44 UTC
b2dcdda Integrate eldak/sameStreamErrorMessage into master 06 March 2017, 18:02:35 UTC
47d3ffc CNTK v2 library: Minor bugfix to handle the situation of a sequence.reduce operation being performed on a placeholder operand whose shape is known but dynamic axes are unknown 06 March 2017, 17:53:38 UTC
d67957d Fixing error message when two streams with the same name are present 06 March 2017, 16:35:15 UTC
00b0b0c Merge branch 'master' into asgd-fix 06 March 2017, 15:40:44 UTC
b6e0fbf bug fix: CPU memory leak. 06 March 2017, 15:04:18 UTC
c735636 Making zip_open read only and optimization of conc_stack 06 March 2017, 11:37:40 UTC
16c8301 minor changes 06 March 2017, 10:33:16 UTC
c882dc3 use logicerror in some places 06 March 2017, 10:29:17 UTC
66ae003 use logicerror in some places 06 March 2017, 10:21:37 UTC
cd9c963 minor changes 06 March 2017, 10:12:50 UTC
654dd5b restore some more asserts() 06 March 2017, 10:06:15 UTC
ba59764 restrore assert for cases with tight loop and for cases which happen seldom 06 March 2017, 09:11:09 UTC
1dc42fe Bug fix: change ASGD option from syncPeriod to SyncPeriodPerWorker 06 March 2017, 07:16:40 UTC
9ed8a4c Merge pull request #1498 from SaqibS/master Fixing typos 06 March 2017, 05:55:51 UTC
back to top