Slack admins will create a clreaml-general channel where event announcements and library updates will be posted
3 years ago
Has anyone encountered the following WebUI issue? When leaving a tab open for a while (on the experiments list detailed view), the "Load More" button occasio...
3 years ago
I have open source version of clearml-server 1.4.0 installed in our k8s cluster. I was manually cleaning up old experiments through UI. For that I have selec...
3 years ago
i've tried setting up a clearml application on openshift using the helm chart but the pods cannot go up because they are trying to write to files and directo...
3 years ago
Good week ClearML team 🙂 I have found two more WebUI bugs (on the self-hosted server): If I look at a specific experiment (say, the Artifacts tab), and then...
3 years ago
... and yet another 😄 When using the UI with regex to search for experiments, due to the greedy nature of the search, it consistently pops up the "ERROR Fet...
3 years ago
Good evening! Can you please tell me if it is possible to set up slack monitoring in clearml?
3 years ago
@<1523701205467926528:profile|AgitatedDove14> When I send a request of creating a user to ClearML-APIServer, it logs an error likes this: > [2022-05-17 09:34...
3 years ago
Good day to all! Any clue how to make upload dataset to minio S3? I have setup a custom s3 in clearml.conf as per docs: aws { s3 { # default, used for any bu...
3 years ago
Hi folks, I have installed ClearML on kubernets using the helm chart, but I had to specify three different domains for the ui, apiserver and fileserver. Is t...
3 years ago
Hello. I'm running some pytorch-ignite code inside a docker clearml-agent. At some point, i have a checkpoint that should upload information from inside the ...
3 years ago
I do have one questions about using the helm chart, is there any way to specify the users in the values.yaml?
3 years ago
Back to this ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 😢 Hanging for the past ~45m like this
3 years ago
Hi community, I’ve just posted my first blog post about MLOps. I am open to any suggestions. https://cpatrickalves.com/mlops-what-it-is-and-why-it-matters
3 years ago
Hi, i noted that clearml-serving does not support Spacy models out of the box and that Clearml-Serving only supports following; Support Machine Learning Mode...
3 years ago
How can I start the clearml server after creating ec2 instance from AMI? Running https://:8080 does not open web ui How can I launch web ui and get credentia...
3 years ago
Hi, I updated to clearml-server 1.4.0 and I am uncomfortable with the new Table/Detail view, is there a way to disable it and use the previous one (on click ...
3 years ago
We're working on ClearML serving right now and are very interested in what you all are searching for in a serving engine, so we can make the best serving eng...
3 years ago
Good day to all. I am moving from one MLOps framework to clearml and have a question on git integration. In my prev framework each ML project had a specified...
3 years ago
Does ClearML automatically capture all stdout/stderr , like TensorFlow C++ stdout ? Is there an extra process for that? Where is this done and what are the a...
3 years ago
Brand new user here. I’m trying to run an optimization task. The tasks resulting from the optimization all fail because a necessary package is not installed ...
3 years ago
I am doing port forwarding of ports from localhost clearml server in EC2 instance to the ports in laptop locally. I am able to login to the server and genera...
3 years ago
Hello, Is there a time limit for pending tasks in a queue? (Let's say I put a task in a queue and it is not enqueued. Will it be aborted / failed after a whi...
3 years ago
Hi all, quick question, is there a way for me to download a model or artifact directly from the CLI using its Id?
3 years ago
Hello Everyone, I was wondering - is it possible to get info using API of how much space experiments take? I'm mostly interested in the logs sizes. I was pla...
3 years ago
Good morning folks, I am setting up ClearML on a (self-hosted) K8s cluster using the https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearm...
3 years ago
Hi everyone, is there a way to avoid the environment setup when running a task using a worker? I am currently using a custom docker image that already has al...
3 years ago
Hi, I am trying to use omegaconf with task.connect_configuration and I get the following error: >>> OmegaConf.create(task.connect_configuration(config_dict))...
3 years ago
Hi, similar to Task.set_offline(True), is there a way to simulate an execution in an agent? (for testing purposes)
3 years ago
Hi, I am using logger.report_plotly() to get my roc_curves in the plot window. But when using the comparing feature of clearml, I would like the plots with t...
3 years ago