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

Add TransformerLayer, TransformerBlock, C3TR modules #2333

Merged
merged 18 commits into from
Apr 1, 2021

Commits on Feb 6, 2021

  1. yolotr

    dingyiwei committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4fa9326 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. transformer block

    dingyiwei committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b479d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a8f21 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Remove bias in Transformer

    dingyiwei committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    9a1dee8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Remove C3T

    dingyiwei committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d27066f View commit details
    Browse the repository at this point in the history
  2. Remove a deprecated class

    dingyiwei committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3a2b403 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    e3bdf31 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. put the 2nd LayerNorm into the 2nd residual block

    DingYiwei committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    258f6b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. merge ultralytics:master

    glenn-jocher committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    85297a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b0fdc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e17af View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Remove LN in Transformer

    dingyiwei committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    23c9ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b8346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e5f0e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. cleanup

    glenn-jocher committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    feb4e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38b59b View commit details
    Browse the repository at this point in the history
  3. merge master

    glenn-jocher committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4d58290 View commit details
    Browse the repository at this point in the history
  4. PEP8 reformat

    glenn-jocher committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5fd5b86 View commit details
    Browse the repository at this point in the history