Hi Guys! I have great news, we finally fully implemented support for continuing previously trained models 🎉 Here is a quick example (this is torch, but any ...
5 years ago
I am having trouble understanding how dataset caching works with clearml-data . I am using a clearml-task that runs python code to get a dataset from clearml...
one year ago
Hello 🙂 I am having issues persisting output images to a self-hosted clearml server. When I use the matplotlib automagical hooks (with plt.show() ) I get em...
one year ago
I am saving a model with pickle, but it doesn’t show up as an artifact. Why? Task.init(..., output_uri=True) model = SklearnPipeline() ... pickle.dump(model,...
2 years ago
Hello all, I'm trying to adapt clearml with my workflow. I installed a server at my server, with workers attached to it. I'm trying to execute a task from my...
3 years ago
Hi all - I am planning to migrate from a clear-ml hosted instance to a self hosted server as my usage is low and infrequent, but would still like to persist ...
9 months ago
Hi, I'm having problems with the installed packages when creating an experiment. The installed packages used to be a list with the versions of all the instal...
3 years ago
Hi, I want to build a server in the component of pipeline and send request to this server from another component in same pipeline. I get static ip from DAG b...
2 years ago
Is it possible to use in clearML Amazon EBS as storage? Is only Amazon S3 supported?
3 years ago
Hello, I have a question regarding the usage of APIClient from clearml.backend_api.session.client import APIClient client = APIClient() events = client.event...
3 years ago
We're using Ray and ClearML together, and suddenly we're seeing some hanging threads, and finally we got an error message: 2022-01-10 09:58:56,803 [ERROR] [C...
3 years ago
Hi! What is the recommended way to automatically merge multiple updates of a dataset that happen asynchronously? Example: Bob and Alice want to update distin...
2 years ago
Hi again, my clearml api-server is having a memory leak. Each time I restart it, its ram consumption grows until getting OOM, is not killed and make the ec2 ...
4 years ago
Is there a way I can create a dataset as part of a pipeline and be able to see that this dataset came from this pipeline / task ?
4 years ago
Hi, Guys! Who knows how move text for title to bottom lines?
3 years ago
Hey community! I have a question regarding the Optuna optimizer with ClearML. I'm using a config yaml file that I'm connecting via task.connect_configuration...
2 years ago
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
3 years ago
Hello everyone ! I tried to reproduce your tutorial : https://github.com/thepycoder/urbansounds8k . Basically I got still the same issue: 2022-11-21 09:57:31...
2 years ago
besides configuring the logging to be more verbose in the clearml.conf, is there another option to change the logging level? If I use the helm charts for dep...
one year ago
[Distributed Training] Hi, i have a ClearML setup with K8SGlue that spins up pods of 4 GPUs when picking tasks off the clearml queue. We would now want to pr...
2 years ago
quick question about the cleanup service: one argument is cleanup_period_in_days , another is run_as_service . If the latter is false, it should only run onc...
4 years ago
Hi, I'm relatively new to ClearML and had a question about integrating datasets, specifically for instance segmentation data from google could buckets. I've ...
12 months ago
Would appreciate some help. Getting this Error. ValueError: Node train_model, parameter '${split_dataset.split_dataset_id}', input type 'split_dataset_id' is...
3 years ago
(sorry I pinned the message accidentally 😅 )
5 years ago
hey I wanna know what's this sysntax is? ${random_model_%i.id}
2 years ago
Hi, Is anyone aware of how we can use the already trained model on another dataset without making any changes to it?
2 years ago
Hey all, I'm running a task inside docker, and one of the functions call: latest_dataset = Dataset.get(dataset_project=dataset_project]) A I get: raise Value...
3 years ago
Dear community! I'm trying out a new way to make clearml-related content. I'd like your opinion on whether this is something you would consider watching (pro...
4 years ago
Hello! Im using a clearml serving module and when i try to test it i get this error {"detail":"Error [] processing request: Error: Failed loading preprocess ...
7 months ago
Hi, I've found a possible bug. I'm cloning/running a project without any input model. Which is as expected. But, after I code actually start running an input...
5 years ago