ultralytics 8.1.30 add advanced HUB train arguments (#9110)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
a62cdab53a
commit
8617fcf32d
3 changed files with 18 additions and 19 deletions
|
|
@ -124,7 +124,7 @@ class Model(nn.Module):
|
|||
# Check if Ultralytics HUB model from https://hub.ultralytics.com
|
||||
if self.is_hub_model(model):
|
||||
# Fetch model from HUB
|
||||
checks.check_requirements("hub-sdk>0.0.2")
|
||||
checks.check_requirements("hub-sdk>=0.0.5")
|
||||
self.session = self._get_hub_session(model)
|
||||
model = self.session.model_file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue