ultralytics 8.0.68 HUB zipfile without suffix fix (#1877)
Co-authored-by: Damiano Ferrari <34270884+ferraridamiano@users.noreply.github.com>
This commit is contained in:
parent
2725545090
commit
d3f097314f
5 changed files with 13 additions and 11 deletions
|
|
@ -58,7 +58,7 @@ class HUBTrainingSession:
|
|||
raise ValueError(f'Invalid HUBTrainingSession input: {url}')
|
||||
|
||||
# Authorize
|
||||
auth = Auth(key)
|
||||
auth = Auth(key, verbose=False)
|
||||
self.agent_id = None # identifies which instance is communicating with server
|
||||
self.model_id = model_id
|
||||
self.model_url = f'https://hub.ultralytics.com/models/{model_id}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue