Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fffffgggg54 committed Jul 31, 2024
1 parent fdaeca0 commit faba057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def main():
bn_eps=args.bn_eps,
scriptable=args.torchscript,
checkpoint_path=args.initial_checkpoint,
features_only=args.use_pyramid_head,
features_only=args.use_pyramid_head or args.use_fp2t,
**factory_kwargs,
**args.model_kwargs,
)
Expand Down

0 comments on commit faba057

Please sign in to comment.