-
Notifications
You must be signed in to change notification settings - Fork 17
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
Where is train.py #10
Comments
where is the train.py? |
Hi, Check this out. This fork fixes all the import issues. https://github.com/kevinz8866/MobileFormer |
@kevinz8866 Hi,did you encounter RuntimeError: Unknown model (mobile_former_294m) in timm? and if so, can you share some experience?Please |
@lhl12395 I can't recall that issue. Chechout my fork that fixes import issues or provide your steps to reproduce the issue so that I could take a closer look. Cheers. |
@kevinz8866 Thanks for your reply. I resolve this problem just now. I forgot import mobile_former in _init.py. Have a good day. Cheers. |
ok, thankyou |
Hello, are you following
environment configured? I noticed the function create_scheduler_v2 in the code, but it seems that timm officially added this function only in the 0.8 dev version. When I upgraded the timm version, I got the Unknown model (mobile_former_294m) in timm issue you mentioned. In which __init.py file did you add mobile_former? |
Hello,You should execute the following code: This makes the timm editable. |
|
I do not see the file "train.py" for start training.
The text was updated successfully, but these errors were encountered: