hello everyone i am trying to use task scheduler to make a cron job. I have used s3 bucket as my file server but when this cron runs it gives the error not a...
2 years ago
Is there an larger example on how to use task.connect other than in the doc string? For example None says "Once objects are connected to a task, all object e...
2 years ago
Is there a way to change the smoothing algorithm? I would expect extreme smoothing to converge to the global average of a scalar plot, not to the value of th...
2 years ago
What is the difference between Model and InputModel?
2 years ago
Hi i have installed clearml-agent, but my pip saved in hdd, if i run clearml-agent to SSD, is it mean, my code task will running in ssd?
2 years ago
Hi, i have a scenario where when the code is run remotely via clearml-agent, the code appears to get stuck at task.init() . It seems to only affect the attac...
2 years ago
Hello! I've set sdk.aws.s3.verify to false, but im still getting [SSL: CERTIFICATE_VERIFY_FAILED]. I've added two prints, one for boto_kwargs in clearml.stor...
2 years ago
Hi there, I am working on an audio analysis project and I am interested in using CLEARML to manage our data versions and models. However, I have some questio...
2 years ago
Our HPO app ran >500 experiments even "Limit Total HPO Experiments=100", and based on our "Parameters To Optimize" it should be just 80 experiments. How to f...
2 years ago
Hello, I believe you have a bug in https://github.com/allegroai/clearml-agent/blob/master/docker/services/entrypoint.sh#L20 - The shebang says /bin/sh - But ...
2 years ago
How do I properly complete a task in a Python console? If I run the code from clearml import Task, TaskTypes task = Task.init(project_name='FirstTrial', task...
2 years ago
The ClearML helm charts page is gone? https://allegroai.github.io/clearml-helm-charts/
2 years ago
Hey, has anyone played with lifecycle policy on their ClearML AWS S3 storage ? I had to rollback a simple lifecycle policy changing the access tier of some o...
2 years ago
hello, where are projects and logging file saved default? are they saved in fileserver? then what is the exact path?
2 years ago
If I would like to write an autoscale plugin for other smaller cloud providers (like runpod.io ), how easy/difficult is it ? Where do I start?
2 years ago
Hello everyone! is there a way to deploy ClearML Agent in services mode using the k8s glue helm chart?
2 years ago
Hello, does anybody here have much experience in creating sub-tasks or sub-pipelines? I'm not sure the concept is particularly well established but the docs ...
2 years ago
can clearml open source autoscale on aws?
2 years ago
Had a few questions about the auto scaler: Is there a way to give instance iam profile to spun up workers (saw the use_iam_instance_profile in the open sourc...
2 years ago
I configured S3 storage in my clearml.conf file on a worker machine. Then I run experiment which produced a small artifact and it doesn't appear in my cloud ...
2 years ago
Hey ClearML-community, I have a doubt around the Default upload destination when defining a ClearML project & when defining the upload destination for a mode...
2 years ago
Hi, is it possible to have a compatibility matrix between clearml sdk, ClearML agent, ClearML server...etc? Recently we updated the ClearML sdk without updat...
2 years ago
Hello everybody, I have been testing ClearML as an all in one solution for MLOPS in our team. I deployed the CLearML server and everything worked fine 🙂 ! T...
Hello everyone . I am using clearml-agent daemon . Lets consider following situation: I have my clearml-agent daemon running -> it has some python_binary var...
2 years ago
Hey, is there some way / workaround to speed up working with datasets with large number of files? Getting a local copy of one of our dataset with 70k files a...
2 years ago
Hi in my system, clearml is automatically taking Git hub a my respository even though i upload the data from Local drive... this is causing while I clone the...
2 years ago
hi, i am trying to upload my dataset to s3 that is secured with https. I can do it when my s3 server is http. example below. Can someone share a sample on ho...
2 years ago
Hello all, another question I have: In my pipeline, my last step is skipped instead of running. Why? How can I unskip it? Just to be clear, the parent steps ...
2 years ago
I have uploaded Dataset in clearml with output_uri=s3::80 . Can I ask if we do not include aws.s3.host=:80 in clearml.conf, I.e. port 80, when your task call...
2 years ago