Граф коммитов

368 Коммитов

Автор SHA1 Сообщение Дата
KeDengMS 4505c48fd0 [CNTK core] sparse GPU impl of FSAdagrad and RmsProp
Also fix a bug in dense GPU MultiplyAndWeightedAdd that garbage data may get in via resize
2017-01-12 21:26:56 -08:00
Vadim Mazalov 9deeb31a1e Update unittest baseline 2017-01-12 17:43:07 -08:00
Mark Hillebrand 18f35d7da6 Address CR comments 2017-01-11 13:22:47 +00:00
Mark Hillebrand ad587941f4 Linux: Docker: fix build
- CNTKCustomMKL is now on version 3
- CNTK build with OpenBlas was broken because of additional OpenMP
  dependencies in test binaries.
2017-01-11 10:15:46 +00:00
jplu e25a4c4f50 Change the mpic++ binary path 2017-01-06 10:03:07 -08:00
Junjie Qian 71c5aaba06 MPI_info: Path check and error handling for MPI exec
MPI_check: Check and selection of the installed MPI

MPI_info: default unknown fix for MPI name and version
2017-01-06 10:03:01 -08:00
Eldar Akchurin 27ee43a782 First version of base64 deserializer 2017-01-02 11:35:39 -08:00
Ivan Stojiljkovic be660a2e16 Performance profiler
The performance profiler supersedes perf tracer (controlled by SGDParams::m_perfTraceLevel).
Few events were added to cover the most important parts of mini-batch iteration. New events can be easily added for more detailed profiling.
2016-12-29 19:35:52 +01:00
Amit Agarwal a9e6ae2f17 CNTK v2 library: Expose block function related methods in python and some additional block function tests 2016-12-24 23:51:09 -08:00
Mark Hillebrand 8f4cad8f40 Enable Python 2.7 2016-12-19 13:49:05 +01:00
Eldar Akchurin eabd0e37d8 Fixing omp 2016-12-13 16:48:28 +01:00
Amit Agarwal 4fe22b81c5 CNTK core: Implemented an optimization to elide the initial zeroing and subsequent accumulation into gradients for nodes with just one parent/accestor node 2016-12-12 12:06:17 -08:00
Amit Agarwal 58f2c02afa CNTK v2 library: Initial support for user defined V2 functions/operators 2016-12-08 20:59:58 -08:00
Eldar Akchurin 067078b68a Adding distributed learner 2016-12-07 10:21:36 +01:00
Zhou Wang 0f7f76d597 update makefile, fix printf format specifier for gcc 2016-12-03 10:46:29 +01:00
thhoens ef6aa8584e Final update for CNTK Binary Reader. 2016-12-01 10:31:10 -08:00
thhoens 1a5b835058 Added tests, Makefile for Linux builds and fixed things per the CR. 2016-11-30 17:36:07 -08:00
Vadim Mazalov faef2b540a Quantized multiplier v1 2016-11-27 21:25:26 -08:00
Amit Agarwal 3723b405b0 CNTK v2 library: Refactor Function.h and .cpp into multiple files 2016-11-24 09:09:07 -08:00
KeDengMS 75b9766288 Squashed commit of the following:
commit 6ab312be0c8477f42f6cb7abe55f0c4e415d1058
Author: KeDengMS <kedeng@microsoft.com>
Date:   Thu Nov 17 13:35:16 2016 -0800

    Update 1BitSGD after merging eldak/emptyMinibatches

commit e7bd91e7ed69eb16355691e75af05872d64a679f
Merge: 44a1dcd 4813bde
Author: KeDengMS <kedeng@microsoft.com>
Date:   Thu Nov 17 13:31:57 2016 -0800

    Merge branch 'eldak/emptyMinibatches' into kedeng/warmStart

commit 4813bdec0e620b575e6daeffeab57ce3f6188370
Author: Eldar Akchurin <eldak@microsoft.com>
Date:   Thu Nov 17 21:17:05 2016 +0100

    Fixing block momentum

commit 44a1dcdf4563f1ae07039fb03927231564fdee76
Author: KeDengMS <kedeng@microsoft.com>
Date:   Thu Nov 17 11:14:19 2016 -0800

    Eldar's fixes for empty minibatch

commit 0aea2972b6561d925033781f476aee14a2dfdcd6
Author: Eldar Akchurin <eldak@microsoft.com>
Date:   Thu Nov 17 17:26:48 2016 +0100

    Fixing empty minibatches

commit 8aeb600b5e32304ed81b20833461a8ce7308bff6
Author: KeDengMS <kedeng@microsoft.com>
Date:   Wed Nov 16 21:50:10 2016 -0800

    Squashed commit of the following:

    commit 3afde1a503
    Merge: 9722676 aa64648
    Author: Project Philly <svcphil@microsoft.com>
    Date:   Wed Nov 16 17:28:31 2016 -0800

        Integrate ruizhao/max__utt_num_HTKReader into master

    commit 9722676a44
    Merge: ffa0b58 9a57aeb
    Author: Project Philly <svcphil@microsoft.com>
    Date:   Wed Nov 16 13:24:08 2016 -0800

        Integrate mahilleb/1116Changes into master

    commit ffa0b58de9
    Author: Sasa Galic <sagalic@microsoft.com>
    Date:   Mon Nov 14 15:19:18 2016 +0100

        FCN training fixes

        Two fixes needed for FCN training are introduced in this change:
        * BinaryElementWiseNodes support transform interface
        * Crop node crops just first two dimensions of input

    commit 9a57aebfca
    Author: Mark Hillebrand <mahilleb@microsoft.com>
    Date:   Wed Nov 16 11:19:46 2016 +0100

        Tools/make_binary_drop_linux: adapt wrt new Linux images

    commit cc23356af2
    Author: Mark Hillebrand <mahilleb@microsoft.com>
    Date:   Wed Nov 16 10:32:24 2016 +0100

        Remove legcay CNTK Python support, contrib\Python plus associated test

    commit 3b1448c449
    Author: Mark Hillebrand <mahilleb@microsoft.com>
    Date:   Mon Nov 14 11:11:35 2016 +0100

        bindings/python/setup.py: link with specific .lib, not everything

    commit 8e79232c43
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Wed Nov 16 09:41:58 2016 +0100

        fixed dimension inference for times node

    commit 6210f62307
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 17:32:43 2016 +0100

        towards Fast R-CNN eval only

    commit cbc27a94ca
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 14:45:00 2016 +0100

        fixed 202 and 203 tutorials

    commit 5d4d855407
    Merge: 8095cea 9f39b27
    Author: Qiwei Ye <chivee.ye@gmail.com>
    Date:   Wed Nov 16 16:14:59 2016 +0800

        Merge pull request #1043 from Microsoft/qiwye/asgd-dev

        Add windows baseline for ASGD e2e test

    commit 9f39b27d39
    Author: Qiwei Ye <qiwye@microsoft.com>
    Date:   Wed Nov 16 15:54:37 2016 +0800

        Add windows baseline for ASGD e2e test

    commit aa64648458
    Author: RuiZhao <ruzhao@microsoft.com>
    Date:   Mon Oct 3 14:39:04 2016 -0700

        support max utt length in HTKReader

    commit 8095ceaa28
    Author: Emad Barsoum <ebarsoum@microsoft.com>
    Date:   Tue Nov 15 15:43:38 2016 -0800

        Feedbacks and fix multi-verso build.

    commit 2fc89e67cc
    Author: Emad Barsoum <ebarsoum@microsoft.com>
    Date:   Tue Nov 15 14:32:52 2016 -0800

        Explain the range in droput

    commit 4b1a05cd52
    Author: Emad Barsoum <ebarsoum@microsoft.com>
    Date:   Tue Nov 15 14:21:40 2016 -0800

        Add documentation for GlobalPooling and Dropout.

    commit f775d96a2e
    Merge: 6157426 cb4b03b
    Author: Project Philly <svcphil@microsoft.com>
    Date:   Tue Nov 15 10:19:00 2016 -0800

        Integrate pkranen/scaleModePy into master

    commit cb4b03b647
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 18:04:47 2016 +0100

        addressed CR comments

    commit b2e18c05a3
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 16:32:17 2016 +0100

        bug fix in B2 script

    commit 6157426a61
    Merge: 9f0d79b 1b794ec
    Author: Wolfgang Manousek <wolfma@microsoft.com>
    Date:   Tue Nov 15 16:00:28 2016 +0100

        Merge branch 'wolfma/inst-move' of https://github.com/Microsoft/CNTK into wolfma/inst-move

    commit 9f0d79bdd3
    Author: Wolfgang Manousek <wolfma@microsoft.com>
    Date:   Tue Nov 15 09:15:26 2016 +0100

        move install files into new install subdirectory beneath the script directory, remove obsolete files, update readme in script directory

    commit 12dc18830c
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 15:53:21 2016 +0100

        fixed model removal in A2 script

    commit ec25403ac0
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 15:45:02 2016 +0100

        Support scaleMode option for image deserializer in python API

    commit 1898516b08
    Merge: 2340b27 e96c1b0
    Author: Project Philly <svcphil@microsoft.com>
    Date:   Tue Nov 15 04:13:17 2016 -0800

        Integrate eldak/htkLongSequences into master

    commit 2340b27379
    Merge: 20da1c7 99389b3
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 12:20:13 2016 +0100

        Merge pull request #1039 from tuzzer/patch-2

        Fixed formatting errors in  CNTK_203_Reinforcement_Learning_Basics.ipynb

    commit 20da1c7157
    Merge: a3e2648 ceeedfe
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Tue Nov 15 11:53:35 2016 +0100

        Merge pull request #1038 from tuzzer/patch-1

        Fixed broken link in the tutorial docs

    commit e96c1b0165
    Author: Eldar Akchurin <eldak@microsoft.com>
    Date:   Mon Nov 14 12:34:10 2016 +0100

        Fixing frame calculation

    commit 1b794ec63b
    Author: Wolfgang Manousek <wolfma@microsoft.com>
    Date:   Tue Nov 15 09:15:26 2016 +0100

        move install files into new install subdirectory beneath the script directory, remove obsolete files, update readme in script directory

    commit a3e264884d
    Author: Wolfgang Manousek <wolfma@microsoft.com>
    Date:   Mon Nov 14 17:21:37 2016 +0100

        if the target environment doesn't exist, it will be created with conda env create, for an existing environment it will now be updated through conda env update
        adddressed CR comments, merged master

    commit 99389b3032
    Author: Matthew Chan <matthew.tk.chan@gmail.com>
    Date:   Mon Nov 14 22:23:40 2016 -0800

        Update CNTK_203_Reinforcement_Learning_Basics.ipynb

        Fixed the "unknown character" problems.
        Fixed the problem which "Bellmann" was not part of the hyperlink.

    commit ceeedfeee4
    Author: Matthew Chan <matthew.tk.chan@gmail.com>
    Date:   Mon Nov 14 20:59:27 2016 -0800

        Update tutorials.rst

        Link to the reinforcement learning tutorial was broken. Linking it to the v2.0.beta3.0 version like the others as well.

    commit c7c9ee6368
    Author: Chris Basoglu <cbasoglu@microsoft.com>
    Date:   Mon Nov 14 17:42:03 2016 -0800

        Update README.md

    commit 6be43ec454
    Author: Junjie Qian <juqia@microsoft.com>
    Date:   Mon Nov 7 11:40:00 2016 -0800

        Buffer data for file writing to reduce requests

    commit 7f5c78d4f9
    Author: Philipp Kranen <pkranen@microsoft.com>
    Date:   Mon Nov 14 21:19:20 2016 +0100

        Update README.md

commit 4cd62698f5707d30c7f2b658ff589ae052fe141b
Author: KeDengMS <kedeng@microsoft.com>
Date:   Wed Nov 16 21:41:13 2016 -0800

    Update 1-bit SGD

commit 3e284cc0983a47a752b1ebe4fa911959b10f2ed5
Author: KeDengMS <kedeng@microsoft.com>
Date:   Wed Nov 16 18:02:07 2016 -0800

    Address CR comments

commit b7428a741093a6fe3823f64e50cab9c83e4c84e5
Author: KeDengMS <kedeng@microsoft.com>
Date:   Wed Nov 16 16:35:34 2016 -0800

    Address CR comments
    Add block momentum python api/example/tests

commit 36979bbaab41cabd97e71270bb532be983a19d69
Merge: 84602e1 c3a7d09
Author: Ke Deng <kedeng@microsoft.com>
Date:   Wed Nov 16 14:01:51 2016 -0800

    Merge branch 'kedeng/warmStart' of https://github.com/microsoft/cntk into kedeng/warmStart

commit 84602e1d8fef48432f8c83c6ad221e87b6b9277e
Author: Ke Deng <kedeng@microsoft.com>
Date:   Wed Nov 16 13:47:57 2016 -0800

    Update distributed examples

commit c3a7d0935219ace0999f7d71ee9d7e8bad1e4229
Author: Eldar Akchurin <eldak@microsoft.com>
Date:   Wed Nov 16 10:57:23 2016 +0100

    Fixing bit overflow in the minibatch source

