We use environment variables in our clearml.conf , but those might only be available later down the line (after dotenv.load_dotenv is called). When those env...
3 years ago
In your docs for Dataset at https://clear.ml/docs/latest/docs/references/sdk/dataset#class-dataset , I think you might have duplicate explanations for list_m...
3 years ago
I keep getting this error when trying to upload a dataset. Anyone has any idea what might be causing it?
3 years ago
I just found out that I have a lot of data in /opt/clearml/fileserver for tasks that I already have deleted. No artifacts are displayed in the WebUI. Anyway ...
3 years ago
what could be causing this?
3 years ago
Hi all, Looking for some help when executing pipelines with custom Docker images. I have a component defined and I expect its Python runtime environment to b...
3 years ago
Is there anyone know how to use the pycharm plugin to debug code remotely?
3 years ago
Hi all! I was checking the configuration logged under "HyperParameters" in the Web UI and the values of some parameters are not displayed. At first I thought...
3 years ago
Our Mac users are having some issues. They have their respective ~/clearml.conf, and yet they get: ClearML 1.1.5 Traceback (most recent call last): ... File ...
3 years ago
Hi, I'm trying to access/use experiment's model+data+params My model and data are stored in s3 and I'm not sure what is the practice of getting them reddy to...
3 years ago
Another thing, can I get the git repo/commit info of my experiment through the SDK? Couldn't find it in the docs.
3 years ago
Hi, I'm running my experiments on remote ec2 machine. It works good but I noticed that it doesn't logs my repo/branch/working_dir, probably since my git is l...
3 years ago
Hey, I’m running jobs remotely on an agent but one of my packages uses numpy 1.21.2 which needs python3.7 and above but the python version on the agent is 3....
3 years ago
Hello, I am trying out ClearML and started an experiment with Tensorflow Object Detection API. I got stuck with an issue regarding the local package " object...
3 years ago
Hello everyone! Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?
3 years ago
Hi, I am trying to use clearml agents with docker. I send a task into a queue, an agent grabs it and starts it and everything seems fine - but the task gets ...
3 years ago
Hi there, I used clearml-task to send a script to be executed remotely. When being executed remotely Task.current_task() returns None, how should I get the c...
3 years ago
Hello, I am running my own instance of the clearml-server. All works as expected, but sometimes my training tasks get stuck for 40+ minutes (while usually ta...
3 years ago
Hello Everyone! I’ve installed ClearML on my Kubernetes cluster using the helm chart. I then proceeded to clone an example experiment (3d plot reporting) and...
3 years ago
Hello there! I have a question regarding the Web UI, on the project page: I have the following use case: I need to add two custom columns, each reporting one...
3 years ago
Hi, I logged my params to clearml like this: params_dictionary = {'max_depth': 20, 'max_features': 2} wandb.config = params_dictionaryAnd load them like this...
3 years ago
Is it possible to share experiments from self-hosted ClearML server?
3 years ago
None here is says "This is a ClearML Hosted Service feature only." but hosted service means hosted by you or us as the users ?
3 years ago
Hi, When continuing a task, debug images are overwritten. e.g. if I run a task and save images in iterations 1, 2, and 3 and the I continue the task and save...
3 years ago
Hi, Anyone also stuck with the exception encountered uploading pytorch model file? The dataset upload works fine, though.
3 years ago
Hi community! I use the Tensorflow object detection API and trying to get "pretrained checkpoint" input model to store on the server. If I set output_uri=Tru...
3 years ago
Hi, I have k8s environment and I have tried to install via helm. https://github.com/allegroai/clearml-helm-charts However, there were all kinds of errors in ...
3 years ago
Hi, some plots don't render via report_plotly during training past certain point, but when it's completed, they do render. If i abort, they're not rendered. ...
3 years ago