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

Any plan for OFA or BigNAS implementation? #11

Closed
raymon-tian opened this issue Dec 24, 2021 · 3 comments
Closed

Any plan for OFA or BigNAS implementation? #11

raymon-tian opened this issue Dec 24, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@raymon-tian
Copy link

Hi, thanks for your hard working.
Can I know if there are some plans for OFA or BigNAS algorithm implementation?

@raymon-tian raymon-tian added the enhancement New feature or request label Dec 24, 2021
@HIT-cwh
Copy link
Collaborator

HIT-cwh commented Dec 24, 2021

Hi, thanks for your hard working. Can I know if there are some plans for OFA or BigNAS algorithm implementation?

Actually we have reserved interfaces for OFA. The Progressive Shrinking in OFA can be implemented by setting different space_mask in different training stages.
OFA is in our plan but it could be a long time. And we wil appreciate it if you can contribute to us.
By the way, the definition of space_mask can be find here and it can be used like this

@raymon-tian
Copy link
Author

Hi, thanks for your hard working. Can I know if there are some plans for OFA or BigNAS algorithm implementation?

Actually we have reserved interfaces for OFA. The Progressive Shrinking in OFA can be implemented by setting different space_mask in different training stages. OFA is in our plan but it could be a long time. And we wil appreciate it if you can contribute to us. By the way, the definition of space_mask can be find here and it can be used like this

thanks for your reply.

@pppppM
Copy link
Collaborator

pppppM commented Dec 25, 2021

If you are interested in reproducing OFA or BigNAS, welcome to make a PR, and we can develop it together. @raymon-tian

pppppM pushed a commit to pppppM/mmrazor that referenced this issue Jul 15, 2022
* add resources

* fix known_third_party

* fix known_third_party

* fix known_third_party

* refactor resources

Co-authored-by: qiufeng <qiufeng3217@gmail.com>
pppppM added a commit to pppppM/mmrazor that referenced this issue Jul 15, 2022
* Base Framework (open-mmlab#24)

* Base Framework

* [Feature] Add loss

* [Feature] Add op (open-mmlab#4)

* [Feature] Add mutator (open-mmlab#3)

* [Feature] Add mutable (open-mmlab#2)

* [Feature] Add architecture (open-mmlab#1)

* [Docs] Add Docs (open-mmlab#6)

* add docs

* fix known_third_party

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* update docs (open-mmlab#12)

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add README (open-mmlab#10)

* add readme

* refactor readme

* add logo

* update release time

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add Resources (open-mmlab#11)

* add resources

* fix known_third_party

* fix known_third_party

* fix known_third_party

* refactor resources

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* add pytest (open-mmlab#18)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* add utils (open-mmlab#17)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* add distillers (open-mmlab#16)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* add pruners (open-mmlab#15)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* fix bug

* update docstring (open-mmlab#20)

* Prepare for open source (open-mmlab#23)

* update MMRazor description

* update Github action

* add Mircosoft copyright

* update requirements

* fix  a bug

* fix a typo

Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>

* fix readme and pre-commit

* rename tutorials

* fix a bug

* pass lint

Co-authored-by: pppppM <67539920+pppppM@users.noreply.github.com>
Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>
pppppM added a commit to pppppM/mmrazor that referenced this issue Jul 15, 2022
* Base Framework (open-mmlab#24)

* Base Framework

* [Feature] Add loss

* [Feature] Add op (open-mmlab#4)

* [Feature] Add mutator (open-mmlab#3)

* [Feature] Add mutable (open-mmlab#2)

* [Feature] Add architecture (open-mmlab#1)

* [Docs] Add Docs (open-mmlab#6)

* add docs

* fix known_third_party

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* update docs (open-mmlab#12)

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add README (open-mmlab#10)

* add readme

* refactor readme

* add logo

* update release time

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* [Docs] Add Resources (open-mmlab#11)

* add resources

* fix known_third_party

* fix known_third_party

* fix known_third_party

* refactor resources

Co-authored-by: qiufeng <qiufeng3217@gmail.com>

* add pytest (open-mmlab#18)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* add utils (open-mmlab#17)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* add distillers (open-mmlab#16)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* add pruners (open-mmlab#15)

Co-authored-by: caoweihan <caoweihan@sensetime.com>

* fix bug

* update docstring (open-mmlab#20)

* Prepare for open source (open-mmlab#23)

* update MMRazor description

* update Github action

* add Mircosoft copyright

* update requirements

* fix  a bug

* fix a typo

Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>

* fix readme and pre-commit

* rename tutorials

* fix a bug

* pass lint

Co-authored-by: pppppM <67539920+pppppM@users.noreply.github.com>
Co-authored-by: humu789 <humu@pjlab.org.cn>
Co-authored-by: humu789 <88702197+humu789@users.noreply.github.com>
Co-authored-by: qiufeng <44188071+wutongshenqiu@users.noreply.github.com>
Co-authored-by: qiufeng <qiufeng3217@gmail.com>
Co-authored-by: caoweihan <caoweihan@sensetime.com>
humu789 pushed a commit to humu789/mmrazor that referenced this issue Feb 13, 2023
* better tensorrt cpp code

* fix end of file
humu789 pushed a commit to humu789/mmrazor that referenced this issue Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants