-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Apply different lr scheduler of pytorch for yolact++ #736
Comments
@Elizbellou did you find any solution for this? |
Sorry, for the delay.aybe you've already found a solution. I didn't exactly used a lr scheduler algorithm, however by just changing lr and lr steps according to max iterations in the config file, it raised mAP about 2-4%. By default it multiplies lr0 with 0.1 at every lr step, if I remember well.. So, to your question if you find the file where this math equation is defined, u can change that with your own schedule. If changes to other files are required I guess it will bring up an error so you go along and fix it. |
Hi Can you let me know how did you install the YOLACT++? |
@Jessica-hub Hi, it's been a long time but according to my notes, I started just like yolact , git clone yolact, prepare dataset and do the custom modifications in config file, but then I followed some steps to apply deformable convolutions: 1. I got torch=1.1+cu8
|
Hello, I would like to change the default lr scheduler for yolact using one of the pytorch lr schedulers in an attempt to improve mAP (I use September's update yolact++ with custom dataset). So, in which file should I make changes and which lines? Thank u in advance for your help
The text was updated successfully, but these errors were encountered: