mirror of
https://github.com/clearml/clearml
synced 2025-02-08 05:43:14 +00:00
Skip hparams with non-basic types
This commit is contained in:
parent
f6238b8a0f
commit
1633af28e2
@ -1096,6 +1096,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
|||||||
", ".join("%s[%s]" % p for p in not_allowed.items()),
|
", ".join("%s[%s]" % p for p in not_allowed.items()),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
new_parameters = {k: v for k, v in new_parameters.items() if k not in not_allowed}
|
||||||
|
|
||||||
use_hyperparams = Session.check_min_api_version('2.9')
|
use_hyperparams = Session.check_min_api_version('2.9')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user