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 set up a self-hosted ClearML instance, but every time I try to run an experiment, the worker running the experiment installs the necessary Ubuntu and Pip packages, and then just stalls without any further output and without ever finishing.
The expected behaviour would be that the experiment finishes and gives the same output as the XGBoost simple example, which has the following console output:
2021-04-24 23:05:04 ClearML Task: created new task id=825e0c18fe0641d997dd70736402f7c0
2021-04-24 23:05:09 ClearML results page: https://app.community.clear.ml/projects/fe39a015c33548069314a7a4190c5418/experiments/825e0c18fe0641d997dd70736402f7c0/output/log
2021-04-24 23:05:11 ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
2021-04-24 23:05:36 [00:05:36] WARNING: /workspace/src/learner.cc:480:
Parameters: { silent } might not be used.
This may not be accurate due to some parameters are only used in language bindings but
passed down to XGBoost core. Or some parameters are not used but slip through this
verification. Please open an issue if you find above cases.
2021-04-24 23:05:46 2021-04-25 00:05:46,989 - clearml.storage - INFO - Starting upload: /tmp/.clearml.upload_model_mi3qr561.tmp => https://files.community.clear.ml/examples/XGBoost simple example.825e0c18fe0641d997dd70736402f7c0/models/xgb.01.model
2021-04-24 23:05:48 2021-04-25 00:05:48,578 - clearml.Task - INFO - Completed model upload to https://files.community.clear.ml/examples/XGBoost%20simple%20example.825e0c18fe0641d997dd70736402f7c0/models/xgb.01.model
2021-04-24 23:05:56 2021-04-25 00:05:56,565 - clearml.storage - INFO - Starting upload: /tmp/.clearml.upload_model_n8g8ik7_.tmp => https://files.community.clear.ml/examples/XGBoost simple example.825e0c18fe0641d997dd70736402f7c0/models/xgb.02.model
Accuracy: 100.00%
2021-04-24 23:05:57 2021-04-25 00:05:57,817 - clearml.Task - INFO - Completed model upload to https://files.community.clear.ml/examples/XGBoost%20simple%20example.825e0c18fe0641d997dd70736402f7c0/models/xgb.02.model
2021-04-24 23:06:03 2021-04-25 00:06:03,896 - clearml.Task - INFO - Waiting to finish uploads
2021-04-24 23:06:06 2021-04-25 00:06:06,791 - clearml.Task - INFO - Finished uploading
Environment
Server type: Self-hosted
ClearML SDK Version: Not sure
ClearML Server Version: 1.16.2-502
Python Version: 3.6.13
OS: Linux Ubuntu 22.04.4 LTS
Related Discussion
If this continues a slack thread, please provide a link to the original slack thread.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have set up a self-hosted ClearML instance, but every time I try to run an experiment, the worker running the experiment installs the necessary Ubuntu and Pip packages, and then just stalls without any further output and without ever finishing.
To reproduce
Expected behaviour
The expected behaviour would be that the experiment finishes and gives the same output as the XGBoost simple example, which has the following console output:
Environment
Related Discussion
If this continues a slack thread, please provide a link to the original slack thread.
The text was updated successfully, but these errors were encountered: