Hi, in the new datasets UI. It doesn't seem to display the entire lineage of the datasets. For example. if a dataset is create as such id1 (parent)->id2, the...
3 years ago
Hi, How can I get the remote URI of a Dataset (assuming it is GS or S3). Do I need to combine the get_default_storage() with something? Since some datasets a...
3 years ago
Hey there! I would like to use the function task.set_project in the following way: my_task.set_project("Top level project/second level project") `` Top level...
3 years ago
Hi, working with clearml 1.6.4 what is the correct way to list all the dataset s within a specific project ?
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
Hi everybody ! When running an agent in docker mode and launching a task with a docker image from a private dockerhub repo I get the following error : docker...
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
anyone seeing these errors?
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
Hey! does anyone know if I can use different ports for my clearml UI server?
3 years ago
apiserver: service: type: ClusterIP configuration: additionalConfigs: apiserver.conf: | auth { fixed_users { enabled: true pass_hashed: false users: [ { user...
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
Hi, Can we specify the limit and request resource differently for the workers spawned by the clearml agent? So some tasks may require a lot of RAM, but other...
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
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 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
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 guys, does anybody have the same issue like me? Is there any workaround? https://github.com/allegroai/clearml/issues/762
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
Is there a way to tell the agent to run in docker in a way that just “trusts” the installation completely? for example, I have a local environment with pytho...
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
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
is allegroai package accessible for scale only?
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
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
Hey everyone, We have such the following problem. Our developers asked direct access to worker nodes so that they can run interactive sessions (clearml-sessi...
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
I wanted to ask about K8s + clearml-agent integration. Details in the thread.
3 years ago
another question, can I start a clearml-agent inside a docker container (part of a pod on a k8s-cluster), and this agent would then pull tasks from a queue, ...
3 years ago