Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Redefine RegNetY 64GF to better performing model (#748)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #748

Reviewed By: kazhang

Differential Revision: D28910117

fbshipit-source-id: 19167667d59d5a7aab7fe82316e110070ea5e230
  • Loading branch information
mannatsingh authored and facebook-github-bot committed Jun 9, 2021
1 parent d09e519 commit 730680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classy_vision/models/regnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def __init__(self, **kwargs):
# Output size: 2976 feature maps
super().__init__(
RegNetParams(
depth=20, w_0=368, w_a=102.79, w_m=2.05, group_width=496, **kwargs
depth=20, w_0=352, w_a=147.48, w_m=2.4, group_width=328, **kwargs
)
)

Expand Down

0 comments on commit 730680d

Please sign in to comment.