Hi, is there a way to restrict users uploading their Dataset data to the server's file_server instead of an external location? Specifically since the image i...
3 years ago
hey, im trying to create pipeline step with a List[str] as a parameter but it keeps getting serialized into a str. what are the supported types here?
3 years ago
furthermore, the entry points are scripts that handle models through a factory class depending on args given. this args are parsed by argparse . i read in th...
3 years ago
the caveat is though is that in my team we want to align our data science development with our software development, meaning that any type of pipeline is a c...
3 years ago
heyo, after building some custom pipelining functionality on mlflow, I started looking for better software that can beat what I created - with a similar amou...
3 years ago
Is there a way to generate usage stats and reports for queues? For example, how often is a queue used, how much CPU does the queue consume when it's used, et...
3 years ago
The brown one, gpu_0_mem_used_gb is independent of other gpu utilization metrics?
3 years ago
How is this possible. gpu_mem_used gb is 0 but usage in % and gpu utilization is high.
3 years ago
Hi The project is displayed by specifying the ID with projects.get_all_ex, I want to output only the statistics information of a specific project under the s...
3 years ago
Hello all! Quick question, do any of you know of a clean way to access the ClearML logger inside of a pl.LightningModule or even better to get rid of the Ten...
3 years ago
Hi is there any option to get Preview for the images on dataset in case upload with --links ?
3 years ago
Hello I have an issue with the queues. I am running ClearML server + agents in kubernetes. Because of that there is a default internal queue preconfigured ca...
3 years ago
Is this graph for past 30 mins ? How can I check it's time duration?
3 years ago
I found here https://github.com/allegroai/clearml-agent/blob/master/README.md Kubernetes Glue, map ClearML jobs directly to K8s jobs Is there any documentati...
3 years ago
Hello! I'm trying to make a simple eval.py script that will go pull the best model of a given experiment, load it locally and evaluate it on whatever data I ...
3 years ago
Hello! Is there a way to avoid or accelerate Generating SHA2 hash for ... files when uploading datasets?
3 years ago
Hi everyone, I have a quick question: When I use api.files_server : s3://my_minio_instance:9000 in the clearml.conf without a bucket, I get the errors Failed...
3 years ago
Hi, i tried this, but got unexpected result when set with_metadata=True source_url = ' ' remote_objects = StorageManager.list(source_url, with_metadata=True,...
3 years ago
Hi all, Does ClearML has a feature that resembles W&B's reports?
3 years ago
We're running into errors such as this: Action failed <500/0: tasks.add_or_update_artifacts/v2.10 (Update failed (BSONObj size: 18564134 (0x11B4426) is inval...
3 years ago
I’m interested in learning more about internals of ClearML Server - for example, how ElasticSearch, MongoDB, and Redis are used internally. are there any mat...
3 years ago
Hi everyone, quick question: Is there any easy way to get a task's full output directory ? E.g. when I create a task with task = Task.init(..., output_uri=" ...
3 years ago
Hello! I discovered Clearml not too long ago and am studying the tool. My question is farely simply: is the task scheduler only acessible through the SDK? Is...
3 years ago
Hi, I deployed a server on my ubuntu and forgot about it for a while, I restart my computer and it was shutdown. is there a way to restore the experiments? I...
3 years ago
Hey, Im trying to run some example pipelines but have the problem, that inside the steps no requirements are installed. In the controller task itself all req...
3 years ago
Hi. Inside a notebook when I cerate a new clearml task and then run sklearn GridSearchCV , clearml uploads a lot of model. Is there a way to force clearml no...
3 years ago
Hello. Is there any doc where I could find what contributes as API usage? And is it possible to view the usage breakdown by source/type? I want to estimate A...
3 years ago
Hi, It seems like when I upload the dataset to ClearML with the methods from the Dataset class. It packed the whole dataset into several .zip files in /tmp f...
3 years ago