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
Calling one of the reporting methods of the OutputModel class after its task has been set offline results in an error. The method crashes with the following error:
File "/home/(...)/.venv/lib/python3.9/site-packages/clearml/backend_interface/metrics/interface.py", line 62, in __init__
offline_folder = Path(task.get_offline_mode_folder())
AttributeError: 'OutputModel' object has no attribute 'get_offline_mode_folder'
I would have expected the OutputModel class to either log the metrics in its local file system or, if this is not possible, raise an error earlier when it was initialized with an offline task.
Environment
Server type (self hosted \ app.clear.ml) : self-hosted
ClearML SDK Version : 1.13.2
ClearML Server Version : 1.12.0-393
Python Version : 3.9.18
OS : Ubuntu 20.04
Related Discussion
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling one of the reporting methods of the OutputModel class after its task has been set offline results in an error. The method crashes with the following error:
To reproduce
Here is a code bit reproducing this error:
Expected behaviour
I would have expected the OutputModel class to either log the metrics in its local file system or, if this is not possible, raise an error earlier when it was initialized with an offline task.
Environment
Related Discussion
N/A
The text was updated successfully, but these errors were encountered: