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

Nafnet is neither supported nor unsupported in mmagic/api/mmagic_inferencers.py #1872

Closed
3 tasks done
zhongqiu1245 opened this issue May 24, 2023 · 1 comment · Fixed by #1873
Closed
3 tasks done
Assignees
Labels
kind/bug something isn't working

Comments

@zhongqiu1245
Copy link

Prerequisite

Task

I'm using the official example scripts/configs for the officially supported tasks/models/datasets.

Branch

main branch https://github.com/open-mmlab/mmagic

Environment

Environment is OK.
This question was found in mmagic/api/mmagic_inferencers.py.
It only appears when I want to use NAFNet with MMagicInferencer (MMagicInferencer("nafnet"))

Reproduces the problem - code sample

from mmagic.api import MMagicInferencer
editor = MMagicInferencer('nafnet')

Reproduces the problem - command or script

from mmagic.api import MMagicInferencer
editor = MMagicInferencer('nafnet')

Reproduces the problem - error message

Model nafnet is not supported.

BUT, I read mmagic/api/mmagic_inferencers.py, then I found NAFNet was not in unsupported list either.

Additional information

No response

@zhongqiu1245 zhongqiu1245 added the kind/bug something isn't working label May 24, 2023
@Z-Fran
Copy link
Collaborator

Z-Fran commented May 25, 2023

We will support it soon

@Z-Fran Z-Fran self-assigned this May 25, 2023
@Z-Fran Z-Fran linked a pull request May 25, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants