Skip to content

Commit

Permalink
Update train_cvusa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ytao-wang authored Sep 20, 2024
1 parent 45347c5 commit 63df5ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions train_cvusa.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Configuration:

net: str = 'mfrgn_cvact_gpu4_0.0001_e50_autocast'
net_file = 'model/mfrgn.py'

# Model
model: str = 'convnext_base.fb_in22k_ft_in1k' #'convnext_base.fb_in22k_ft_in1k_384' convnext_tiny.fb_in22k_ft_in1k_384

# is use polar
is_polar: bool = False
Expand Down

0 comments on commit 63df5ad

Please sign in to comment.