https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
de4f73a dis 18 April 2017, 22:24:39 UTC
b8e5016 fix 18 April 2017, 17:45:46 UTC
c4236a7 fix 17 April 2017, 22:54:18 UTC
f3e86fe fix 17 April 2017, 21:29:58 UTC
98dddc1 fix 17 April 2017, 20:09:03 UTC
4db4b8b Fix 17 April 2017, 18:33:00 UTC
11107c8 Fix 17 April 2017, 18:20:51 UTC
1d6c521 Add reasonet tutorial and prediction notebook for reasonet 17 April 2017, 18:19:04 UTC
5b394c4 Integrate chazhang/asym into master 16 April 2017, 04:02:10 UTC
26a7e4f Integrate wilrich/extMBSource into master 15 April 2017, 23:07:59 UTC
a9dd375 Enable UserMinibatchSource for distributed settings 15 April 2017, 21:23:35 UTC
f1f08ed Doc fixes 15 April 2017, 20:57:10 UTC
0f92c0d Address asymmetric padding issue in CNTK. Bug fix and update baseline. Bug fix. 15 April 2017, 17:30:43 UTC
9b10678 Integrate fseide/privtype into master 15 April 2017, 07:54:13 UTC
3170164 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/privtype 15 April 2017, 04:55:50 UTC
ae4ebd7 CNTK v2 library: Better error handling and documentation for erased Value objects. 15 April 2017, 02:09:22 UTC
858baa2 Integrate nikosk/pow into master 14 April 2017, 23:46:56 UTC
a8610dc Integrate chenta/expose_gradient_root into master 14 April 2017, 22:44:24 UTC
0557264 Merge remote-tracking branch 'origin/master' into nikosk/pow 14 April 2017, 21:34:33 UTC
8aeb408 fix py test error 14 April 2017, 21:16:13 UTC
fffe63a Integrate nikosk/sequence_fixes into master 14 April 2017, 21:09:40 UTC
fc903f1 Merge remote-tracking branch 'origin/master' into nikosk/pow 14 April 2017, 18:26:40 UTC
7b04442 Incorporated CR feedback 14 April 2017, 18:25:51 UTC
98d88c6 add py test for new parameter 14 April 2017, 17:54:32 UTC
2b3506b Merge remote-tracking branch 'origin/master' into nikosk/sequence_fixes 14 April 2017, 17:30:56 UTC
6626b49 uniformize sequence.reduce_max & sequence.softmax 14 April 2017, 17:29:12 UTC
7dde155 refactor common function 14 April 2017, 14:38:38 UTC
8fd569b expose SliceView 14 April 2017, 13:38:11 UTC
1b84ecd fix typo in file name 14 April 2017, 13:38:11 UTC
fc82330 add sparse tests add file headers 14 April 2017, 13:38:11 UTC
2eb15e5 ChangeDevice does not work, as it is external buffer. DeepClone() returns a shared_ptr which is not appropriate for returning it back to managed part. Use CopyFrom. 14 April 2017, 13:28:46 UTC
99f1972 add tests for NDArrayView 14 April 2017, 13:28:46 UTC
5beb7a9 fix bug in NDArrayView on GPU Add tests for dense input on GPU 14 April 2017, 13:28:46 UTC
46dabd7 Integrate zhouwang/cseval-api into master 14 April 2017, 10:52:10 UTC
c7c2547 CNTK v2 library: Fixed handling of references of existing netowrk matrix storage handed out from Forward/Backward 14 April 2017, 08:33:24 UTC
1f23f6e CNTK v2 library: Add ability to register and instantiate native C++ user-defined functions from python 14 April 2017, 08:33:24 UTC
9647f9d CNTK v2 library: Add tests for setting Parameter.value 14 April 2017, 08:33:24 UTC
43bd6cc CNTK v2 library: Report an error on passing an empty parameters list to a learner 14 April 2017, 08:32:55 UTC
fea51c9 improve outputs 14 April 2017, 08:29:17 UTC
0852b85 add tests 14 April 2017, 08:29:17 UTC
186e7cf add utils.cs 14 April 2017, 08:29:17 UTC
7309f8b rename SWIG default class from Utils to CNTKLib, in order to prepare the new Utils.cs in C# 14 April 2017, 08:29:17 UTC
3710beb another shot at improved Python 2.7 happiness 14 April 2017, 02:17:54 UTC
8ba876d use constant::scalar as initial state of reduceMax 14 April 2017, 01:39:12 UTC
1236e42 Merge remote-tracking branch 'origin/master' into nikosk/sequence_fixes 14 April 2017, 01:38:38 UTC
6d8446b python 2.7 happiness 14 April 2017, 01:37:48 UTC
9cd83f3 fixed VSO bugs 1230 and 1277 14 April 2017, 01:29:30 UTC
c9dfe76 moved sgd_with_noise test to the right place 14 April 2017, 00:54:28 UTC
20d4bf2 factor out asMultipleOf 14 April 2017, 00:42:59 UTC
1565fca Merge remote-tracking branch 'origin/master' into nikosk/workaround-curand 14 April 2017, 00:42:25 UTC
c84ea7a Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/privtype 14 April 2017, 00:39:50 UTC
c35655c reenabled the accidentally disabled test of LanguageUnderstanding.py 14 April 2017, 00:29:43 UTC
32ff7d4 changed all uses of input(**type) to input(type) 14 April 2017, 00:16:57 UTC
7ec7aec input() now accepts a Variable._Type object, e.g. input(Tensor[13]) 14 April 2017, 00:15:10 UTC
f5d3a34 clean up stray comment 14 April 2017, 00:01:20 UTC
60822d3 pow pytest 13 April 2017, 23:52:37 UTC
c8a371c sanitize_input() now responds with an actionable error message when the user inadvertently passes a Variable._Type instead of a Variable 13 April 2017, 23:38:11 UTC
ac18ee6 Variable._Type now has a __call__ operator, such that attempting to instantiate a Variable._Type (e.g. Tensor[13,42]()) will print a proper error message. 13 April 2017, 23:23:56 UTC
5a25d3e Integrate jqian/wip/gdr into master 13 April 2017, 23:23:44 UTC
851823a made Variable.Type private by renaming it to Variable._Type 13 April 2017, 23:05:21 UTC
8a57b47 Integrate mahilleb/Py36 into master 13 April 2017, 22:14:25 UTC
34b9768 added pow pytest 13 April 2017, 22:01:25 UTC
f39a63d Integrate nikmil/upsampling_layer_fix into master 13 April 2017, 21:44:48 UTC
c6c57c8 Fix links in docstring 13 April 2017, 18:15:59 UTC
bc04458 Do gradients allreduce aggregation with GPUDirect RDMA 1. Iallreduce with cuda-aware not supported ref: https://www.open-mpi.org/faq/?category=runcuda#mpi-apis-no-cuda 13 April 2017, 16:16:37 UTC
d4d9a76 Optimize dictionary filling 13 April 2017, 14:13:27 UTC
302fc2b Fix hard tabs 13 April 2017, 14:13:08 UTC
e320035 Fixing some bugs 13 April 2017, 12:50:59 UTC
3542533 Py 3.6 build & test 13 April 2017, 12:19:19 UTC
f96df7c Simplify bilinear upsampling layer interface Bilinear upsampling only makes sense if the number of input channels equals the number of output channels. 13 April 2017, 08:11:52 UTC
08273ab begin of pow 13 April 2017, 01:13:58 UTC
56b3b54 moved python implementations to C++ 13 April 2017, 01:12:10 UTC
5d9a286 Support for user-defined MinibatchSource 13 April 2017, 01:04:21 UTC
621052a Add option to feed mean gradient into learners 12 April 2017, 22:08:44 UTC
2bec9f2 work around some curand limitations 12 April 2017, 21:04:20 UTC
6c7241a Cleaned, autopepped 12 April 2017, 20:31:32 UTC
63d28a1 remove hard tab 12 April 2017, 20:21:37 UTC
39cce47 fix a bug in sequence.reduce_max and remove magic number 10 from sequence.softmax 12 April 2017, 19:45:29 UTC
936e5fb update comments 12 April 2017, 18:34:08 UTC
8cfc9dc expose gradient root in grad inteface 12 April 2017, 18:22:37 UTC
071367f further reduce # instance of version defintions 12 April 2017, 13:08:56 UTC
39c7738 reset version to rc1 add comments 12 April 2017, 13:08:56 UTC
be8c103 add check version consistence 12 April 2017, 13:08:55 UTC
746271a add project dependency; consolidate csproj settings; unify output path in csproj 12 April 2017, 13:08:55 UTC
2294df0 remove ununsed using 12 April 2017, 13:08:55 UTC
7dcf634 use direct definition of CntkComponentVersion 12 April 2017, 13:08:55 UTC
df3ebe6 Tools/make_binary_drop_windows.ps1: include eval libs again Related: #1697 12 April 2017, 08:13:43 UTC
9344fc2 bindings/python/cntk/io/__init__.py: fix signature for Sphinx documentation 12 April 2017, 07:39:44 UTC
5cc4646 Integrate lewlu/inceptionv3 into master 12 April 2017, 05:07:42 UTC
3c4b0e2 CNTK v2 library: Improve handling of certain error conditions 1) Better error handling in Axis normalization 2) Beter handling of bad convolution operand shapes 3) Switch NDShape::operator[] to checked indexing 11 April 2017, 20:33:46 UTC
4a60854 Integrate t-ivrodr/fix_deconv_example into master 11 April 2017, 13:06:55 UTC
729cc33 Naming nodes in network and getting them from model 11 April 2017, 11:20:01 UTC
49d4398 Integrate alrezni/log_hyperparameter_changes into master 11 April 2017, 09:44:19 UTC
2ef2b7e Adding ability to specify sequece key in the output format 11 April 2017, 07:18:40 UTC
8c2e6c8 Merge branch 'lewlu/inceptionv3' of https://github.com/Microsoft/CNTK into lewlu/inceptionv3 11 April 2017, 05:51:29 UTC
c3fa894 update InceptionV3.cntk 11 April 2017, 05:50:14 UTC
d02648d update readme.md 11 April 2017, 05:50:13 UTC
29cf6b4 update inception-v3 example 11 April 2017, 05:50:13 UTC
d20b322 Merge branch 'master' into lewlu/inceptionv3 11 April 2017, 05:47:57 UTC
41dca1b Output learner hyperparameters with ProgressWriters Use ProgressWriter logging facilities to emit a log message every time the hyperparameters change. 10 April 2017, 14:01:41 UTC
back to top