Hi, I'm trying to run the following API call # Imports ... client = APIClient() resp = client.events.get_scalar_metrics_and_variants("MY_TASK_ID")but it erro...
3 years ago
Hi all, is there an easy way to ping the server programatically? I'm just trying to see what is the default server that is set, and is it responsive
4 years ago
Hi everybody! I am currently having trouble with ClearML remote agents not getting the latest version from my git repo. I'm running my pipeline controller lo...
one year ago
Hello, I am trying to use the SDK function dataset.sync_folder , but it doesn't look like it works. I see Add image.jpg being printed for all my data items, ...
one year ago
Hi. Does ClearML support auto-magical (scalars) for scenarios where we need to execute third party installed toolkits, which runs training with common ML fra...
2 years ago
Hi everyone! Loving ClearML so far. Has anyone managed to make its autoscaler and scheduler work with Lambda GPU Clouds by any chance, please? https://lambda...
2 years ago
looking forward to the release v0.17.5
4 years ago
Hi folks! Are there any way to add new users to my server and manage their permissions without restarting entire ClearML server? I have read this section of ...
one year ago
Hi everyone, if I want to run a script that has Trains tracking statements in it but just this time I want to disable all logging, how would I go about that?
5 years ago
Hi all, I have the same problem as stated in this Thread. The file encoding of all files in my project is utf-8 and I already set the environment variable PY...
2 years ago
Hi there! :) I have an issue regarding the get_local_copy(..) function of the Model class. Whenever this function is called in the course of a hyperparameter...
2 years ago
I'd like the CONSOLE in a ClearML run to show only the stdout/stderr as it does now, but I'd also like ClearML to capture DEBUG level logs. Is there an easy ...
3 years ago
I can git clone just fine on that same machine and account and ofc same repository
11 months ago
I want the location to be not from a tmp file
11 months ago
Hi Maya, can you please copy the response for "events.get_task_plots" request from the network tab in the browser developer tools (F12)?
5 years ago
in this case do I need an agent running on my local machine? Or the remote machine?
11 months ago
just a small question @<1576381444509405184:profile|ManiacalLizard2> : when I do remotely execute I get this line, Current configuration (clearml_agent v1.9....
11 months ago
and can someone please explain what the date represents?
11 months ago
I see the Agent recreates the environment from the local machine in the remote machine
11 months ago
for some reason the installed packages are not reflecting the one from the requirements.txt in the repository?
11 months ago
Hi again, I was wondering what would be a good practice with respect to saving different datasets (while preprocessing it in several steps/stages). Mainly wi...
2 years ago
Looks like trains-agent 0.16 doesn't support --install-globally documented parameter -> Only available for trains-agent build command. Would it be possible t...
5 years ago
the problem is with git
11 months ago
Hi, is the source of the Dockerfile used to build the clearml server Docker image available somewhere? Searching through the GitHub organization I wasn't abl...
4 years ago
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
4 years ago
Hey there, is there any way I can tell the task not to set a random seed? I'm setting up reproducibility myself but when I call Task.init() the seed is chang...
3 years ago
Hey, I'm probably being thick here but I would like to pull some data from a database and write it to a particular bucket in s3 within a task i'm doing. I'm ...
4 years ago
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
4 years ago