Reputation
Badges 1
12 × Eureka!In some case people have the same mistake:
Sometimes when you reload your server or when you are developping, the error can come from the browser cookies and not directly the server, my server started right but I restarted it and nothing appeared on my browser, switching to another browser fixed the issue
shouldn't we have a clearml interface like the one on the website ?
Hello,
This is my train.pymodel = ModelParams(cfg.get("model", None))opt = OptimizationParams(cfg.get("optimization", None))cmlparams = ClearmlParams(cfg.get("clearml", None))pipeline: "PipelineParams" = PipelineParams(cfg=cfg.get("pipeline", None))test_iterations_default = (list(range(0, 100)) + list(range(100, 1000, 10)) + list(range(1000, 10000, 50)))GS_loger: "loggingGS" = cfg.get("gs_logger", None)
` test_iterati...
Like my connect configuration on clearml look like this 😞
Sometimes I have " connection refused" when I logged my task but I've never been able to understand why exactly.
I followed the tutorial to setup my server except I didn't set up any of the experted parameters ," clearml_agent key" " CLEARML_host_IP" / " CLEARML_AGENT_GIT_PASS" ...
Eventually I just run this command
docker compose -f opt/clearml/docker-compose.yml
Is their any threat with upgrading( such as losing some logs?)
Thank you very much !
Edit: I saw the link on the website I will think about it
when I print task.data.runtime I have this
the runtime is {'ide': 'VSCode', 'CLEARML VERSION': 'clearml-2.0.0', 'CLI': 'train.py', 'progress': '100', 'platform': 'linux', 'python_version': '3.8.20', 'python_exec': '/opt/conda/envs/myenv/bin/python', 'OS': 'Linux-5.15.0-100-generic-x86_64-with-glibc2.17', 'processor': 'x86_64', 'cpu_cores': 16, 'memory_gb': 62.5, 'hostname': 'hostname', 'gpu_count': 2, 'gpu_type': 'NVIDIA TITAN V, ', 'gpu_memory': '12GB, 24GB', 'gpu_driver_version': '545.29....
this is the logs of my clearml server
from the webapp UI : WebApp: 1.11.0-373 • Server: 1.11.0-373 • API: 2.25
the output of the logs ( command docker-compose -f /opt/clearml/docker-compose.yml ) are :
I have this error on clearml-elastic when I launch the docker-compose
learml-elastic | {"@timestamp":"2025-06-23T15:58:38.987Z", "log.level":"ERROR", "message":"fatal exception while booting Elasticsearch", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"main","log.logger":"org.elasticsearch.bootstrap.Elasticsearch","elasticsearch.node.name":"clearml","elasticsearch.cluster.name":"clearml","error.type":"java.lang.IllegalStateExcepti...