commit c546cac30833486609975c9b1bdc95fd8168eb25
Author: KeDengMS <kedeng@microsoft.com>
Date:   Tue Nov 15 17:01:31 2016 -0800

    Try Jenkins

commit eb78b308970ac6a5de42405509c041685c7afd1a
Author: KeDengMS <kedeng@microsoft.com>
Date:   Tue Nov 15 11:30:08 2016 -0800

    Fix MinibatchSourceTest for random distributed case, as sample count may not evenly distributed to workers

commit f637230ebbfc34aeb095fbea38cf5600aeb97993
Merge: 0ebd2f0 9bc7cf7
Author: KeDengMS <kedeng@microsoft.com>
Date:   Tue Nov 15 10:09:33 2016 -0800

    Merge branch 'kedeng/warmStart' of https://github.com/Microsoft/CNTK into kedeng/warmStart

commit 0ebd2f09301cafc05c401062934e9a9dbd6fba3b
Author: KeDengMS <kedeng@microsoft.com>
Date:   Tue Nov 15 10:08:58 2016 -0800

    Fix MinibatchSource to avoid double SetConfig when warmStart == 0

commit 9bc7cf7dbc11fce169edbf62cb30f1c27e6f29b5
Author: Eldar Akchurin <eldak@microsoft.com>
Date:   Tue Nov 15 10:21:03 2016 +0100

    Fixing empty minibatch

commit d931c501c5c3eea5c83154aeab8742ffbbbf64f9
Author: KeDengMS <kedeng@microsoft.com>
Date:   Mon Nov 14 17:41:55 2016 -0800

    ConvNet distributed example update

commit f68a0d83da0955b504ddfbcd3db6d071840080d3
Author: KeDengMS <kedeng@microsoft.com>
Date:   Mon Nov 14 17:16:11 2016 -0800

    Add checkpoint test for distributed training
    Update CifarResNet_Distributed example
    Add ConvNet_CIFAR10_DataAug_Distributed example

commit 11a6c71efed3412585e3e1feba0a5ad3ac663b7b
Author: KeDengMS <kedeng@microsoft.com>
Date:   Mon Nov 14 15:56:21 2016 -0800

    Add test for randomized minibatch source

