-
Notifications
You must be signed in to change notification settings - Fork 43
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
Questions about Train #37
Comments
Hi @wanan0414 Yes ! the codebase supports training on any datasets for classification tasks. Here's a command prompt assuming you are running on 8 GPUs (but it is also easy to extend for multi-node setup). You need to specify Although I recommend trying different learning rates Needless to say, any of our MambaVision variants can be specified such as
Hope this helps but let me know if there's any issue. |
The above also assumes that images of each class are placed within the same folder under both train or validation as shown in the following:
|
Hi @ahatamiz |
Hi @wanan0414 In this case, validate.py can be used to test the model's performance on your test set, assuming it's different from your validation set. |
I'm going to do a radar signal classification task, and using the pre-training weights from imagenet isn't appropriate. I also don't have enough dataset for pre-training here, is it possible to train directly with supervised learning using only a training set with 22000 data volume and a test set? Looking forward to your answer!
The text was updated successfully, but these errors were encountered: