iKrishneel / efficient_net_v2

Pytorch implementation of efficientnet v2 backbone with detectron2 for object detection (Just for fun)
https://arxiv.org/pdf/2104.00298.pdf
10 stars 3 forks source link

Dropout #4

Open ammarmuflih opened 1 year ago

ammarmuflih commented 1 year ago

Hello, first of all I really appreciate the repository you have created. I would like to ask if it is possible to add dropout to efficientnetv2? If so, how can I implement it? Which code should I modify or add? Thanks