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

Merge dev-1.x to 1.x #617

Merged
merged 11 commits into from
Dec 7, 2022
Merged

Merge dev-1.x to 1.x #617

merged 11 commits into from
Dec 7, 2022

Commits on Nov 10, 2022

  1. [Docs] update readthedocs rst and menu button (#572)

    * update the version switcher menu
    
    * update rst
    
    * update
    
    * update
    fangyixiao18 authored and YuanLiuuuuuu committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1835af3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. [Refactor] refactor file io and add ut (#582)

    * remove fileclient
    
    * add ut
    fangyixiao18 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a4e9f8f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. [Community] Add './projects' folder and an example (#586)

    * add projects folder and readme
    
    * refine description
    
    * fix lint
    
    * update ci
    
    * update
    
    * refine docs
    fangyixiao18 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6db0433 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update CI and UT (#601)

    * update ci
    
    * update ut
    
    * fix lint
    
    * update
    fangyixiao18 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    bc0807d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. [Feature]: Add BEiT Support (#425)

    * [Feature]: Add BEiT Support
    
    * [Fix]: fix bugs after update
    
    * [Fix]: fix bugs in backbone
    
    * [Refactor]: refactor config
    
    * [Feature]: Support BEiTv2
    
    * [Fix]: Fix UT
    
    * [Fix]: rename some configs
    
    * [Fix]: fix beitv2neck
    
    * [Refactor]: refactor beitv2
    
    * [Fix]: fix lint
    
    * refactor configs
    
    * refactor beitv2
    
    * update configs
    
    * add dalle target generator
    
    * refactor for beitv1
    
    * refactor rel_pos_bias of beit
    
    * update configs
    
    * update configs
    
    * update v1 configs
    
    * update v2 configs
    
    * refactoe layer decay
    
    * update unittest
    
    * fix lint
    
    * fix ut
    
    * add docstrings
    
    * rename
    
    * fix lint
    
    * add beit model and log links
    
    * fix lint
    
    * update according to review
    
    * update
    
    * update
    
    * update LearningRateDecayOptimWrapperConstructor
    related configs
    
    * update init and backbone
    
    * update neck and vqkd
    
    * refactor neck
    
    * fix lint
    
    * add some comments
    
    * fix typo
    
    Co-authored-by: 任琴 <PJLAB\renqin@shai14001114l.pjlab.org>
    Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
    3 people committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7a7b048 View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix dependence and key bug (#611)

    * fix dependence bug
    
    * fix
    fangyixiao18 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8b56a78 View commit details
    Browse the repository at this point in the history
  3. [Feature]: MILAN supported (#600)

    * [Feature]: Add milan ft config
    
    * [Feature]: Add milan linear prob
    
    * [Feature]: Set diff rank seed in mae ft
    
    * [Feature]: V1
    
    * [Feature]: Add target generator
    
    * [Feature]: Add MILAN head and loss
    
    * [Feature]: Refine milan
    
    * [Feature]: Delete redundant mask and ids_shuffle
    
    * [Feature]: Delete redundant return value of attention masking
    
    * [Feature]: Detele return attention param
    
    * [Feature]: Add typehint and docstring for PromptDecoder and PromptAttention
    
    * [Feature]: Add type hint and docstring
    
    * [Feature]: Fix lint
    
    * [Fix]: Remove petrel backend
    
    * [Feature]: Delete redundant code in clip
    
    * [Feature]: Add ut for milan algorithm
    
    * [Feature]: Delete redundant code
    
    * [Feature]: Use mock for target generator
    
    * [Feature]: Add docstring
    
    * [Feature]: Create classification folder in milan
    
    * [Feature]: Add README
    
    * [Feature]: Add metafile
    
    * [Feature]: Add main paper readme
    
    * [Feature]: Update model zoom
    
    * [Feature]: Fix review
    
    * [Feature]: Fix config path bug
    
    * [Feature]: Fix review#2
    
    * [Feature]: Delete MILAN loss
    
    * [Fix]: Add metafile
    
    * [Fix]: Fix lint
    
    * [Feature]: Change the test milan
    
    * [Feature]: Update the config file name
    YuanLiuuuuuu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d73c953 View commit details
    Browse the repository at this point in the history
  4. [Feature] Support pixel reconstruction visualization (#570)

    * refactor reconstruction visualization
    
    * support simmim visualization
    
    * fix reconstruction bug of MAE
    
    * support visualization of MaskFeat
    
    * refaction mae visualization demo
    
    * add unit test
    
    * fix lint and ut
    
    * update
    
    * add docs
    
    * set random seed
    
    * update
    
    * update docstring
    
    * add torch version check
    
    * update
    
    * rename
    
    * update version
    
    * update
    
    * fix lint
    
    * add docstring
    
    * update docs
    fangyixiao18 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    73cd764 View commit details
    Browse the repository at this point in the history
  5. [Docs] add readthedocs algorithm pages and fix some displaying error (#…

    …599)
    
    * update algo readme
    
    * add script to generate algo pages in model zoo
    
    * fix lint
    
    * update requirements
    
    * fix lint
    
    * update title
    
    * fix readthedocs docstring displaying error
    
    * update gitignore
    
    * fix displaying
    
    * fix lint
    fangyixiao18 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b74c3bb View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Bump version to v1.0.0rc4 (#613)

    * Bump version to v1.0.0rc4
    
    * fix typo
    fangyixiao18 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c11ac99 View commit details
    Browse the repository at this point in the history