Skip to content

Commit

Permalink
Update vision_transformer_hybrid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 25, 2024
1 parent 15401ee commit a906eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fl_common/models/vision_transformer_hybrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_vision_transformer_hybrid_model(
)
except RuntimeError as e:
print(
f"{vision_transformer_hybrid_type} - Error loading pretrained model: {e}"
f"{vision_transformer_hybrid_type} - Error loading pretrained model: {e}",
)
return create_model(
vision_transformer_hybrid_type,
Expand Down

0 comments on commit a906eba

Please sign in to comment.