Does lr_find and fit_one_cycle work with optimizers other than SGD with momentum such as Adam, AdamW, RMSProp. Can someone please give a brief explanation.
How does one get started with object detection? I noticed that this topic was not covered in the course. I am kinda fascinated with this topic. Could someone be kind as to point me towards the relevant resources. I know about the different APIs like detectron, tensorflow object detection but i wanted to start from scratch at first
hey Ayushman,
1- lr_find and fit_one_cycle both train the model with Adam as default (you can also find the answer by looking at source code or documentation )
2- I’m also interested in that field but as far as I know course v3 is not focused on that but you can take a look at lesson 8 and 9 of the 2018 version (v2) of the course. You can find the notebooks in the forum if you search. Also videos are available on Jeremy’s YouTube channel
Regards