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

How to train resT, not resT-v2 #23

Open
Jihyepark98 opened this issue Jun 12, 2022 · 1 comment
Open

How to train resT, not resT-v2 #23

Jihyepark98 opened this issue Jun 12, 2022 · 1 comment

Comments

@Jihyepark98
Copy link

Hello. I want to train resT on my own dataset.
Therefore, I tried to write the model name 'rest_base' on args.model since this name exists in rest.py file.
However the error 'unrecognized arguments: -model rest_base' occured.

So which commands can I enter into args.model in order to train resT v1?

@wofmanaf
Copy link
Owner

Make sure 'from .rest import *' is in 'models/__init__.py'.
In addition, ' -model rest_base' should be ' --model rest_base'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants