Is there an easy way to add a link to one of the tasks panels? (as an artifact, configuration, info, etc)? EDIT: And follow up regarding the dataset. As disc...
3 years ago
Hi all, I observed that when I get a dataset with Dataset.get() , clearml >= 1.6.3 doesn’t allow YYYY-MM-DD format for the version argument anymore, instead ...
3 years ago
Hi all! Question around resource management using HyperParameterOptimizer , more specifically GPU management. Say I’m running an optimisation task on a machi...
3 years ago
Does anyone know how to setup “Web App Cloud Access” for non-aws cloud providers? setting all the fields “bucket”, “key”, “secret”, “aws region” and “host en...
3 years ago
Just came here to say how much I appreciate clearML ! It just stays out of the way and tracks so many things, and has been super useful when digging into dif...
3 years ago
Hi, quick question: Is there an easy way to spin multiple clearml-agents at once? (maybe something like clearml-agent daemon --queue -n 16) I know this can b...
3 years ago
Hi all, would like to ask what's the difference between creating pipeline from tasks, functions or decorators?
3 years ago
Hey Everyone, quick questions. Is there a way to share url of a particular run with teammates without using the UI?
3 years ago
I wanted to ask about K8s + clearml-agent integration. Details in the thread.
3 years ago
Hi everyone, I'm looking for configuring my server web such that the presented url (web, api, fileserver), given when you click for a new credential, are the...
3 years ago
HI everyone, I hosting a Clearml server locally, and in the same computer i want to train some experiments, but i cant, when i try to clearml-init my credent...
3 years ago
Hi everyone, qq: I specified the output_uri of the Task instance to be an s3 bucket and any artifact logged explicitly is indeed uploaded there. However, all...
3 years ago
is allegroai package accessible for scale only?
3 years ago
What is the best way to run Jupyter notebook tasks on a remote machine? When running the task locally and clone it - it seems like it's converting it into a ...
3 years ago
Hi, I am using PipelineDecorator to create tasks. is there a way to force it to use the entire git repo it is created from on the pythonpath? vs. just the de...
3 years ago
Hi, Can I use the TaskScheduler to schedule to run pipeline? Right now it look like I can schedule tasks (but not pipeline). Thanks
3 years ago
Hi guys, does anybody have the same issue like me? Is there any workaround? https://github.com/allegroai/clearml/issues/762
3 years ago
Hi folks, one question: I have a script that looks like: import clearml as cml import numpy as np from sklearn.linear_model import LogisticRegression from sk...
3 years ago
Hi folks, a question regarding the clearml-agent with k8s glue. In the agents we mount an nfs volume so that some artifacts and data would be available for t...
3 years ago
Hello, is there a way to create another admin user on Pro plan in the Saas? Alternatively I can rename and change e-mail of the current one, but it’s used SS...
3 years ago
Hi, I am using optuna for multi objective hyperparameter optimization. Currently it seems that existing optuna.py only supports single objective optimization...
3 years ago
I have code that does torch.load(path) and deserializes a model. I am performing this in package a.b.c, and the model’s module is available in in a.b.c.model...
3 years ago
apiserver: service: type: ClusterIP configuration: additionalConfigs: apiserver.conf: | auth { fixed_users { enabled: true pass_hashed: false users: [ { user...
3 years ago
Hey everyone, I'm trying to add a test user to the api server config. Here is a snippet form my values.yaml file. Do I have this formatted correctly? I'm not...
3 years ago
Hey! does anyone know if I can use different ports for my clearml UI server?
3 years ago
Hi everyone! I'm facing a problem with metrics quota, i reported it in github issues ( https://github.com/allegroai/clearml/issues/623 ) and i don't see any ...
3 years ago
anyone seeing these errors?
3 years ago
Hi everyone, I've seen that when re-running a script it sometimes overwrites a previous task in the dashboard instead of creating a new task. How does clearm...
3 years ago
Hi, I am using PyTorch Lightning in combination with ClearML. I would like to report figure in ClearML Debug Samples. I use self.logger.experiment.add_figure...
3 years ago