commit 4bf787be0f433ff98d1ff2c0d0d62b6227f4eb6f
Author: KeDengMS <kedeng@microsoft.com>
Date:   Mon Nov 14 13:49:50 2016 -0800

    Squashed commit of the following:

    commit d61f1de3715aee8052a14a77bf39f150271778f2
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Mon Nov 14 13:44:34 2016 -0800

        Squashed commit of the following:

        commit babf078b49
        Merge: 37bc988 4ef4a91
        Author: Project Philly <svcphil@microsoft.com>
        Date:   Mon Nov 14 10:59:42 2016 -0800

            Integrate alrezni/v2_scratch into master

        commit 37bc98867f
        Merge: 90ff04f 3e0d8ba
        Author: Project Philly <svcphil@microsoft.com>
        Date:   Mon Nov 14 10:17:33 2016 -0800

            Integrate t-ivrodr/kernel_tests_with_padding into master

        commit 90ff04f254
        Author: Philipp Kranen <pkranen@microsoft.com>
        Date:   Mon Nov 14 14:52:39 2016 +0100

            fixed tutorials and VS links

        commit eb2dfcefc5
        Author: Mark Hillebrand <mahilleb@microsoft.com>
        Date:   Mon Nov 14 12:56:43 2016 +0100

            Fix a link

        commit 1b1edd8b1d
        Author: Mark Hillebrand <mahilleb@microsoft.com>
        Date:   Mon Nov 14 08:20:21 2016 +0100

            Start editing CNTK.sln and project files

        commit 0d72140c75
        Author: Philipp Kranen <pkranen@microsoft.com>
        Date:   Mon Nov 14 12:13:09 2016 +0100

            removed two py files

        commit 3d1e93badf
        Author: Mark Hillebrand <mahilleb@microsoft.com>
        Date:   Fri Nov 11 18:12:43 2016 +0100

            Addressed CR comments

        commit dbd416f5f4
        Author: Mark Hillebrand <mahilleb@microsoft.com>
        Date:   Fri Nov 11 15:42:11 2016 +0100

            Update binary installers to not install Git and clone CNTK repo; Python examples included in Drop.

        commit fba28bf0ed
        Author: Philipp Kranen <pkranen@microsoft.com>
        Date:   Thu Nov 10 13:02:35 2016 +0100

            Fixed python commons and eval clients

        commit 9f3a510c26
        Author: Alexey Orlov <alexeyo@microsoft.com>
        Date:   Thu Nov 10 12:24:02 2016 +0100

            Add root Tutorials folder to Binary drop. Linux

        commit adbe62f157
        Author: Alexey Orlov <alexeyo@microsoft.com>
        Date:   Thu Nov 10 12:08:45 2016 +0100

            Add root Tutorials folder to Binary drop. Windows

        commit 9231ece8ce
        Author: Philipp Kranen <pkranen@microsoft.com>
        Date:   Mon Nov 7 15:30:32 2016 +0100

            Restructuring examples and tutorials

        commit 110aac7f3c
        Merge: ac3866a 513182c
        Author: Project Philly <svcphil@microsoft.com>
        Date:   Mon Nov 14 06:09:31 2016 -0800

            Integrate alrezni/v2_loadmodel_drop_datatype into master

        commit 3e0d8baaa6
        Author: Ivan Rodriguez <t-ivrodr@microsoft.com>
        Date:   Wed Nov 2 13:27:32 2016 +0100

            Adding convolution and pooling tests with different strides and padding

        commit ac3866a0e5
        Merge: b89762f 0383a01
        Author: Mark Hillebrand <mahilleb@microsoft.com>
        Date:   Mon Nov 14 13:07:33 2016 +0000

            Merge remote-tracking branch 'origin/master' into mahilleb/pr/1030

        commit 513182c2d7
        Author: Alexey Reznichenko <alrezni@microsoft.com>
        Date:   Fri Nov 11 15:44:10 2016 +0100

            Drop dataType parameter form LoadModel

        commit 4ef4a91130
        Author: Alexey Reznichenko <alrezni@microsoft.com>
        Date:   Mon Nov 14 11:31:46 2016 +0100

            Update hyper-parameter settings as agreed.

                For LR, the unit type is now a required parameter.
                All "non-distributed" examples use per-minibatch
                learning rate. For momentum, the only way to specify per-sample
                schedule is to use time-constant.

                Per-minibatch values are scaled based on the actual MB sizes.

        commit b89762fe96
        Author: Mark Hillebrand <mahilleb@microsoft.com>
        Date:   Mon Nov 14 10:16:02 2016 +0000

            Tools/docker/CNTK-CPUOnly-Image/: init Multiverso submodule as well

        commit 0383a0134f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 13 20:39:04 2016 +0800

            Fix baseline

        commit ad8f1fa393
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 13 17:37:07 2016 +0800

            update linux gpu baseline for ASGD e2e test

        commit b9a2f3fc95
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 13 16:52:59 2016 +0800

            quick fix

        commit b03cea93c3
        Author: Takuma Yoshida <me@yoavlt.com>
        Date:   Sun Nov 13 15:13:13 2016 +0900

            Fix missing space and submodule

        commit 325e480337
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 13 13:31:48 2016 +0800

            TODO: quick fix for master fixing

        commit 6d139b9ebc
        Merge: da8b338 e618b91
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 13 13:00:38 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit da8b338865
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 13 13:00:00 2016 +0800

            change lowercase to Uppercase for Multiverso project

        commit e618b917fe
        Merge: 1f2558c acc6d4a
        Author: Project Philly <svcphil@microsoft.com>
        Date:   Sat Nov 12 03:38:06 2016 -0800

            Integrate qiwye/asgd-dev into master

        commit 1f2558c650
        Author: Vadim Mazalov <vadimma@microsoft.com>
        Date:   Fri Nov 11 17:04:21 2016 -0800

            Polish run-test and yml files for external cross-entropy speech tests

        commit fa399c12a6
        Author: Vadim Mazalov <vadimma@microsoft.com>
        Date:   Fri Nov 11 16:54:45 2016 -0800

            Add windows baseline for speech external CE tests

        commit 7ecbdf5183
        Author: Vadim Mazalov <vadimma@microsoft.com>
        Date:   Wed Nov 9 10:00:09 2016 -0800

            Refactor the speech E2E tests

        commit 668f2efe94
        Author: Vadim Mazalov <vadimma@microsoft.com>
        Date:   Fri Nov 4 12:11:32 2016 -0700

            E2E external speech tests

        commit ce18ad8974
        Merge: 6a51e64 acc6d4a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Nov 12 13:24:19 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 6a51e64680
        Merge: af52a3c 82dc610
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Nov 12 13:22:39 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit af52a3cf57
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Nov 12 13:20:31 2016 +0800

            adding warring for Windows build

        commit acc6d4a3c3
        Author: Fei Gao <feiga@users.noreply.github.com>
        Date:   Fri Nov 11 16:06:34 2016 +0800

            Update testcases.yml

        commit 4286c6e9bc
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Nov 11 12:59:14 2016 +0800

            link multiverso library to EVAL_EXTENDED_CLIENT

        commit 417513d8aa
        Merge: 82ebb6e 0014540
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Nov 11 12:56:40 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 82ebb6e900
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Nov 11 12:55:23 2016 +0800

            build with multiverso as default

        commit 0014540d53
        Author: Fei Gao <feiga@users.noreply.github.com>
        Date:   Fri Nov 11 11:19:04 2016 +0800

            Update testcases.yml

        commit a62037dbc7
        Merge: 8fad703 cbcea1b
        Author: unknown <qiwye@MSRAML-SRV08.fareast.corp.microsoft.com>
        Date:   Fri Nov 11 11:01:05 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 8fad703f27
        Author: unknown <qiwye@MSRAML-SRV08.fareast.corp.microsoft.com>
        Date:   Fri Nov 11 11:00:32 2016 +0800

            Avoid code duplication by refactoring WaitAll into a separate function.

        commit 249989b95f
        Merge: 10a6535 ac1a946
        Author: unknown <qiwye@MSRAML-SRV08.fareast.corp.microsoft.com>
        Date:   Thu Nov 10 16:50:46 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            # Conflicts:
            #	CNTK.sln
            #	Makefile

        commit 10a6535ef9
        Author: unknown <qiwye@MSRAML-SRV08.fareast.corp.microsoft.com>
        Date:   Thu Nov 10 16:42:01 2016 +0800

            add WaitAll() for ASGD situation

        commit 6264cc1c31
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Nov 10 02:09:52 2016 +0800

            adding logic for save checkpoint file

        commit 7af92a3787
        Merge: eea3716 9ff4832
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Nov 10 02:06:18 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

            Conflicts:
            	Source/SGDLib/ASGDHelper.cpp

        commit eea37168e8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 9 22:27:12 2016 +0800

            adding examples for Multiple Nodes

        commit 9ff4832f91
        Author: Fei Gao <feiga@users.noreply.github.com>
        Date:   Wed Nov 9 19:34:16 2016 +0800

            Update ASGDHelper.cpp

        commit 392fb6512a
        Author: Fei Gao <feiga@users.noreply.github.com>
        Date:   Wed Nov 9 17:06:12 2016 +0800

            Update testcases.yml

        commit 6491888a47
        Author: Qiwei Ye <chivee.ye@gmail.com>
        Date:   Wed Nov 9 16:58:31 2016 +0800

            fix windows build

        commit b6e9aa600e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 8 21:42:52 2016 +0800

            removing baseline from Linux for Windows baseline

        commit f1c5ac2c47
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 8 21:29:28 2016 +0800

            Addressed CR comments

        commit c0f2fbf5da
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 8 20:54:50 2016 +0800

            Addressed CR comments

        commit 9b8904390f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 8 20:11:06 2016 +0800

            Addressed CR comments

        commit 345f259190
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 8 19:59:19 2016 +0800

            Addressed CR comments

        commit 53379bb248
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 8 19:50:04 2016 +0800

            Addressed CR comments

        commit 0b93d7b0de
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Nov 7 19:36:30 2016 +0800

            revert unexpected change

        commit af999a1144
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Nov 7 19:23:28 2016 +0800

            revert makefile: libEval depends on SGDLib, which will depends on Multiverso

        commit 551956c310
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 20:47:43 2016 -0800

            altering check-git-head for multiverso

        commit e54dfffd88
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 14:42:55 2016 +0800

            add git attributes for Multiverso

        commit 9ce8d5c63a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 14:30:16 2016 +0800

            update submodule to pass the cntk build test

        commit 52fb5ab283
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 13:31:15 2016 +0800

            fix testcase for e2e test

        commit a6d02860af
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 13:22:45 2016 +0800

            CNTK.cpp: fix indentation

        commit 71d68c8b5e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 13:11:20 2016 +0800

            update makefile to latests

        commit f1da36427f
        Merge: 6d00cdc dd496e5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Nov 6 12:49:20 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 6d00cdc6d3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Nov 4 16:49:44 2016 +0800

            Revert MultiversoHelper initialize

        commit ff03e400d2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Nov 3 17:31:28 2016 +0800

            fix linux build

        commit 105305e589
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Nov 3 15:00:19 2016 +0800

            fix linux build

        commit cd445874c1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Nov 3 13:54:29 2016 +0800

            Adding InvalidArgument check

        commit 0af066ba13
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Nov 3 13:36:02 2016 +0800

            changing  E2E ASGD

        commit 6e93dfbd9c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 21:05:29 2016 +0800

            update Multiverso to latest version

        commit f00d63fb59
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 21:04:30 2016 +0800

            code clean : cuda_call in ASGDHelper

        commit 8fbe99a16f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 17:21:51 2016 +0800

            code clean

        commit 00f9c48291
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 16:07:46 2016 +0800

            turn tracelevel to 1 for minibatch tracing

        commit c7697f34d9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 15:31:38 2016 +0800

            update E2E  test baseline for ASGD

        commit f9f30d6f64
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 14:42:13 2016 +0800

            updating e2e testcase

        commit 1ee15d0d0a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 13:20:30 2016 +0800

            making e2e test running on GPU only

        commit 02ffd27c95
        Merge: 63764b3 7cc84c8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 11:16:38 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 63764b3e5c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Nov 2 11:15:35 2016 +0800

            Using CUDA_CALL instead of CudaErrorCheck

        commit 7cc84c8731
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Tue Nov 1 20:13:58 2016 -0700

            Fix Makefile seperator issue

        commit 70ca67c09b
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Tue Nov 1 18:52:25 2016 -0700

            Fix makefile tab separator issue

        commit 10b40dfffa
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Tue Nov 1 06:59:10 2016 -0700

            Linux Build OK

        commit 0061178020
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 21:06:40 2016 +0800

            removing unnecessary  dependency; adding _CRT_SECURE_NO_WARNINGS for util class

        commit feb6a907e9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 20:56:21 2016 +0800

            fix build

        commit 89197f5d80
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 20:54:01 2016 +0800

            Revert "fix indentation: align with CNTK standard"

            This reverts commit ac65e14ddf.

        commit 321b20c1de
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 20:53:50 2016 +0800

            removing ASGDCommon.h

        commit ac65e14ddf
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 20:46:35 2016 +0800

            fix indentation: align with CNTK standard

        commit 5f8e9c6385
        Merge: f8f6638 10428b1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 20:42:49 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit f8f66384c3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 20:42:00 2016 +0800

            adding baseline for ASGD e2e test

        commit 10428b12fb
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 20:41:41 2016 +0800

            Change Tab from 2 spaces to 4 spaces

        commit 060e9f678d
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 20:36:24 2016 +0800

            Update Makefile for the new added ASGDHelper.cpp file

        commit ce87588a26
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 20:34:04 2016 +0800

            Remove ASGDCommon, add ASGDHelper Interface, and move Multiverso related implementation to ASGDHelper.cpp file

        commit 65750afd50
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 17:29:04 2016 +0800

            Fix compile error

        commit c991c4b6f0
        Merge: 42e5ea1 565c275
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 16:31:31 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 42e5ea1328
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 16:29:18 2016 +0800

            remove unnecessary dependency; adding debug version

        commit 565c2751e4
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 15:54:08 2016 +0800

            update submodule

        commit 6b1e2cd50c
        Merge: 9776a03 b33e67a
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 15:52:55 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 9776a03147
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Nov 1 15:52:47 2016 +0800

            Add Multiverso to the project

        commit b33e67ac75
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Nov 1 14:39:14 2016 +0800

            fix license

        commit 0dbbd066d2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 31 20:40:38 2016 +0800

            add comments for multiversowrapper

        commit 5965e19f28
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 31 13:46:10 2016 +0800

            using shared_ptr instead of naked pointer; fix some typo

        commit 1b92176e43
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 31 01:05:58 2016 +0800

            code review: clean code

        commit 4be2822a65
        Merge: 4cb911a 2afe819
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Oct 27 16:31:48 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 4cb911acba
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Oct 26 16:28:32 2016 +0800

            using GPU for ASGD e2e test

        commit 29f1ff31bd
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Oct 26 16:09:10 2016 +0800

            updating 1bit

        commit d9274c31e2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Oct 26 15:50:43 2016 +0800

            adding quick e2e test

        commit 8f843dfb7f
        Merge: 0a9f9f2 496c672
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 25 17:39:31 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 0a9f9f2bc8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 25 17:35:01 2016 +0800

            change asgd to ASGD in configure

        commit 9587fa0261
        Merge: a1b7a5c 1613426
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 25 13:47:37 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit a1b7a5cec7
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 25 11:50:58 2016 +0800

            code review: removing unnecessary files/tabs

        commit 19844ed9dd
        Merge: 4dd1625 2bc4332
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 25 11:31:42 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Makefile
            	Source/SGDLib/SGDLib.vcxproj.filters

        commit 4dd1625797
        Merge: 6143e5c 3b987c2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 18 21:29:23 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGDLib.vcxproj.filters

        commit 6143e5c582
        Merge: a5d7b7f cc40f92
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 18 16:06:55 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-dev

        commit cc40f924b8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 18 16:04:59 2016 +0800

            modify e2e tests for asgd training

        commit a5d7b7f369
        Merge: eecce32 43c7fc8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 18 16:03:09 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	CNTK.sln

        commit eecce32487
        Merge: 291176a 3285e38
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Oct 14 16:52:29 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 291176a7b6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Oct 14 16:44:14 2016 +0800

            adding end-to-end test for ASGD

        commit 3285e38947
        Author: feiga <gf0109@gmail.com>
        Date:   Wed Oct 12 13:07:52 2016 +0800

            update submodule

        commit d065765a45
        Merge: 9944ba4 c5bd4e9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Oct 11 20:39:29 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit c5bd4e9867
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Oct 11 20:58:17 2016 +0900

            Update submodule

        commit 590a1851b9
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Oct 11 19:51:47 2016 +0800

            Add MultiversoTests project to sln file

        commit 700db4c52f
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Oct 11 19:12:35 2016 +0800

            Update Multiverso submodule

        commit 9944ba4ce6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 10 20:57:44 2016 +0800

            fix build issue

        commit 018a812f34
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 10 20:50:54 2016 +0800

            reverting simple evaluator for compatibility, initialing simple evaluator without m_mpi when using ASGD

        commit 0e443fa823
        Merge: 926144e 2cc0338
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 10 17:21:24 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 926144ec80
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 10 17:14:42 2016 +0800

            making cross validation don't use distributed reader while using DataParallelASGD

        commit 2cc03381b9
        Author: feiga <gf0109@gmail.com>
        Date:   Mon Oct 10 14:06:23 2016 +0800

            SGDLib project configuration update

        commit ebefc5ade5
        Merge: 5e37b37 614a51e
        Author: feiga <gf0109@gmail.com>
        Date:   Mon Oct 10 13:04:06 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 5e37b37093
        Author: feiga <gf0109@gmail.com>
        Date:   Mon Oct 10 13:03:57 2016 +0800

            Add Multiverso vs project file to CNTK solution

        commit 614a51e7fb
        Merge: 2ed62be 5ab89ca
        Author: feiga <gf0109@gmail.com>
        Date:   Mon Oct 10 12:18:26 2016 +0900

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

        commit 2ed62be847
        Author: feiga <gf0109@gmail.com>
        Date:   Mon Oct 10 12:18:17 2016 +0900

            Update Makefile

        commit 5ab89ca283
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Oct 10 10:39:32 2016 +0800

            Removing hard tabs

        commit 2ab22c55d7
        Merge: e745745 5c18f2f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Oct 9 16:02:34 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit e745745430
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Oct 9 16:01:09 2016 +0800

            ASGD: using ArrayTable instead of MatrixTable for less comunications

        commit acde6e1ab2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Oct 9 13:16:40 2016 +0800

            updating submodule for linux build

        commit a3c8e9bca6
        Merge: e87e5cd 1b9a33e
        Author: feiga <gf0109@gmail.com>
        Date:   Sat Oct 8 16:52:55 2016 +0800

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev

            # Conflicts:
            #	Source/Common/Include/NoMultiversoWrapper.h

        commit e87e5cd17b
        Author: feiga <gf0109@gmail.com>
        Date:   Sat Oct 8 16:50:25 2016 +0800

            Update interface of NoMultiversoWrapper

        commit 1b9a33ef26
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Oct 8 15:14:44 2016 +0800

            fix 1bit build error

        commit e421707b03
        Author: feiga <gf0109@gmail.com>
        Date:   Fri Sep 30 12:21:20 2016 +0900

            Update Multiverso UnitTest baseline

        commit 15625d01e0
        Author: feiga <gf0109@gmail.com>
        Date:   Fri Sep 30 00:58:21 2016 +0900

            Update Makefile, build Multiverso unittest along

        commit c3fbc6a55d
        Author: feiga <gf0109@gmail.com>
        Date:   Thu Sep 29 17:31:49 2016 +0900

            Remove tab

        commit 4ec8f1c4e4
        Author: feiga <gf0109@gmail.com>
        Date:   Thu Sep 29 17:03:48 2016 +0900

            Replace tab with 4 spaces

        commit eed2832700
        Author: feiga <gf0109@gmail.com>
        Date:   Thu Sep 29 16:48:57 2016 +0900

            Update Makefile

        commit 6e86798fd1
        Merge: fa7e92e 6d3d641
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Sep 28 21:45:14 2016 -0700

            Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-dev

        commit fa7e92ee65
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Sep 28 21:44:58 2016 -0700

            fix building bug of 1BitSGD

        commit 6d3d64190b
        Merge: b69477a bde5187
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 29 11:52:49 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit b69477acec
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 29 11:43:19 2016 +0800

            updating submodule to the latest one

        commit 3baa3850d2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Sep 28 20:38:53 2016 -0700

            updating submodule : Multiverso, 1BitSGD.

        commit 7910ff69b1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 29 11:35:23 2016 +0800

            updating 1Bit submodule

        commit 5059e931d1
        Merge: 3d3b523 0c7443f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 29 11:05:11 2016 +0800

            Merge branch 'qiwye/asgd-dev' into feiga/multiverso

            Conflicts:
            	Source/SGDLib/SGD.cpp

        commit 0c7443f65b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 29 10:56:29 2016 +0800

            minor change for Multiverso

        commit 3d3b523e5d
        Author: feiga <gf0109@gmail.com>
        Date:   Wed Sep 28 18:27:40 2016 +0900

            Fix the relative path to absolution path in Makefile

        commit 414bf2e02a
        Merge: 8a2e67a 732e9d6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Sep 28 10:54:51 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit d7463fe507
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 22:17:42 2016 +0900

            Refine Makefile

        commit 89e53a9226
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 21:58:30 2016 +0900

            fix Makefile

        commit dfc2c6ccca
        Author: Fei Gao <feiga@microsoft.com>
        Date:   Tue Sep 27 20:07:32 2016 +0800

            Update Makefile

        commit 3ff5975e2c
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 19:58:38 2016 +0900

            Update Makefile

        commit 6b315511e4
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 19:46:26 2016 +0900

            Update Makefile

        commit 8a2e67aba8
        Merge: d904abe 6dc8f37
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Sep 27 17:04:03 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/1BitSGD
            	Source/SGDLib/SGD.cpp

        commit d904abef4a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Sep 27 17:02:03 2016 +0800

            minor fix

        commit 50827a564d
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 18:00:02 2016 +0900

            Remove multiverso header file dependence in SGD.h

        commit 516682b936
        Author: Fei Gao <feiga@microsoft.com>
        Date:   Tue Sep 27 14:47:46 2016 +0800

            Update Makefile

        commit a46ae614b1
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 15:40:01 2016 +0900

            Minor Makefile change

        commit b4de776657
        Author: feiga <gf0109@gmail.com>
        Date:   Tue Sep 27 12:37:31 2016 +0900

            Fix Makefile Multiverso link issue

        commit 2ae40949ae
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Mon Sep 26 06:20:51 2016 -0700

            Fix Makefile to solve the make failure in Jenkins

        commit c073fb0b17
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Mon Sep 26 04:54:53 2016 -0700

            Solve the multiversotests loader library path issue

        commit 804d79286d
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Tue Sep 20 21:45:14 2016 -0700

            Enable ASGD make

        commit f5671d86c1
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Mon Sep 19 03:07:15 2016 -0700

            Build with Multiverso and ASGD

        commit 9c3c876cb2
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Mon Sep 19 00:05:59 2016 -0700

            Replace tab with spaces

        commit b2530cfd04
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Sun Sep 18 02:22:04 2016 -0700

            Add Multiverso test script for TestDriver.py

        commit 870e4a5fc5
        Author: Fei Gao <gf0109@gmail.com>
        Date:   Sun Sep 18 02:13:38 2016 -0700

            init the multiverso testing branch

        commit e983297f59
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Sep 18 14:10:50 2016 +0800

            updating submodule

        commit a8c7d6c041
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Sep 17 23:03:25 2016 -0700

            merging master

        commit fab018435c
        Merge: 4106b02 d91a01b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Sep 18 13:34:42 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/CNTK/CNTK.cpp

        commit 4106b0290f
        Merge: 131ab44 990cca1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Sep 18 13:33:54 2016 +0800

            Merge branch 'qiwye/asgd-exp' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit d91a01b2e9
        Merge: b938d9a 75eb386
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Sep 18 13:31:45 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/1BitSGD
            	Source/SGDLib/SGD.cpp

        commit b938d9a603
        Merge: 6299fd1 e33eeff
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Sep 13 14:34:05 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	CNTK.sln

        commit 6299fd1d9f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 1 13:07:37 2016 +0800

            merging from master

        commit 0d077ff592
        Merge: b965a8c 08081d2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Sep 1 12:55:44 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/SGDLib/SGD.cpp

        commit 131ab448a6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Aug 26 10:48:21 2016 +0800

            fix bug: perf time

        commit 990cca1c9b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Aug 23 19:53:24 2016 +0800

            adding lib

        commit 02ffa99c2c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Aug 23 19:44:43 2016 +0800

            updating headers

        commit e20626af7c
        Merge: e086965 b965a8c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Aug 23 19:42:36 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Multiverso

        commit b965a8c7a2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Aug 23 19:40:22 2016 +0800

            updating submodule

        commit c5ccb2a10d
        Merge: eff143e d4f40dd
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Aug 23 19:35:31 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit e086965017
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Aug 8 15:53:24 2016 +0800

            alter time perf

        commit 5b86ad3709
        Merge: 4bc342e eff143e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Aug 8 15:43:27 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

        commit eff143e5ba
        Merge: 0cda441 c2f5a29
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Aug 8 15:40:37 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/CNTK/prebuild.bat
            	configure

        commit 4bc342edcf
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Jul 27 15:23:18 2016 +0800

             adding dl for link

        commit 0d30fa6933
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 15:57:46 2016 +0800

            adding dl lib

        commit 83e1c23c35
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 15:31:47 2016 +0800

            adding -fPIC

        commit 0d0461c25a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 14:16:19 2016 +0800

            commit the latest lib

        commit 38a424eb53
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 14:03:05 2016 +0800

            adding headers

        commit 07b7993300
        Merge: 27636dc 0cda441
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 14:02:06 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Multiverso

        commit 0cda44190d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 13:53:19 2016 +0800

            updating submodule

        commit 3b7e25edb4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jul 26 11:11:19 2016 +0800

            remove timer for that main branch has latest timer

        commit 5a33a35eac
        Merge: fb9cded f3dec43
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jul 25 20:13:27 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/1BitSGD
            	Source/SGDLib/SGD.cpp

        commit fb9cded35b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jul 7 16:00:59 2016 +0800

            updating submodule

        commit 67998341be
        Merge: 2e164ab 02bf3bd
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jul 7 15:59:07 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/1BitSGD
            	Source/SGDLib/SGDLib.vcxproj

        commit 27636dcc09
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jun 23 15:55:44 2016 +0800

            fix build

        commit e2ac247cea
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jun 23 12:53:18 2016 +0800

            updating lib

        commit 145144dde9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jun 21 22:09:30 2016 +0800

            updating new lab

        commit 53a50b75ef
        Merge: 53428e8 2e164ab
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jun 21 22:07:49 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/CNTK/CNTK.cpp
            	Source/Common/Include/MultiversoWrapper.h
            	Source/Multiverso
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGD.h

        commit 2e164ab33b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jun 21 11:25:02 2016 +0800

            fix bug

        commit 1bf9c31ac4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 20 16:31:41 2016 +0800

            mege from master

        commit d17ff5d9eb
        Merge: 88883ae fee99ca
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Jun 15 20:22:12 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/CNTK/CNTK.cpp
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGD.h

        commit 88883aebfa
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Jun 15 20:12:42 2016 +0800

            updating multiverso

        commit d8b1a25d71
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Jun 8 17:55:47 2016 +0800

            change the perf stat of sim-ma

        commit 5981654c10
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Jun 7 11:19:39 2016 +0800

            fix bug: using col first storage for cntk buffer

        commit 591c679a32
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 17:07:46 2016 +0800

            fix typo

        commit 51f118a54a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 17:01:26 2016 +0800

            fix bug: adding the right option to server

        commit 53428e8ea3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 14:19:00 2016 +0800

            Revert "git revert:debug"

            This reverts commit 76be031254.

        commit efa91bca2a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 14:18:51 2016 +0800

            Revert "debug info"

            This reverts commit 6cff37f038.

        commit f07ab860aa
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 14:18:47 2016 +0800

            Revert "debug info"

            This reverts commit ec71b41ccd.

        commit 13f0321a40
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 14:18:42 2016 +0800

            Revert "debug info"

            This reverts commit 699d60a842.

        commit 692e4f59a6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Jun 6 14:18:38 2016 +0800

            Revert "adding debug info"

            This reverts commit 7ad6f69f5e.

        commit d6a1b0ef6d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jun 2 18:40:01 2016 +0800

            updating multiverso

        commit 229eaffc3f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Jun 1 18:01:01 2016 +0800

            updating multiverso to support sparse update

        commit 7ad6f69f5e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Jun 1 15:44:47 2016 +0800

            adding debug info

        commit 699d60a842
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 31 22:52:47 2016 +0800

            debug info

        commit ec71b41ccd
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 31 10:51:04 2016 +0800

            debug info

        commit 6cff37f038
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 21:20:32 2016 +0800

            debug info

        commit 76be031254
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 20:40:20 2016 +0800

            git revert:debug

        commit bef15d98cf
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 17:03:59 2016 +0800

            Revert "adding debug info"

            This reverts commit ef30a62140.

        commit ef30a62140
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 15:36:34 2016 +0800

            adding debug info

        commit dac1036ece
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 11:05:08 2016 +0800

            Revert "test"

            This reverts commit 8d157ad513.

        commit 8d157ad513
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 10:54:46 2016 +0800

            test

        commit 2d90c6e2d9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 10:45:29 2016 +0800

            Revert "test"

            This reverts commit 36e652806a.

        commit 36e652806a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 10:43:57 2016 +0800

            test

        commit f1af69bc48
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 30 10:43:48 2016 +0800

            removing dumpoutput

        commit 02598f9593
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu May 26 20:14:40 2016 +0800

            adding debug info

        commit f6523ab49c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu May 26 10:49:40 2016 +0800

            debug: print the matrix info

        commit 7601cb2508
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 25 13:45:32 2016 +0800

            fix bug

        commit bb61ca9e28
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 25 13:21:25 2016 +0800

            adding an counter for sparse updater

        commit 66995edf39
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 20:51:32 2016 +0800

            Revert "adding debug info"

            This reverts commit 3f88d05f9b.

        commit 7cd4020c4a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 20:51:08 2016 +0800

            Revert "adding a debug line for libsvm reader, need revert"

            This reverts commit e64bb4c83d.

        commit 4e4f494e16
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 20:51:01 2016 +0800

            Revert "no message"

            This reverts commit 62a5a95817.

        commit 189deeea6f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 20:50:53 2016 +0800

            Revert "debug: need to revert"

            This reverts commit b229e0a640.

        commit 2ce38c0f7c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 20:50:47 2016 +0800

            Revert "convert"

            This reverts commit c8a520294d.

        commit c8a520294d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 18:53:29 2016 +0800

            convert

        commit b229e0a640
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 18:42:21 2016 +0800

            debug: need to revert

        commit 62a5a95817
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 15:12:23 2016 +0800

            no message

        commit e64bb4c83d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 24 14:18:58 2016 +0800

            adding a debug line for libsvm reader, need revert

        commit 3f88d05f9b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 23 15:29:44 2016 +0800

            adding debug info

        commit 218916d80b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 17:11:59 2016 +0800

            change tracelevel

        commit f2b63fc549
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 16:19:12 2016 +0800

            adding debug info

        commit c72ca0e4c1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 13:45:45 2016 +0800

            reverse commit

        commit fdb82ac79f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 13:30:24 2016 +0800

            Revert "debug info"

            This reverts commit 86da0495d3.

        commit 86da0495d3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 13:08:40 2016 +0800

            debug info

        commit bb413098a6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 11:35:49 2016 +0800

            fix size_t to int

        commit 7c954885f6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 20 11:27:30 2016 +0800

            adding info for model average

        commit 536c83e15c
        Merge: af32793 98784c4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu May 19 18:01:11 2016 +0800

            Merge branch 'qiwye/asgd-exp' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit af32793280
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu May 19 18:00:37 2016 +0800

            sparse row

        commit 98784c4478
        Merge: 55d9f31 2595a2f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 18 17:27:08 2016 +0900

            Merge branch 'qiwye/asgd-exp' of github.com:Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit 55d9f315e3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 18 17:26:44 2016 +0900

            fixing a bug in multiverso

        commit 2595a2f686
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 17 11:31:59 2016 +0800

            adding debug info

        commit 10049eaea3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 17 11:26:27 2016 +0800

            adding debug info

        commit c16efb8baf
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 16 17:03:53 2016 +0800

            updating 1bit

        commit 36369b1eee
        Merge: 47867ae 6cc9b5b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 16 17:00:34 2016 +0800

            Merge branch 'qiwye/asgd-exp' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit 47867ae6c4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 16 16:59:47 2016 +0800

            sparse simulating

        commit 6cc9b5b97d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun May 15 21:14:06 2016 +0900

            updating library

        commit 05272367a7
        Merge: 1d75799 f1d078f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat May 14 14:49:29 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Common/Include/MultiversoWrapper.h

        commit 1d757991b4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat May 14 14:47:44 2016 +0800

            multiverso

        commit f1d078f3c1
        Merge: 74068b5 b09ba68
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat May 14 14:42:20 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 74068b5a2d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu May 12 16:43:14 2016 +0800

            checking initialmodel

        commit 7b31106d52
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu May 12 13:06:48 2016 +0800

            Model averaging simulation

        commit 68636e61fb
        Merge: cd633f7 1a7ecae
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 11 16:03:06 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit cd633f7f44
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 11 16:00:41 2016 +0800

            model Averaging

        commit 6827bf33f5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 10 20:34:17 2016 +0800

            adding modelAggregation

        commit 331c82594c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 9 13:10:46 2016 +0800

            change the code  to adaptive to the master

        commit 6b47558bfa
        Merge: 737d507 7705b08
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 9 12:15:34 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGD.h

        commit 737d507969
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon May 9 11:29:20 2016 +0800

            code clean

        commit 22799c7283
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri May 6 11:56:33 2016 +0800

            fix indent

        commit df095f8eec
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 4 16:51:53 2016 +0800

            fix bug: traceLevel

        commit 19cf00f941
        Merge: 14b044a 4161cb6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 4 17:35:50 2016 +0900

            Merge branch 'qiwye/asgd-exp' of github.com:Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit 14b044a837
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 4 17:35:27 2016 +0900

            fixbug: PRIu64

        commit 4161cb609f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 4 15:56:52 2016 +0800

            adding timer for profiling

        commit 0290c9a774
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed May 4 15:10:58 2016 +0900

            updating library

        commit 66023ffe67
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 19:55:49 2016 +0800

            no message

        commit d192bc7690
        Merge: ae42f3e facfb07
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 19:55:06 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	.gitmodules
            	Source/Multiverso
            	Source/Readers/HTKMLFReader/utterancesourcemulti.h

        commit facfb07322
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 19:40:05 2016 +0800

            updating the library

        commit ac5a5d4595
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 11:09:19 2016 +0800

            adding multiverso

        commit 02c722564f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 11:04:00 2016 +0800

            clean old version

        commit 5a23853738
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 11:03:18 2016 +0800

            change multiverso to public version

        commit 321d0c8b67
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 10:58:57 2016 +0800

            updatring 1bit-module

        commit 16e890ea75
        Merge: bffa012 1a9d19c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue May 3 10:58:07 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGD.h
            	configure

        commit bffa012ece
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Apr 28 14:31:21 2016 +0800

            remove the unused ItemDefinition in CNTK and SGDLib

        commit 679b55df50
        Merge: 7ce8490 c34e358
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Apr 28 13:56:19 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/ActionsLib/ActionsLib.vcxproj
            	Source/Readers/HTKMLFReader/utterancesourcemulti.h
            	Source/SGDLib/SGDLib.vcxproj

        commit 7ce849065a
        Merge: 9968ebd 9fea921
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Apr 18 14:29:28 2016 +0800

            Merge branch 'hotfix/htkmlreader-instrument' into qiwye/asgd-dev

            Conflicts:
            	Source/Readers/HTKMLFReader/utterancesourcemulti.h

        commit 9fea921f1c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Apr 18 13:34:15 2016 +0800

            fix bug: using right format specifier for size_t

        commit ae42f3e09b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Apr 18 13:32:49 2016 +0800

            updating format specifier for size_t

        commit d56db13d26
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Apr 18 13:06:38 2016 +0800

            refine code for LOG

        commit a5973971f2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Apr 18 11:43:31 2016 +0800

            fix tab indent with 4 space

        commit 0d1604f315
        Merge: 46a9955 a8b4809
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 20:13:07 2016 +0900

            Merge branch 'qiwye/asgd-exp' of github.com:Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit 46a9955304
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 20:12:40 2016 +0900

            updating latest multiverso library for Jenkins

        commit a8b4809df1
        Merge: 0b654e5 2cb35de
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 18:46:46 2016 +0800

            Merge branch 'hotfix/htkmlreader-instrument' into qiwye/asgd-exp

            Conflicts:
            	Source/Readers/HTKMLFReader/utterancesourcemulti.h

        commit 2cb35de7f5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 18:21:37 2016 +0800

            updating chunking statics

        commit 0b654e580f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 17:28:13 2016 +0800

            fix linux build

        commit 1a0b88be0c
        Merge: 147d117 9968ebd
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 17:09:34 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

        commit 9968ebd25f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 17:08:45 2016 +0800

            updating 1bit submodule

        commit 1020a214fa
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 17:06:34 2016 +0800

            fix some minor indent

        commit f31bd6ee91
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 16:41:40 2016 +0800

            Revert "adding information for image reader"

            This reverts commit 5dd3b9bcb0.

        commit 81595c9017
        Merge: 5dd3b9b 4c9f918
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 16:22:25 2016 +0800

            Merge branch 'master' into hotfix/htkmlreader-instrument

        commit edcf10c54c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 16:22:05 2016 +0800

            minor indent fix

        commit 8f4423d0b8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 15:27:40 2016 +0800

            printed timer info when tracelevel > 2

        commit 3fda1d1885
        Merge: 7323d7c 4c9f918
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 15:27:02 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/SGDLib/SGD.cpp

        commit 147d1178db
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 12:51:37 2016 +0800

            adding Log reference for Updaters

        commit 24327a5d01
        Merge: 9d10dd0 7323d7c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Apr 17 12:46:47 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Multiverso

        commit 7323d7c519
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Apr 16 19:10:11 2016 +0800

            updating multiverso helper for the new matrix interface

        commit 9760990506
        Merge: 2dab90c e87b4d6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Apr 16 10:41:47 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/ActionsLib/ActionsLib.vcxproj
            	Source/CNTK/CNTK.cpp
            	Source/CNTK/CNTK.vcxproj
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGD.h
            	Source/SGDLib/SGDLib.vcxproj
            	Source/SGDLib/SGDLib.vcxproj.filters
            	Tools/generate_build_info
            	configure

        commit 2dab90ca49
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Apr 16 10:10:34 2016 +0800

            update submodule

        commit 44b21f8c49
        Merge: 4aa2017 51dfd58
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Apr 16 10:09:29 2016 +0800

            Merge branch 'qiwye/sparse-update' into qiwye/asgd-dev

            Conflicts:
            	Source/Common/Include/MultiversoWrapper.h

        commit 51dfd58cad
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Apr 13 16:32:26 2016 +0800

            sparse update support ready

        commit 4aa20172d9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Apr 12 16:13:20 2016 +0800

            update multiverso to latest version.

        commit c3fae1003a
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Apr 12 14:48:37 2016 +0800

            update the submodule

        commit 5dd3b9bcb0
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Apr 7 13:16:34 2016 +0800

            adding information for image reader

        commit faff4ee119
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 30 17:07:27 2016 +0800

            change format to size_t

        commit 49c38e3cf4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 30 16:46:27 2016 +0800

            add page in timer for htkmlreader

        commit 9d10dd082d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 06:47:23 2016 +0900

            updating multiverso to the latest version

        commit e4723cbe7d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 05:36:00 2016 +0800

            using matrixtable for the layerewise updae

        commit 1fa2adc09d
        Merge: a080383 2ea352e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 05:32:09 2016 +0800

            Merge branch 'qiwye/asgd-exp' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit a080383f3d
        Merge: 0aefe86 8fc2d21
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 05:30:49 2016 +0800

            Merge branch 'qiwye/sparse-update' into qiwye/asgd-exp

            Conflicts:
            	Source/Common/Include/MultiversoWrapper.h
            	Source/Multiverso

        commit 8fc2d2135d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 05:26:57 2016 +0800

            adding timer for requiredata of HTKMLFReader

        commit d24a383db2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 05:26:21 2016 +0800

            using matrixTable for layerwise update

        commit 6a9a288087
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 18 02:51:09 2016 +0800

            using matrix table for the layer-wise update

        commit 2ea352e4b1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 16 04:03:17 2016 +0900

             adding NO_SYNC in makefile

        commit f7ace8d255
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Mar 15 07:42:03 2016 +0800

            changing to matrix array ( incomplete)

        commit 2771cc61bd
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Mar 15 06:23:21 2016 +0800

            updating to latest multiverso module

        commit 0aefe86925
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Mar 10 03:20:01 2016 +0900

            reverting DEBUG:TestMultiThreads

        commit 8083e1e28d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Mar 10 03:07:34 2016 +0900

            BUG fix: adding addtional copy for the RDMA copy in OpenMPI

        commit 02e8121b68
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Mar 4 00:04:49 2016 +0800

            multiverso test: thread test

        commit a261872b9a
        Merge: 80c9fa1 feda2e1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Mar 3 23:30:52 2016 +0800

            Merge branch 'qiwye/asgd-exp' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit 80c9fa1c55
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Mar 3 23:29:56 2016 +0800

            fix bug: parameters should init to server synchronized.

        commit feda2e1978
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Mar 3 21:46:19 2016 +0900

            updating multiverso lib

        commit 07f99ffb5c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Mar 3 20:30:15 2016 +0800

            adding debug informations

        commit cdd21a3136
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 2 21:31:55 2016 +0800

            Fixbug: sending msg to each client

        commit 2bb8f361a4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 2 14:52:34 2016 +0800

            DEBUG:TESTNET

        commit c855831dba
        Merge: c536a5b a335f2c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 2 01:38:56 2016 +0900

            Merge branch 'qiwye/asgd-exp' of github.com:Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit c536a5bf95
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 2 01:38:49 2016 +0900

            updating multiverso

        commit a335f2c4d1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Mar 2 00:37:59 2016 +0800

            Debug:TestNet

        commit 39f1d7628f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 15:05:50 2016 +0800

            DEBUG: Testnet

        commit 4e6fb134a5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 14:35:01 2016 +0800

            DEBUG: TestNet

        commit 7986810770
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 12:37:45 2016 +0900

            update library for experiment

        commit f9d9830721
        Merge: 12b41c2 addc32d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 11:29:17 2016 +0800

            Merge branch 'qiwye/asgd-exp' of https://github.com/Microsoft/CNTK-exp-private into qiwye/asgd-exp

        commit 12b41c20b5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 11:28:19 2016 +0800

            updating multiverso headers

        commit 5230f2536d
        Merge: bfeaebb 2ddf2a3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 11:27:01 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Multiverso

        commit 2ddf2a3dcb
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 29 11:25:52 2016 +0800

            updating submodule

        commit addc32d9f8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Feb 28 10:39:01 2016 +0900

            updating library

        commit bfeaebb652
        Merge: 9750248 15ddebf
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Feb 27 15:33:23 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Multiverso

        commit 15ddebfb02
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Feb 27 15:31:21 2016 +0800

            update the submodule to latest

        commit 9750248778
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Feb 26 19:11:50 2016 +0900

            experiment updating

        commit f5fd23470e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Feb 26 18:01:30 2016 +0800

            updating submodule to latest one

        commit 8ad04627d3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Feb 25 21:54:35 2016 +0900

            fixbug: to generate right tag for asgd support in build info

        commit 73b0ee90db
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Feb 25 16:03:16 2016 +0900

            updating multiverso library to latest one

        commit 42b3b7a214
        Merge: ef76b35 fb04c50
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Feb 25 14:44:48 2016 +0800

            Merge branch 'qiwye/asgd-dev' into qiwye/asgd-exp

            Conflicts:
            	Source/Multiverso

        commit fb04c505d1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Feb 25 14:40:12 2016 +0800

            1. updating the multiverso submodule to the latest one;
            2. change the config asgd using to argvector to offer more flexibility;

        commit 956e1bc112
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Feb 20 11:44:06 2016 +0800

            updating submodule; reverting MPI THREAD SUPPORT to MPI_THREAD_SERIALIZED

        commit 08942320b7
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Feb 18 15:02:06 2016 +0800

            using unify function for config parsing

        commit c2548d2544
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 17:20:58 2016 +0800

            making CPUONLY compile succeed

        commit ef76b359f2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 17:55:49 2016 +0900

            temoporarily checkin for Jenkins build

        commit 232bf4218f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 16:49:04 2016 +0800

            temporarily checkin the headers

        commit 9969e9a0e7
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 16:46:55 2016 +0800

            deleting submodule

        commit 782f51b771
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 16:41:10 2016 +0800

            delete submodule for Jenkins build

        commit 545bccf32d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 16:36:45 2016 +0800

            updating submodule to lateset version

        commit 3a131dd865
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 16:06:20 2016 +0800

            using cntk buffer to to sync with parameter server to save time

        commit 1b9a83617f
        Merge: 58ec1a0 d39709f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 13:37:16 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 58ec1a035e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 13:24:39 2016 +0800

            update submodule to latest version

        commit 8a148d0f8a
        Merge: 27164a6 edc2dd8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 14:15:17 2016 +0900

            Merge branch 'qiwye/asgd-dev' of github.com:Microsoft/CNTK-exp-private into qiwye/asgd-dev

        commit 27164a64ae
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 17 14:14:43 2016 +0900

            change MPI init to support to MPI_THREAD_MULTIPLE

        commit edc2dd81e8
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 16 15:46:04 2016 +0800

            adding predefine macro for linux with ASGD support

        commit a3cafdc8a3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 16 15:29:36 2016 +0900

            debug info in actor

        commit fed7415461
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 16 13:28:40 2016 +0800

            Revert "debug check,. WARNING: should be revert later"

            This reverts commit da13c84d9d.

        commit 8d6da277e1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 16 12:38:10 2016 +0800

            update multiverso submodule to latest version

        commit da13c84d9d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 16 11:47:37 2016 +0800

            debug check,. WARNING: should be revert later

        commit 83a60750d7
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 16 11:21:30 2016 +0800

            Adding prebuild info for windows building

        commit b14d6576a2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 15 21:01:04 2016 +0900

            make gcc happy for the multiverso lib

        commit c2c0bea959
        Merge: 492e273 11f11b1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 15 10:28:14 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

        commit 492e2735de
        Merge: f3f543f e1093b9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Feb 14 11:56:26 2016 +0800

            Merge branch 'master' into qiwye/asgd-dev

            Conflicts:
            	Source/ActionsLib/ActionsLib.vcxproj
            	Source/CNTK/CNTK.cpp
            	Source/CNTK/CNTK.vcxproj
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGDLib.vcxproj

        commit f3f543f2ea
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sun Feb 14 11:49:21 2016 +0800

            Pass the build with IMultiverso

        commit 2f118375f3
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 3 19:44:54 2016 +0800

            Adding submodule for multiverso

        commit f9eda75ec2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 3 19:42:43 2016 +0800

            remove old multiverso

        commit 6fe2f8e464
        Merge: af93aae 0e5ad89
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 3 19:31:38 2016 +0800

            Merge branch 'master' into qiwye/multiverso

        commit af93aaeeff
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 3 15:43:09 2016 +0800

            rename the multiversoWrapper

        commit f71b47a7ae
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Feb 3 10:13:19 2016 +0800

            rename multiverso wrapper

        commit 397614801c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 2 19:11:02 2016 +0800

            Adding macros for the multiverso submodule

        commit f982d76c8d
        Merge: c69c2d5 d562172
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 2 12:06:30 2016 +0800

            Merge branch 'qiwye/multiverso' of https://github.com/Microsoft/CNTK-exp-private into qiwye/multiverso

        commit c69c2d50f2
        Merge: 99cf8cb 69112d1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Feb 2 12:04:35 2016 +0800

            Merge branch 'master' into qiwye/multiverso

        commit d5621720d1
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 1 21:15:54 2016 +0900

            change default value of enable_asgd to yes for the jenkins build

        commit 7e616d97c5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 1 17:59:32 2016 +0900

            adding needed library

        commit b2341b3378
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 1 13:02:04 2016 +0900

            multiverso library update for Git-private

        commit 99cf8cbbbb
        Merge: c7bfebe 931e72b
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Feb 1 11:14:55 2016 +0800

            Merge branch 'master' into qiwye/multiverso

            Conflicts:
            	Source/SGDLib/SGD.cpp

        commit c7bfebe740
        Merge: 7b495bd b8badf6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Jan 29 14:23:04 2016 +0800

            Merge branch 'master' into qiwye/multiverso

        commit 7b495bdf9c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Jan 29 14:20:21 2016 +0800

            change makefile for Linux work with multiverso

        commit 14ef928c3f
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Thu Jan 28 23:30:00 2016 +0800

            reorganized the folder structure of multiverso

        commit f8d0d4b182
        Merge: 659af22 3224f02
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Thu Jan 28 22:41:07 2016 +0800

            Merge branch 'master' into qiwye/multiverso

            Conflicts:
            	Source/ActionsLib/ActionsLib.vcxproj
            	Source/CNTK/CNTK.vcxproj
            	Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj
            	Source/EvalDll/EvalDll.vcxproj
            	Source/SGDLib/SGDLib.vcxproj

        commit 659af22f61
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Thu Jan 28 22:15:30 2016 +0800

            reorganize source structrue

        commit c7856a3c46
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Thu Jan 28 20:51:48 2016 +0800

            Addding asgd configure for linux make file

        commit 7ce7a51032
        Merge: b805f17 2462647
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Mon Jan 25 21:22:09 2016 +0800

            Merge branch 'master' into qiwye/multiverso

        commit b805f179a9
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Mon Jan 25 21:21:16 2016 +0800

            code clean

        commit fcb9235aa8
        Merge: 6446a2f cb0b09f
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Mon Jan 25 21:17:28 2016 +0800

            Merge branch 'master' into qiwye/multiverso

        commit 6446a2fa79
        Merge: ddf4066 26911b7
        Author: Qiwei ye <qiwye@microsoft.com>
        Date:   Mon Jan 25 16:56:12 2016 +0800

            Merge branch 'master' into qiwye/multiverso

            Conflicts:
            	.gitignore
            	CNTK.sln
            	Source/CNTK/CNTK.cpp
            	Source/CNTK/CNTK.vcxproj
            	Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj
            	Source/EvalDll/EvalDll.vcxproj
            	Source/SGDLib/SGD.cpp
            	Source/SGDLib/SGD.h
            	Source/SGDLib/SGDLib.vcxproj
            	Source/SGDLib/SGDLib.vcxproj.filters

        commit ddf4066ee8
        Author: Mark Hillebrand <Mark.Hillebrand@microsoft.com>
        Date:   Mon Jan 18 09:37:09 2016 +0100

            License change

        commit 6769e37147
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Jan 8 22:43:40 2016 +0900

            fix close logic

        commit f67574520f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Jan 8 21:29:56 2016 +0800

            fix close logic for ASGD

        commit 7628026b05
        Merge: 6c2ee1a c1c818c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Jan 8 21:03:14 2016 +0800

            Merge branch 'master' into qiwye/multiverso

        commit 6c2ee1aa51
        Merge: 641c75a 40ce1af
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jan 7 16:57:09 2016 +0800

            Merge branch 'master' into qiwye/multiverso

            Conflicts:
            	Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj
            	Source/SGDLib/SGDLib.vcxproj
            	Source/SGDLib/SGDLib.vcxproj.filters

        commit 641c75a751
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Jan 7 16:52:04 2016 +0800

            fix close logic for ASGD

        commit 937816eff2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Dec 31 17:16:10 2015 +0800

            fix close logic for multiverso wrapper

        commit 16fea919ef
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Dec 31 17:02:15 2015 +0800

            fix close logic for multiverso wrapper

        commit a95eef383f
        Merge: c4d2e78 d7f0c07
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 30 15:30:34 2015 +0800

            Merge branch 'master' into qiwye/multiverso

        commit c4d2e78e3a
        Merge: bbebed2 cd87741
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 23 10:24:09 2015 +0800

            Merge branch 'master' into qiwye/multiverso

        commit bbebed2f0c
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Dec 22 14:15:14 2015 +0800

            clean dlls for debug runtime

        commit 87a5da31cb
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Dec 22 14:13:56 2015 +0800

            adding libzmq-gd for debug

        commit e573c52c4e
        Merge: c754dfe 1527b89
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Dec 22 13:43:27 2015 +0800

            Merge branch 'master' into qiwye/multiverso

        commit c754dfebdc
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Dec 22 13:36:31 2015 +0800

            Adding support for CPUONLY.

        commit 9664daccb0
        Merge: b99f3e2 ef80d86
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Dec 19 12:43:46 2015 +0800

            Merge branch 'master' into qiwye/multiverso

        commit b99f3e2f15
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Dec 18 12:44:58 2015 +0800

            ignoring the prebuild files

        commit af45389a44
        Merge: 28e3482 ebaf988
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Dec 18 12:41:57 2015 +0800

            Merge branch 'shuxin/multiverso' into qiwye/multiverso

        commit ebaf9885ea
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Dec 18 12:40:38 2015 +0800

            Revert "Revert "adding an MPI init test in case of that MPI was initialized repeatedly""

            This reverts commit 23ebe452a5.

        commit 315e53a16f
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Fri Dec 18 11:33:18 2015 +0800

            Revert "modify output log order"

            This reverts commit f4ca6734a8.

        commit 2e99b681dd
        Merge: f4ca673 23ebe45
        Author: Shuxin Zheng (MSR Student-Person Consulting) <v-shuzhe@microsoft.com>
        Date:   Fri Dec 18 10:49:54 2015 +0800

            Merge branch 'master' into qiwye/multiverso

        commit f4ca6734a8
        Author: Shuxin Zheng (MSR Student-Person Consulting) <v-shuzhe@microsoft.com>
        Date:   Thu Dec 17 22:57:27 2015 +0800

            modify output log order

        commit ca729cbaf5
        Author: Shuxin Zheng (MSR Student-Person Consulting) <v-shuzhe@microsoft.com>
        Date:   Thu Dec 17 22:42:57 2015 +0800

            fix bug - useASGD noMoreSamplesToProcess

        commit 28e34826a7
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Dec 17 15:57:45 2015 +0800

            Adding include path for debug profile

        commit 66f78615d4
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Dec 17 11:54:22 2015 +0800

            fix include path

        commit 254b45e680
        Merge: 4c6c57e 583f10e
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Thu Dec 17 10:35:08 2015 +0800

            Merge branch 'master' into qiwye/multiverso

            Conflicts:
            	Source/CNTK/CNTK.vcxproj
            	Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj
            	Source/EvalDll/EvalDll.vcxproj
            	Source/SGDLib/SGDLib.vcxproj
            	Source/SGDLib/SGDLib.vcxproj.filters

        commit 4c6c57e1de
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 19:53:35 2015 +0800

            updating multiverso runtime library

        commit 4b734d9985
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 20:48:52 2015 +0900

            updating multiverso lib

        commit 7ea900e6d9
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 20:48:11 2015 +0900

            using cstdint version multiverso

        commit 442b7bb0ad
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 17:48:00 2015 +0800

            make GCC happy

        commit 5dbfedc609
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 15:51:16 2015 +0800

            update multiverso lib

        commit ca145de82d
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 15:50:52 2015 +0800

            optimization for the ASGD speed.
            adding learningrate adjust logic

        commit 5002203b6f
        Merge: 1d12689 4022de2
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Wed Dec 16 11:05:09 2015 +0800

            Merge branch 'master' into qiwye/multiverso

            Conflicts:
            	MachineLearning/CNTKComputationNetworkLib/CNTKComputationNetworkLib.vcxproj
            	MachineLearning/CNTKSGDLib/CNTKSGDLib.vcxproj
            	MachineLearning/CNTKSGDLib/CNTKSGDLib.vcxproj.filters

        commit 1d12689b58
        Merge: f289152 d273078
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Tue Dec 15 14:31:49 2015 +0800

            Merge branch 'qiwye/dev' into qiwye/multiverso

        commit f2891522e6
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Dec 14 21:49:20 2015 +0800

            fix debug build include path

        commit fe3bb89162
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Mon Dec 14 21:18:41 2015 +0800

            fix bug

        commit 07e48cd667
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Dec 12 18:27:55 2015 +0900

            adding runtime libraries

        commit 25e2d662b5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Dec 12 17:15:45 2015 +0800

            adding multiverso library

        commit e19a4511b5
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Dec 12 17:12:53 2015 +0800

            fix function name

        commit 6f69c62081
        Author: Qiwei Ye <qiwye@microsoft.com>
        Date:   Sat Dec 12 16:54:22 2015 +0800

            merging main branch into multiverso branch

    commit e9a0e67c0998cf295bac585a8475078c9b161783
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Mon Nov 14 13:43:02 2016 -0800

        python examples relocated

    commit 8a0cc02b43b7a10b2ead7ef12f7afb1f8ffa1a50
    Merge: b49f220 e8eb645
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Mon Nov 14 11:11:30 2016 -0800

        Merge branch 'kedeng/beta' of https://github.com/Microsoft/CNTK into kedeng/beta

    commit b49f2209518f815d565131dce9a85eba2065ccf4
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Mon Nov 14 11:10:45 2016 -0800

        Jenkins fix

    commit e8eb64549f9875e4a3844ba269129b83df88da6d
    Author: Ke Deng <kedeng@microsoft.com>
    Date:   Sat Nov 12 02:00:02 2016 -0800

        ReaderConfig perf tweak

    commit 127ec79b080a6c26f44efb1021e6870e313823f1
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Fri Nov 11 20:04:45 2016 -0800

        MinibatchSource no skip

    commit 5cda422e93c23d27e3a8668a0a8ccc1e75f2796a
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Fri Nov 11 18:53:55 2016 -0800

        MinibatchSource: Save/restore sample location when SetConfig to avoid skipping in prefetch

    commit 2c7017ee6e8cd1a5a0fc68b7d32e744361c9f0d5
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Fri Nov 11 17:14:30 2016 -0800

        Fix test again

    commit 92e8f743642d67b98c3f5bac0269d5d112c61a05
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Fri Nov 11 16:55:54 2016 -0800

        Fix Test

    commit 28143b8eba5a8f03a872913b71dd72a71e8c356a
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Fri Nov 11 15:52:59 2016 -0800

        V2LibraryDistributionTests fix

    commit 4d749ec75a191e7772ab9b4f3d171590d3807dc4
    Author: KeDengMS <kedeng@microsoft.com>
    Date:   Fri Nov 11 14:47:30 2016 -0800

        Add warmStart to distributed training

        This change allows user to specify the number of samples to run non-distributed.

        Squashed commit of the following:

        commit 71fe40b02e790a172e904c7e9082b08699efc90f
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 11 14:23:59 2016 -0800

            Squashed commit of the following:

            commit 82dc610da7
            Merge: 67759d3 b6d69c5
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 11:49:46 2016 -0800

                Integrate wilrich/designLeftOvers into master

            commit 67759d310a
            Author: Chris Basoglu <cbasoglu@microsoft.com>
            Date:   Fri Nov 11 07:56:05 2016 -0800

                Update README.md

            commit 15c0575e55
            Merge: 9d91e9f e9fb291
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 05:56:38 2016 -0800

                Integrate alexeyo/ReadMe-News-November-11 into master

            commit 9d91e9f90e
            Merge: a262d5b 1be9e30
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 05:51:06 2016 -0800

                Integrate eldak/fixingBlockMomentum into master

            commit e9fb291c60
            Author: Alexey Orlov <alexeyo@microsoft.com>
            Date:   Fri Nov 11 14:46:42 2016 +0100

                Main ReadMe News, November 11, 2016

            commit 1be9e30e3a
            Author: Eldar Akchurin <eldak@microsoft.com>
            Date:   Mon Nov 7 13:56:34 2016 +0100

                Fixing some synchronization of block momentum and distributed checkpointing

            commit a262d5b033
            Merge: 1a44dac f150248
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 03:01:39 2016 -0800

                Integrate mahilleb/pr/1023 into master

            commit 1a44dac712
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Thu Nov 10 10:21:57 2016 +0100

                Examples/Evaluation/CSEvalClient: bump NuGet package version

            commit f150248d22
            Merge: 37ffe9d cbcea1b
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Fri Nov 11 09:55:22 2016 +0100

                Merge remote-tracking branch 'origin/master' into mahilleb/pr/1023

            commit b6d69c5866
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Fri Nov 11 09:17:50 2016 +0100

                Addressing CR comments

            commit 37ffe9dbb6
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Fri Nov 11 09:29:10 2016 +0100

                Fix Windows build

            commit cbcea1b534
            Merge: 548ec6b 8f7eb6e
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Thu Nov 10 16:35:28 2016 -0800

                Integrate nikosk/pull997 into master

            commit 8f7eb6e37e
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Thu Nov 10 15:58:37 2016 -0800

                removed tmp_ld_library_path from dockerfile

            commit 548ec6b382
            Merge: 47d7c03 1c2421f
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Thu Nov 10 14:56:05 2016 -0800

                Integrate vadimma/EnsureTagCopy into master

            commit b1e9fcc17e
            Author: Nathan Luehr <nluehr@nvidia.com>
            Date:   Thu Nov 10 13:48:10 2016 -0800

                Removed "using namespace std" from basetypes.h

            commit 47d7c03e5c
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Thu Nov 10 11:06:41 2016 -0800

                Don't override the shape after the expansion.

            commit 1c2421ff70
            Author: Vadim Mazalov <vadimma@microsoft.com>
            Date:   Thu Nov 10 10:16:12 2016 -0800

                Ensure tags are copied in ComputationNodeBase::CopyTo

            commit 2cd3466b9c
            Merge: fdcc61a 0fb5ec4
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Thu Nov 10 09:49:09 2016 -0800

                Merge branch 'master' into ebarsoum/globalpooling
                For checkin and Jenkins.

            commit fdcc61a896
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Thu Nov 10 09:48:16 2016 -0800

                Use NDShape.unknown instead of None

            commit f8b5217dfc
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Thu Nov 10 17:58:27 2016 +0100

                Allow CloneMethod to be passed as string

            commit b326a9af94
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Thu Nov 10 17:01:06 2016 +0100

                Beautifying doc/code changes

            commit 0fb5ec40cc
            Merge: 3a5403d 6f7e43c
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Thu Nov 10 06:10:54 2016 -0800

                Integrate zhouwang/pr899 into master

            commit 6f7e43c91e
            Author: Zhou Wang <zhouwang@microsoft.com>
            Date:   Thu Nov 10 13:35:14 2016 +0100

                fix path for release_noopt configuration

            commit 2cae5f6371
            Author: Zhou Wang <zhouwang@microsoft.com>
            Date:   Thu Nov 10 12:52:29 2016 +0100

                add release_noopt configuration

            commit 3a5403d6fc
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Nov 10 11:32:07 2016 +0100

                fixed graph string test

            commit c9ecf0e2b1
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Fri Nov 4 16:45:02 2016 +0100

                added a test for network graph

            commit 5a2c2bbf60
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Fri Nov 4 12:15:48 2016 +0100

                rebase

            commit 5b4ff474b9
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Nov 3 12:04:31 2016 +0100

                moved network graph to utils, added save as a DOT file

            commit 5475b6995f
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Oct 27 13:54:24 2016 +0200

                updated graph build and display

            commit c44c93fa23
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Wed Oct 26 12:17:52 2016 +0200

                bug fix

            commit a9ac4e090a
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Tue Oct 25 20:43:04 2016 +0200

                added basic network plotting

            commit e55cd0afa8
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Tue Oct 18 17:44:56 2016 +0200

                Docs

            commit 73013e78ca
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Nov 3 12:04:31 2016 +0100

                moved network graph to utils, added save as a DOT file

            commit 43e8581e03
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Wed Nov 2 17:37:05 2016 +0100

                merged png and string output into one function

            commit bf5e28b4f3
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Mon Oct 31 20:13:34 2016 +0100

                added a short how-to for network graph example

            commit 95e0dc8d70
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Oct 27 13:54:24 2016 +0200

                updated graph build and display

            commit 0836b874d0
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Wed Oct 26 12:17:52 2016 +0200

                bug fix

            commit b6bd4cbd35
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Tue Oct 25 20:43:04 2016 +0200

                added basic network plotting

            commit 6b8d5cb72c
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Tue Oct 18 17:44:56 2016 +0200

                Docs

            commit ac1a9469ef
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Thu Nov 10 09:13:44 2016 +0100

                Bump release tags to v2.0.beta3.0, v2.0.beta3.0+ in CNTK.cpp

            commit 74a7e0efd3
            Merge: 0110d72 2ca454b
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Wed Nov 9 19:51:26 2016 -0800

                Merge branch 'master' into ebarsoum/globalpooling
                For checkin.

            commit 0110d72f44
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Wed Nov 9 19:50:32 2016 -0800

                Check pad for global pooling.

            commit e081b6fab3
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:16:09 2016 -0800

                whitespace

            commit 7bc01bf0da
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:12:59 2016 -0800

                nit nit

            commit c84e53557c
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:12:07 2016 -0800

                nit

            commit bacc9889af
            Merge: 89ee379 452bd0f
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:10:05 2016 -0800

                Merge branch 'nikosk/pull997' of github.com:Microsoft/CNTK into nikosk/pull997

            commit 452bd0f28a
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:09:18 2016 -0800

                Incorporated most CR feedback

            commit e2cf02a609
            Author: Amit Agarwal <amitaga@microsoft.com>
            Date:   Tue Nov 8 14:33:07 2016 -0800

                CNTK v2 library: Add binary CrossEntropy operator

            commit 89ee379685
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 15:17:09 2016 -0800

                Removed accidental commit

            commit c406520b47
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 13:17:08 2016 -0800

                incorporated some cr feedback

            commit 8e5635585c
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Tue Nov 8 18:12:49 2016 -0800

                Fix merge issue.

            commit 78c63a43f9
            Merge: 662bebe 7199b51
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Tue Nov 8 17:57:32 2016 -0800

                Merge wth master

            commit 662bebe271
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Tue Nov 8 17:31:56 2016 -0800

                Update pooling shape attribute before reaching pooling node.

            commit a72e05b0ee
            Merge: 6922940 f3272f9
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 15:30:04 2016 -0800

                Merge branch 'fiskio-master' into fiskio2

            commit 6922940e1b
            Merge: 646dcde 6b22d38
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 15:27:38 2016 -0800

                Merge branch 'master' of https://github.com/fiskio/CNTK into fiskio2

            commit f3272f9d37
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 14:55:10 2016 -0800

                Modified python paths

            commit ad753521dc
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 14:52:28 2016 -0800

                Added readme on Dockerfiles

            commit 2d74d6900c
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 14:39:17 2016 -0800

                Added build-arg to 1bit image

            commit 01929c4915
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Mon Nov 7 23:55:43 2016 -0800

                Fix kernel shape in pooling node final validation.

            commit e680f35804
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Mon Nov 7 23:16:29 2016 -0800

                Initial checkin of global pooling.

            commit 6b22d38ea9
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Mon Nov 7 12:12:05 2016 +0000

                Python build install packages from default file list

            commit 2039300b61
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Sun Nov 6 23:51:51 2016 +0000

                added pandas, seaborn

            commit 7ad4f0f573
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Sun Nov 6 23:19:21 2016 +0000

                added gym

            commit 81056ac161
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Sat Nov 5 21:24:37 2016 +0000

                Fix LD_LIBRARY_PATH

            commit 62ab074d2f
            Merge: 624f6d8 abb5aee
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Fri Nov 4 11:03:56 2016 -0700

                Merge branch 'master' of https://github.com/fiskio/CNTK into fiskio-master

            commit abb5aeed9a
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Fri Nov 4 12:09:59 2016 +0000

                fiskio -> Microsoft

            commit fb0994a1e1
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Fri Nov 4 11:59:50 2016 +0000

                Added 1bit-SGD docker file

            commit 4f81a1ed72
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Thu Nov 3 23:20:20 2016 +0000

                Fix CPU docker file

            commit f835b4095b
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Thu Nov 3 15:52:49 2016 +0000

                fix for python in docker

        commit 241d2e70537c2d38f4af9bb3e121c2fdf823ea8a
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 11 13:54:22 2016 -0800

            Fix merged Linux build

        commit 997a31e5ac7132cbb33d335dada24dc041a38463
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 11 13:44:01 2016 -0800

            Post merge fixes

        commit aa93efdf90bf60849e6a0068abd3ea05da7503ab
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 11 10:18:24 2016 -0800

            Squashed commits from Master

            commit 67759d310a
            Author: Chris Basoglu <cbasoglu@microsoft.com>
            Date:   Fri Nov 11 07:56:05 2016 -0800

                Update README.md

            commit 15c0575e55
            Merge: 9d91e9f e9fb291
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 05:56:38 2016 -0800

                Integrate alexeyo/ReadMe-News-November-11 into master

            commit 9d91e9f90e
            Merge: a262d5b 1be9e30
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 05:51:06 2016 -0800

                Integrate eldak/fixingBlockMomentum into master

            commit e9fb291c60
            Author: Alexey Orlov <alexeyo@microsoft.com>
            Date:   Fri Nov 11 14:46:42 2016 +0100

                Main ReadMe News, November 11, 2016

            commit 1be9e30e3a
            Author: Eldar Akchurin <eldak@microsoft.com>
            Date:   Mon Nov 7 13:56:34 2016 +0100

                Fixing some synchronization of block momentum and distributed checkpointing

            commit a262d5b033
            Merge: 1a44dac f150248
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Fri Nov 11 03:01:39 2016 -0800

                Integrate mahilleb/pr/1023 into master

            commit 1a44dac712
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Thu Nov 10 10:21:57 2016 +0100

                Examples/Evaluation/CSEvalClient: bump NuGet package version

            commit f150248d22
            Merge: 37ffe9d cbcea1b
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Fri Nov 11 09:55:22 2016 +0100

                Merge remote-tracking branch 'origin/master' into mahilleb/pr/1023

            commit 37ffe9dbb6
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Fri Nov 11 09:29:10 2016 +0100

                Fix Windows build

            commit cbcea1b534
            Merge: 548ec6b 8f7eb6e
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Thu Nov 10 16:35:28 2016 -0800

                Integrate nikosk/pull997 into master

            commit 8f7eb6e37e
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Thu Nov 10 15:58:37 2016 -0800

                removed tmp_ld_library_path from dockerfile

            commit 548ec6b382
            Merge: 47d7c03 1c2421f
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Thu Nov 10 14:56:05 2016 -0800

                Integrate vadimma/EnsureTagCopy into master

            commit b1e9fcc17e
            Author: Nathan Luehr <nluehr@nvidia.com>
            Date:   Thu Nov 10 13:48:10 2016 -0800

                Removed "using namespace std" from basetypes.h

            commit 47d7c03e5c
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Thu Nov 10 11:06:41 2016 -0800

                Don't override the shape after the expansion.

            commit 1c2421ff70
            Author: Vadim Mazalov <vadimma@microsoft.com>
            Date:   Thu Nov 10 10:16:12 2016 -0800

                Ensure tags are copied in ComputationNodeBase::CopyTo

            commit 2cd3466b9c
            Merge: fdcc61a 0fb5ec4
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Thu Nov 10 09:49:09 2016 -0800

                Merge branch 'master' into ebarsoum/globalpooling
                For checkin and Jenkins.

            commit fdcc61a896
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Thu Nov 10 09:48:16 2016 -0800

                Use NDShape.unknown instead of None

            commit 0fb5ec40cc
            Merge: 3a5403d 6f7e43c
            Author: Project Philly <svcphil@microsoft.com>
            Date:   Thu Nov 10 06:10:54 2016 -0800

                Integrate zhouwang/pr899 into master

            commit 6f7e43c91e
            Author: Zhou Wang <zhouwang@microsoft.com>
            Date:   Thu Nov 10 13:35:14 2016 +0100

                fix path for release_noopt configuration

            commit 2cae5f6371
            Author: Zhou Wang <zhouwang@microsoft.com>
            Date:   Thu Nov 10 12:52:29 2016 +0100

                add release_noopt configuration

            commit 3a5403d6fc
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Nov 10 11:32:07 2016 +0100

                fixed graph string test

            commit c9ecf0e2b1
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Fri Nov 4 16:45:02 2016 +0100

                added a test for network graph

            commit 5a2c2bbf60
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Fri Nov 4 12:15:48 2016 +0100

                rebase

            commit 5b4ff474b9
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Nov 3 12:04:31 2016 +0100

                moved network graph to utils, added save as a DOT file

            commit 5475b6995f
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Oct 27 13:54:24 2016 +0200

                updated graph build and display

            commit c44c93fa23
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Wed Oct 26 12:17:52 2016 +0200

                bug fix

            commit a9ac4e090a
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Tue Oct 25 20:43:04 2016 +0200

                added basic network plotting

            commit e55cd0afa8
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Tue Oct 18 17:44:56 2016 +0200

                Docs

            commit 73013e78ca
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Nov 3 12:04:31 2016 +0100

                moved network graph to utils, added save as a DOT file

            commit 43e8581e03
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Wed Nov 2 17:37:05 2016 +0100

                merged png and string output into one function

            commit bf5e28b4f3
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Mon Oct 31 20:13:34 2016 +0100

                added a short how-to for network graph example

            commit 95e0dc8d70
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Thu Oct 27 13:54:24 2016 +0200

                updated graph build and display

            commit 0836b874d0
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Wed Oct 26 12:17:52 2016 +0200

                bug fix

            commit b6bd4cbd35
            Author: Alona Kharchenko <t-alkhar@microsoft.com>
            Date:   Tue Oct 25 20:43:04 2016 +0200

                added basic network plotting

            commit 6b8d5cb72c
            Author: Willi Richert <wilrich@microsoft.com>
            Date:   Tue Oct 18 17:44:56 2016 +0200

                Docs

            commit ac1a9469ef
            Author: Mark Hillebrand <mahilleb@microsoft.com>
            Date:   Thu Nov 10 09:13:44 2016 +0100

                Bump release tags to v2.0.beta3.0, v2.0.beta3.0+ in CNTK.cpp

            commit 74a7e0efd3
            Merge: 0110d72 2ca454b
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Wed Nov 9 19:51:26 2016 -0800

                Merge branch 'master' into ebarsoum/globalpooling
                For checkin.

            commit 0110d72f44
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Wed Nov 9 19:50:32 2016 -0800

                Check pad for global pooling.

            commit e081b6fab3
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:16:09 2016 -0800

                whitespace

            commit 7bc01bf0da
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:12:59 2016 -0800

                nit nit

            commit c84e53557c
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:12:07 2016 -0800

                nit

            commit bacc9889af
            Merge: 89ee379 452bd0f
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:10:05 2016 -0800

                Merge branch 'nikosk/pull997' of github.com:Microsoft/CNTK into nikosk/pull997

            commit 452bd0f28a
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 19:09:18 2016 -0800

                Incorporated most CR feedback

            commit e2cf02a609
            Author: Amit Agarwal <amitaga@microsoft.com>
            Date:   Tue Nov 8 14:33:07 2016 -0800

                CNTK v2 library: Add binary CrossEntropy operator

            commit 89ee379685
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 15:17:09 2016 -0800

                Removed accidental commit

            commit c406520b47
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Wed Nov 9 13:17:08 2016 -0800

                incorporated some cr feedback

            commit 8e5635585c
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Tue Nov 8 18:12:49 2016 -0800

                Fix merge issue.

            commit 78c63a43f9
            Merge: 662bebe 7199b51
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Tue Nov 8 17:57:32 2016 -0800

                Merge wth master

            commit 662bebe271
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Tue Nov 8 17:31:56 2016 -0800

                Update pooling shape attribute before reaching pooling node.

            commit a72e05b0ee
            Merge: 6922940 f3272f9
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 15:30:04 2016 -0800

                Merge branch 'fiskio-master' into fiskio2

            commit 6922940e1b
            Merge: 646dcde 6b22d38
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 15:27:38 2016 -0800

                Merge branch 'master' of https://github.com/fiskio/CNTK into fiskio2

            commit f3272f9d37
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 14:55:10 2016 -0800

                Modified python paths

            commit ad753521dc
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 14:52:28 2016 -0800

                Added readme on Dockerfiles

            commit 2d74d6900c
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Tue Nov 8 14:39:17 2016 -0800

                Added build-arg to 1bit image

            commit 01929c4915
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Mon Nov 7 23:55:43 2016 -0800

                Fix kernel shape in pooling node final validation.

            commit e680f35804
            Author: Emad Barsoum <ebarsoum@microsoft.com>
            Date:   Mon Nov 7 23:16:29 2016 -0800

                Initial checkin of global pooling.

            commit 6b22d38ea9
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Mon Nov 7 12:12:05 2016 +0000

                Python build install packages from default file list

            commit 2039300b61
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Sun Nov 6 23:51:51 2016 +0000

                added pandas, seaborn

            commit 7ad4f0f573
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Sun Nov 6 23:19:21 2016 +0000

                added gym

            commit 81056ac161
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Sat Nov 5 21:24:37 2016 +0000

                Fix LD_LIBRARY_PATH

            commit 62ab074d2f
            Merge: 624f6d8 abb5aee
            Author: Nikos Karampatziakis <nikosk@microsoft.com>
            Date:   Fri Nov 4 11:03:56 2016 -0700

                Merge branch 'master' of https://github.com/fiskio/CNTK into fiskio-master

            commit abb5aeed9a
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Fri Nov 4 12:09:59 2016 +0000

                fiskio -> Microsoft

            commit fb0994a1e1
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Fri Nov 4 11:59:50 2016 +0000

                Added 1bit-SGD docker file

            commit 4f81a1ed72
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Thu Nov 3 23:20:20 2016 +0000

                Fix CPU docker file

            commit f835b4095b
            Author: Marco Fiscato <marco@swifkey.com>
            Date:   Thu Nov 3 15:52:49 2016 +0000

                fix for python in docker

        commit d5f88e7690a44be7fa2ba7acd33e33edf68b84f6
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 10 15:08:52 2016 -0800

            Minor sample/test updates

        commit d2660530680f3eb43d53b259f21fe5da96707ce5
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 10 11:32:32 2016 -0800

            Rename test cpp

        commit 3f78e33143c649cd70b35712102810e3eb9e745b
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 10 11:04:23 2016 -0800

            Separate test into multiple files

        commit a43d7542ef21a7404c8bb1905f7d071c5dcc8ebf
        Author: Eldar Akchurin <eldak@microsoft.com>
        Date:   Thu Nov 10 10:53:46 2016 +0100

            Fixing sample position

        commit 18ae4d9b75f829672fa30022c988533a3f0cbbc6
        Author: Eldar Akchurin <eldak@microsoft.com>
        Date:   Thu Nov 10 10:48:17 2016 +0100

            Fixing SetConfiguration and SetCurrentPosition

        commit 449ef5f2404db7d5b772698a897d80c8a7cce833
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 10 00:05:17 2016 -0800

            Better fix to uninitialized ReaderShim ctor

        commit 5e04b8aa45e9acd4a290cf0e3422ae5e75167248
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 23:29:10 2016 -0800

            Fix uninitalized variable in ReaderShim

        commit 1aca3bccdb62c91978d848fbf52003f04e16f5c2
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 21:21:20 2016 -0800

            Linux Test fix #2

        commit e59d02092bb3137c0e0a27c0185f57528fb0d69b
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 20:44:41 2016 -0800

            Fix Linux test break

        commit b8047cc5762087b3b2836555d2a37f60e167aa98
        Merge: 3516b4d 2ca454b
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 17:58:38 2016 -0800

            Merge branch 'master' into kedeng/warmStart

        commit 3516b4d90a639ae4c48acd5a67cd6b51046fc120
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 17:51:15 2016 -0800

            Add changes for real

        commit 8909e41bf8c67e0c2bf675bc2e16063e7058725e
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 17:47:00 2016 -0800

            Add Release_NoOpt to V2LibraryDistributionTests.vcxproj
            Fix tabs in progress_print.py
            Restore original CifarResNet_Distributed sample, and rename warmStart sample to CifarResNet_warmStart for now

        commit ccb1573e9eaff1dc5248c9fca0e3953f001b9a97
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 17:33:53 2016 -0800

            Add test case for MinibatchSource with warm-starting
            And fix div-by-0 in progress_print

        commit 89f3059fd47ab37cd8a7b09b726bfa339a71a274
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Wed Nov 9 14:04:51 2016 -0800

            Add test for GPU warm start

        commit f2387d5c6c130fe4c7158dc8c7408fb9ced94d2e
        Merge: 3e51371 54a33a9
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Tue Nov 8 10:55:35 2016 -0800

            Merge branch 'master' into kedeng/warmStart

        commit 3e5137181f179d4e3fe816d90f002b6886519bd1
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Tue Nov 8 10:53:10 2016 -0800

            Add test to verify warm start CE matches single worker in 1-bit CPU device
            Fixes fo bugs and CR comments

        commit 3d28386190ca672aebb00a507f4fb7455d252c70
        Merge: b36ba66 061be6e
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Mon Nov 7 14:49:15 2016 -0800

            Merge branch 'master' into kedeng/warmStart

        commit b36ba6612184abc877a9459090786c55ebdbefd4
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Mon Nov 7 14:47:57 2016 -0800

            Address CR feedbacks, default warmStart to infinite

        commit c15021abbd71e1e648e7de5032940813d24f021b
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Sat Nov 5 00:34:59 2016 -0700

            Fix test failure

        commit 62571ee54baaffedd5e01949e6fc4bf62c5cca88
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Sat Nov 5 00:16:20 2016 -0700

            print progress with speed

        commit b5b7399efd47b1a6c0f7cc9caeaee15dadb455fd
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 4 22:41:59 2016 -0700

            Example fixes

        commit afede95f0ae7f8224a06bd20da5d7eeded43aeba
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 4 18:22:14 2016 -0700

            comment and docstring fixes

        commit ae46f39d0278b7e51462000903385532b4f1f7a8
        Merge: 05dad62 624f6d8
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 4 18:15:52 2016 -0700

            Merge branch 'master' into kedeng/warmStart

        commit 05dad62862a869164b4eda4131d92e6f41974a5c
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Fri Nov 4 18:12:42 2016 -0700

            Use SWIG to handle size_t in python, api/test enhancements

        commit 13da037b7a99961774cca52f158507056ba9e136
        Merge: cd08464 de58a63
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 3 22:31:40 2016 -0700

            Merge branch 'master' into kedeng/warmStart

        commit cd08464e115f120f5b75f018b3fc15b1a71a070b
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 3 22:27:13 2016 -0700

            Distributed python side refactor

        commit 623de80c64d6a1418a1aa8e19056cc13db7d44d3
        Merge: 9af9115 327f6f9
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 3 10:27:30 2016 -0700

            Merge branch 'master' into kedeng/warmStart

        commit 9af91159da237b27995a5faf1f5c55a2c589f256
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 3 10:26:39 2016 -0700

            Address CR comments

        commit a8a694e9de99d396863db8b8f12a78c4d3c3e9d0
        Author: KeDengMS <kedeng@microsoft.com>
        Date:   Thu Nov 3 00:59:18 2016 -0700

            Add support for warm start in distributed training
            This simplifies user code when dealing with warm start
