You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with Ultralytics:
Parameter "freeze" can be str or int or None. If i pass freeze : str = "22" then it does not freeze model layers at all. But if I pass freeze: int = 22, it freezes all layers I need. How to specify type in UI to solve such problems "online".
The text was updated successfully, but these errors were encountered:
I have a problem with Ultralytics:
Parameter "freeze" can be
str
orint
orNone
. If i passfreeze : str = "22"
then it does not freeze model layers at all. But if I passfreeze: int = 22
, it freezes all layers I need. How to specify type in UI to solve such problems "online".The text was updated successfully, but these errors were encountered: