https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
08a589f Merge branch 'master' of https://github.com/Microsoft/cntk into muditj/HTKDeserializerPythonWrapper 15 February 2017, 01:05:23 UTC
8c85203 Merge remote-tracking branch 'origin/master' into nikosk/extend-learners 14 February 2017, 21:00:44 UTC
4827a82 Incorporated CR feedback 14 February 2017, 21:00:05 UTC
b9ca100 Integrate pkranen/splitPyTests into master 14 February 2017, 19:27:12 UTC
9ae2247 Integrate amtiaga/bugFixesForReasonNet into master 14 February 2017, 18:52:24 UTC
5405b64 Closes: #1425 14 February 2017, 18:45:05 UTC
f45902f fix CallGetCommand, failing if multiple applications where discovered 14 February 2017, 18:45:05 UTC
5fd460f CNTK v2 library: Add support for reduction of sequences along just the sequence or batch axis. This paves the way for all sequence reduction operations to be upto orders of magnitude faster compared to the current implementations using recurrence. In this commit, only BroadcastAs employs the new faster mechanism. It will be rolled to other sequence operations in subsequent commits 14 February 2017, 17:54:09 UTC
a6ece06 Merge branch 'master' into ebarsoum/prim1 For checkin... 14 February 2017, 16:53:42 UTC
ab31b9e Fix doc string format to match what DocTest expect. 14 February 2017, 16:53:06 UTC
3bebb0d Tests/EndToEndTests/CNTKv2Python/Examples/conftest.py: remove Jupyter Notebook fixture 14 February 2017, 16:50:35 UTC
3665dc7 CNTK v2 library: Add custom typemap for Block arguments map to automatically convert Function objects in the map to Variable 14 February 2017, 15:15:19 UTC
f1736a3 CNTK v2 library: Add cloning support for user defined Functions 14 February 2017, 15:15:19 UTC
7d0febe Splitted Python e2e test into examples and tutorials 14 February 2017, 11:58:20 UTC
b92d09e updated baseline 14 February 2017, 09:21:30 UTC
d4e3fcd fixed DFS bug, added test 14 February 2017, 08:46:24 UTC
176f726 fixed image formatting using PIL for eval 14 February 2017, 08:46:23 UTC
0a3f01d Merge remote-tracking branch 'origin/master' into nikosk/extend-learners 14 February 2017, 06:52:38 UTC
4bb6df1 support for user defined learners 14 February 2017, 06:50:58 UTC
7078723 Merge branch 'master' into ebarsoum/prim1 For checkin... 14 February 2017, 06:40:27 UTC
8bc13d5 Use GPU accumulation for training loss/eval criterion to avoid GPU/CPU sync stall in every minibatch 14 February 2017, 02:39:41 UTC
e46faf7 Update argmin example due to feedbacks. 14 February 2017, 02:01:14 UTC
1fcb1de Fix Linux build break. 14 February 2017, 01:39:01 UTC
cdc5409 Address feedbacks. 14 February 2017, 00:19:47 UTC
6eee6e1 Merge branch 'master' into ebarsoum/prim1 For jenkins. 13 February 2017, 22:17:24 UTC
567efce Increase serialization version number. 13 February 2017, 22:14:34 UTC
027d6a2 Integrate fseide/layers-lib-breaking into master 13 February 2017, 21:20:57 UTC
bf1927d Integrate alexeyo/ReadMe-News-February-13 into master 13 February 2017, 19:58:21 UTC
83a2347 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 13 February 2017, 19:14:40 UTC
cc3e76e Integrate kedeng/fixUnroll into master 13 February 2017, 18:58:54 UTC
fa9ff76 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 13 February 2017, 18:39:31 UTC
9fd6c5a Main ReadMe News, February 13, 2017 13 February 2017, 17:16:19 UTC
6fe326d Integrate eldak/renameSeqId into master 13 February 2017, 16:39:51 UTC
9518d4f Integrate alrezni/v2_exceptions into master 13 February 2017, 16:33:41 UTC
fcfacbd Refactoring in readers - rename of m_id in sequences, moving "primary" member to the base class 13 February 2017, 15:10:06 UTC
174bd63 V2: add callstack to exceptions details 13 February 2017, 10:38:03 UTC
15775b0 Merge pull request #1428 from MSharman/MSharman MSharman 13 February 2017, 09:09:44 UTC
7986a1a Add detailed comment to argmax and argmin. 13 February 2017, 05:15:52 UTC
3dfa8df Fix test from merged conflict. 12 February 2017, 08:24:38 UTC
c5b32aa Fix test after resolve conflict. 12 February 2017, 08:16:53 UTC
02517fb Resolve merge conflict with master 12 February 2017, 07:58:42 UTC
307052e Fix broken docs 12 February 2017, 07:31:50 UTC
b11e2a6 Remove unused arguments. 12 February 2017, 07:31:12 UTC
822ac8d Add unit test and fix single element tensor bug. 12 February 2017, 06:46:37 UTC
05d592b Add GPU version of argmax and argmin. 12 February 2017, 05:05:04 UTC
ba91051 Fix gradient optimization bug in TimesNodeBase when unrolling 11 February 2017, 20:44:48 UTC
b7bd30e Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 11 February 2017, 01:31:25 UTC
1fe2353 addressed CR feedback 11 February 2017, 01:26:52 UTC
eee01f8 Cleanup and pass reudction axis around. 11 February 2017, 01:20:34 UTC
fd2e796 Update README.md 11 February 2017, 00:27:28 UTC
7761540 Cleanup CPU Argmax and min. 10 February 2017, 23:00:21 UTC
27bf1d3 Integrate mahilleb/PostReleaseMerges into master 10 February 2017, 22:42:27 UTC
2a8dcce Integrate eldak/underperfFixInRandomizer into master 10 February 2017, 22:16:58 UTC
c3b309b Integrate sayanpa/slawek into master 10 February 2017, 20:49:00 UTC
3c424cd Integrate kedeng/v2profiler into master 10 February 2017, 20:00:43 UTC
bb02287 Implement Argmax and min for the CPU. 10 February 2017, 19:57:48 UTC
382763a Added link to Azure Notebooks and fixed typo 10 February 2017, 19:56:56 UTC
780f0bc Added links to Azure notebooks 10 February 2017, 19:52:22 UTC
0bc44d8 Updated performance benchmark section in the Readme file 10 February 2017, 19:45:36 UTC
ad994ca Add Azure Notebooks link 10 February 2017, 19:37:19 UTC
8860ab3 Fixing small underperf 10 February 2017, 18:05:44 UTC
ccf2dff Integrate alexeyo/ReadMe-News-February-10-1 into master 10 February 2017, 17:44:20 UTC
c934772 Integrate eldak/fixingSameImage into master 10 February 2017, 17:35:45 UTC
2b72578 Main ReadMe news, February 10, 2017 10 February 2017, 17:28:50 UTC
a41eb71 Update README.md 10 February 2017, 17:07:33 UTC
632be5a changed associative multi-arg ops to using a decorator (Willi) and a tree reduction (Nikos) 10 February 2017, 16:55:50 UTC
7bd974c Fixing error when the same image from zip refereced several times in the mapping file 10 February 2017, 15:52:13 UTC
6f74b33 CNTK_201B_CIFAR-10_ImageHandsOn.ipynb: fix PIL.Image import 10 February 2017, 14:57:51 UTC
0f6a3c7 Bump NuGet package versions 10 February 2017, 14:57:44 UTC
a435f5a Bump versions 10 February 2017, 14:57:35 UTC
13f81bd Tools/make_binary_drop_*: updates 10 February 2017, 10:55:45 UTC
60a76da Update 1BitSGD refs for profiler 10 February 2017, 08:21:04 UTC
487ba16 fixed a typo in a Jupyter notebook 10 February 2017, 07:32:38 UTC
72a259a fixed an incorrect rounding in a doc example 10 February 2017, 06:10:06 UTC
1f74f04 fixed two tests 10 February 2017, 05:15:16 UTC
580c40f fixed an copy-paste indentation error 10 February 2017, 04:24:49 UTC
0673df1 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layers-lib-breaking 10 February 2017, 03:52:41 UTC
255f275 (corrected last-decimal rounding of a doc example) 10 February 2017, 03:49:54 UTC
659e4ae addressed CR feedback 10 February 2017, 03:46:20 UTC
3b02db4 renamed Function.save_model() to save(), and restore_model() likewise; made load_model a static method Function.load() 10 February 2017, 01:24:39 UTC
b159781 Add -profile option to ResNet and ConvNet example for Philly 10 February 2017, 01:15:53 UTC
adf0a92 changed signature of splice() from list to *args, to make it consistent with all other ops; renamed cntk.ops.reduce_log_sum() to reduce_log_add_exp(), to make it consistent with log_add_exp(); associative binary ops like plus() now accept >2 arguments; new ops element_max(), element_min(); softmax() now takes axis parameter; constant() now takes dtype parameter argument 10 February 2017, 01:06:09 UTC
9b87729 changed LayerStack() to For() 10 February 2017, 00:06:36 UTC
19d2e5f changed all imports of blocks and models to layers 09 February 2017, 23:41:12 UTC
99c25c0 changed Trainer() signature from Trainer(model, loss, metric, ...) to Trainer(model, (loss, metric), ...) to prep for Layers lib where (loss, metric) is the criterion function; fixed an existing bug in a doc example 09 February 2017, 23:22:45 UTC
74fa7f4 CNTK v2 library: Implement a true no-op operation for an efficient Alias creation that does not use data pass through 09 February 2017, 21:34:22 UTC
c2f102a CNTK v2 library: Fix a crash when extra arguments are specified in Function::Forward; now we just issue a warning 09 February 2017, 21:34:22 UTC
81df1d8 Integrate wilrich/seq_starts_fix into master 09 February 2017, 20:23:58 UTC
09e4b8c Allow unicode names on Python 2.7 09 February 2017, 19:13:22 UTC
a54ba79 Integrate pkranen/transferLearning into master 09 February 2017, 18:57:58 UTC
e2a7d23 Update python docs 09 February 2017, 18:53:05 UTC
89d1b89 Plumb argmax and argmin to python API, and the needed CPU and GPU skeleton API. 09 February 2017, 18:30:14 UTC
0e7f7cd Add link to profiler usage in python 09 February 2017, 18:22:02 UTC
5f93851 Integrate thilow/SimpleExampleSSM into master 09 February 2017, 17:29:50 UTC
e536ff2 Added Animals data set 09 February 2017, 17:14:10 UTC
54c589d addressing cr comments 09 February 2017, 15:54:06 UTC
31630ef Adding LabelMe Conversion Script Script to convert output of Label Me to CNTK Format 09 February 2017, 15:35:29 UTC
15961b5 Throw exception when using seq_starts with Value 09 February 2017, 15:31:48 UTC
5eb1c83 LabelMeConverter.py Adding script to convert Label Me Files to CNTK Format 09 February 2017, 15:23:59 UTC
4214003 Fixed e2e test for transfer learning example 09 February 2017, 14:24:49 UTC
back to top