Soo
(Hyeonsoo Lee)
July 25, 2019, 8:32am
1
Hello! I’m learning how to use fastai in recent days.
I want to use swa in fastai for ensemble.
In last year, there was an implementation for this, but I couldn’t find it now in latest version.
If I need to implement it, which part of callback function should I use?
Thanks!
1 Like
adrian
(adrian)
November 3, 2019, 12:06pm
2
See writeup by William Horton here:
How I discovered a new deep learning paper on Twitter, replicated its results, and submitted an open-source implementation
Reading time: 11 min read
Though I can’t see implementation of SWA in v1 or v2, may need to take the post as a guide to implement it
3 Likes
dharikarsath
(Dharik Arsath Abdul Rahuman)
March 28, 2024, 10:27pm
3
Hi, I am looking for SWA in fastai ,could anyone provide implementation resource for SWA in latest FastAI. I could not find anything on internet, also Pytorch contrib has swa implementation, can we use by making custom optimizer in FastAI