2016-11-17 13:42:54 -08:00
Mark Hillebrand 142cbb9b7d Makefile: Multiverso: disable compilation with OpenMP
Currently there's mismatch (gomp + iomp being used). As a quick fix,
disable OpenMP for Multiverso.
2016-11-17 08:19:49 +00:00
Project Philly e618b917fe Integrate qiwye/asgd-dev into master 2016-11-12 03:38:06 -08:00
Eldar Akchurin 1be9e30e3a Fixing some synchronization of block momentum and distributed checkpointing 2016-11-11 13:05:07 +01:00
Qiwei Ye 4286c6e9bc link multiverso library to EVAL_EXTENDED_CLIENT 2016-11-11 12:59:14 +08:00
unknown a62037dbc7 Merge branch 'master' into qiwye/asgd-dev 2016-11-11 11:01:05 +08:00
Project Philly cbcea1b534 Integrate nikosk/pull997 into master 2016-11-10 16:35:28 -08:00
unknown 249989b95f Merge branch 'master' into qiwye/asgd-dev
# Conflicts:
#	CNTK.sln
#	Makefile
2016-11-10 16:50:46 +08:00
Nikos Karampatziakis e081b6fab3 whitespace 2016-11-09 19:16:09 -08:00
Nikos Karampatziakis 452bd0f28a Incorporated most CR feedback 2016-11-09 19:09:18 -08:00
Nikos Karampatziakis c406520b47 incorporated some cr feedback 2016-11-09 13:17:08 -08:00
Mark Hillebrand 88065644f7 Merge remote-tracking branch 'origin/master' into mahilleb/pr/874 2016-11-09 14:01:33 +00:00
Project Philly 12b1c23fd0 Integrate zhouwang/pr899 into master 2016-11-09 06:00:04 -08:00
Zhou Wang 28fc07483f add CPPEvalExtendedClient to examples
disable checking result as the model trained with 1 epoch during test is not accurate enought to produce correct results under each build flavor.
2016-11-09 13:17:12 +01:00
Zhou Wang 7f06c917cf fix index bug, add test project, adjust example project, integrate into
E2E tests
2016-11-09 13:15:43 +01:00
yuxiao.guo 814381b9a8 1. Fixed some known merging problems
2. Fixed a bug of EndForwardProp in BatchNormalization
2016-11-09 17:26:00 +08:00
Nathan Luehr 4670158510 Added NCCL support to SimpleDistGradAggregator 2016-11-08 18:15:01 -08:00
Qiwei Ye 345f259190 Addressed CR comments 2016-11-08 19:59:19 +08:00
Qiwei Ye 0b93d7b0de revert unexpected change 2016-11-07 19:36:30 +08:00
Qiwei Ye af999a1144 revert makefile: libEval depends on SGDLib, which will depends on Multiverso 2016-11-07 19:23:28 +08:00
Qiwei Ye 71d68c8b5e update makefile to latests 2016-11-06 13:11:20 +08:00
Qiwei Ye f1da36427f Merge branch 'master' into qiwye/asgd-dev 2016-11-06 12:49:20 +08:00
Marco Fiscato f835b4095b fix for python in docker 2016-11-04 12:00:08 +00:00
Qiwei Ye ff03e400d2 fix linux build 2016-11-03 17:31:28 +08:00
Fei Gao 7cc84c8731 Fix Makefile seperator issue 2016-11-01 20:13:58 -07:00
Fei Gao 70ca67c09b Fix makefile tab separator issue 2016-11-01 18:52:25 -07:00
Fei Gao 10b40dfffa Linux Build OK 2016-11-01 06:59:10 -07:00
Qiwei Ye 5f8e9c6385 Merge branch 'qiwye/asgd-dev' of https://github.com/Microsoft/CNTK into qiwye/asgd-dev 2016-11-01 20:42:49 +08:00
feiga 060e9f678d Update Makefile for the new added ASGDHelper.cpp file 2016-11-01 20:36:24 +08:00
Qiwei Ye 42e5ea1328 remove unnecessary dependency; adding debug version 2016-11-01 16:29:18 +08:00
Momcilo Vasilijevic 6fb30c545d Add accumulator node
Value of accumulator node contains mean sample value of its input node
values since the beginning of training epoch.
Also, refactor crop node tests. Dummy input node was as part of epoch
accumulator node tests. Removing class with the same functionality from
crop node tests and reusing newly introduced one.
2016-10-28 09:54:25 -07:00