Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev zany fun9 #303

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Dev zany fun9 #303

wants to merge 12 commits into from

Commits on Dec 6, 2020

  1. Create dmr.py

    add model DMR(AAAI2020)
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    5df0ea2 View commit details
    Browse the repository at this point in the history
  2. Update dmr.py

    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    11f217d View commit details
    Browse the repository at this point in the history
  3. Update core.py

    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    7fd0049 View commit details
    Browse the repository at this point in the history
  4. Update core.py

    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    5376883 View commit details
    Browse the repository at this point in the history
  5. Update sequence.py

    Update:
    1.SequencePoolingLayer(add padding_first)
    2.AttentionSequencePoolingLayer(add padding_first,causality,self_attention)
    Add:
    1.Add a new layer: PositionalEncoding(Layer)
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    8d32764 View commit details
    Browse the repository at this point in the history
  6. Update core.py

    Update:
    1.LocalActivationUnit(add self attention that used in DMR. )
    Add:
    1.EmbeddingIndex(From deepmatch,will used in DMR)
    2.SampledSoftmaxLayer(From deepmatch,will used in DMR)
    3.PoolingLayer(From deepmatch,will used in DMR)
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    19d35d0 View commit details
    Browse the repository at this point in the history
  7. Create run_dmr.py

    an example to run dmr
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    5b85c62 View commit details
    Browse the repository at this point in the history
  8. update init

    add from .dmr import DMR
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    7e40894 View commit details
    Browse the repository at this point in the history
  9. Create __init__.py

    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    b3a1a14 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Add DMR model
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    6576a95 View commit details
    Browse the repository at this point in the history
  11. Update __init__.py

    add SampledSoftmaxLayer,EmbeddingIndex,PoolingLayer,PositionalEncoding
    ZanyFun9 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    f04fa52 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Update setup.py

    change h5py version
    ZanyFun9 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    d20e25c View commit details
    Browse the repository at this point in the history