Hello everyone, I am a new user for ClearML, I have one question: I created the dataset, and upload files successfully by class https://clear.ml/docs/latest/...
3 years ago
Hi, is there a way to get the tasks commit_id using the SDK ?
3 years ago
Weird error; my local execution hung with ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 2022-03-07 ...
3 years ago
Also (unrelated), I noticed that after the upgrade to ClearML Server 1.2.0, the AWS (MinIO) credentials are not saved/used. It keeps asking for them whenever...
3 years ago
Hi! Is there a way to export the credentials of the AWS account only during the creation of the docker? I don’t want every user in my team to know the creden...
3 years ago
Hello people 🙂 I wanted to use the client API of clearml to do some analysis on the metadata of my experiments . For instance I would like to get the durati...
3 years ago
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
3 years ago
Is there any problem with the website? https://clear.ml/
3 years ago
Looks like the website is down. When I try to create task, I get the following error Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=2...
3 years ago
After resetting and enqueueing a task, the pip installation procedure in a remote agent tries to install packages different from packages that were installed...
3 years ago
Hello, is there a way to control the stats from workers and queues that are written to ES, for instance add an ILM etc..?
3 years ago
is there a way of changing the name of the user that created the task? https://clearml.slack.com/archives/CTK20V944/p1620554574470200 This doesn't appear on ...
3 years ago
Hi, I'm conceptually struggling to understand how to get my models to be saved permanently by my self-hosted ClearML server. As it stands now, when I train a...
3 years ago
Two questions today. First, is there some way to calculate the number of GPU-hours used for a project? Could I select all experiments and count up the number...
3 years ago
Second: is there a way to take internally tracked training runs and publish them publicly, e.g. for a research paper? "Appendix A: training runs can be found...
3 years ago
HI, Can I get the minimum system requirement for Clearml-server.
3 years ago
Hi, yesterday I updated the Clearml server, now all my tasks disappeared, there are only the demo tasks on the interface. But the data is still in the /opt/c...
3 years ago
Hi, I would like to understand how I can set the pip cache location for my agent, I thought that I already had the right setting with docker_internal_mounts....
3 years ago
Hello! tell me please, is it intended that nan values are converted to 0 when logging? upd: I see NAN in the tensorboard, and 0 in Clearml. upd2: use v1.1.*
3 years ago
Hello, I want to report a confusion matrix with the values fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0',...
3 years ago
Hey, this might not be an issue related to ClearML itself but to the server it's hosted on but I'm not sure, would be happy to get assistance. When navigatin...
3 years ago
Hey, is there a way to limit the number of tasks run at the same time by an agent in service mode?
3 years ago
Hello, I'd like to ask questions about TaskScheduler How to use the previous created TaskScheduler? Should I use the same TaskScheduler to create cron like t...
3 years ago
Please tell me, when migrating a local server, we have problems that the saved images are not displayed, it says "Unable to load image" and links to the old ...
3 years ago
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
3 years ago
Hello, I'm following the tutorial of https://clear.ml/docs/latest/docs/guides/frameworks/pytorch/notebooks/image/hyperparameter_search/ . In my understanding...
3 years ago
Prev, i worked with Clearml (1 year back) and back then, we config Seldon Core for the deployment and Clearml for the training.. Now there is clearml-serving...
3 years ago
Another qn, is clearml-data analogous to a feature-store
3 years ago
Hi, is clearml support creating new tasks while in offline mode? I'm trying to run the following: from clearml import Task Task.set_offline(True) task = Task...
3 years ago
Hi, how can I easily start a shell script from within an experiment and have its logs (stdin/err) logged in clearml?
3 years ago