Hey there! I’m having a problem with clearml-sessions, maybe someone had a similar problem already: I’m running an agent in docker mode on a remote machine. ...
3 years ago
Hi ClearML team! I'm trying to get S3 storage set up for my self-hosted server using our Enterprise Storage-Grid back-end and getting a weird error response ...
3 years ago
Hello everyone, I have an error during "Delete" of project containing 66 sub-projects and 0 experiments. Error: Can't delete project Error 100 : General data...
3 years ago
Hi, community. I want to delete experiment and see this error. How I can solve this?
3 years ago
Hello ClearML community! I'm trying to make autonomous learning, the case is I want to use clearml to train my AI model once every 2 weeks and then register ...
3 years ago
Hey everyone, when uploading with clearml-data it will print and save a lot of logs (multiple GB) because it prints the progress quite often. How can I make ...
3 years ago
Back to autoscaler; is there any way to ensure the environment variables on the services queue (where the scaler runs) will be automatically exposed to new E...
3 years ago
Hello Regarding the clearml-agent daemon, Is it possible to set up the --cpu-only flag in the configuration file? So I can spin up a worker with: clearml_age...
3 years ago
I have 5 unarchived pipeline runs that were defined with this decorator: @PipelineDecorator.pipeline( name="fastai_image_classification_pipeline", project="l...
3 years ago
I am using the AWS autoscaler and I wish to set my files server to be gs. I tried to do so by having this in the ADDITIONAL CLEARML CONFIGURATION window: api...
3 years ago
If possible, i would like all together prevent the fileserver and write everything to S3 (without needing every user to change their config)
3 years ago
Hi. Shoulf this command succeed in the presence of project lavi-testing and absence of dataset tmp_datset within it? from clearml import Dataset tmp_dataset ...
3 years ago
Hi All, I'm starting to use ClearML, for Experiment Management on this step. I'm using Voxel51 ( https://voxel51.com/ ) for managing and selecting my dataset...
3 years ago
Does someone have a clue regarding this issue? https://github.com/allegroai/clearml/issues/674 We have been getting it even with later versions of CleaML (1....
3 years ago
Hi, I am quite new to clearml and Can someone please tell me how to use a dataset that have been uploaded to the clearml data directly to a experiment. As a ...
3 years ago
Another question on the topic of how a remote execution of a pipeline kills the calling process (previously discussed https://clearml.slack.com/archives/CTK2...
3 years ago
Hello, I always got a "ModuleNotFoundError: No module named..." error when I run a pipeline and import a local .py file. I'm using decorator pipeline, how ca...
3 years ago
Hi, we ran into a bit of a problem storing artifacts in S3. In Python 3.10 when the files are large enough for multipart uploading to kick in, something goes...
3 years ago
I started two pipelines (using AWS autoscaler in app.clear.ml ). The pipelines ran concurrently, using the same pipeline code. Both failed in the same compon...
Hi, when using clearml-task --script my_script.py --args key1=value1 key2=value2 how can we access the args? This snippet in my_script.py if __name__ == '__m...
3 years ago
Is there any simple way to orchestrate a batch to train a model with different features (in order to do feature selection, for example) through a single .py ...
3 years ago
Hello folks! I have a pipeline with three tasks: A, B, and C I want to set it up so that: A gets assigned a machine (e.g. based on the queue) B always gets a...
3 years ago
how can i disable agent pip caching? sometimes the agents load an earlier version of one of my libraries. i'm running them in docker mode
3 years ago
Hi. I am experimenting with clearml.Dataset and encountering an error. LockException: [Errno 11] Resource temporarily unavailable In my experiment, I make a ...
3 years ago
Hello,
Does Clearml_Apiserver Needed To Listen To 8008 Only? Can I Change To Other Ports Likes 9008?
Hello, Does clearml_apiserver needed to listen to 8008 only? Can I change to other ports likes 9008?
3 years ago
Hi, I am trying to report the validation accuracy and loss values to the dashboard. Do I need to manually log these values or is there any other way to do it...
3 years ago
Hi, I'm using HyperParameterOptimizer alongside OptimizerOptuna and I am unsure how to implement pruning on tasks that are not producing good results. Is the...
3 years ago
HI all, we have just set up the clearml server on an on-prem server and we can successfully access its APIs when we are on-prem from PCs within our network. ...
3 years ago