Hi, I’m trying to run some HOG + SVM classifier with http://clear.ml . I saved my features in files and try to load them with joblib.load. While loading them...
4 years ago
(I'd open an issue on GitHub if I had found which is the right repo to address it)
2 years ago
Hi, is there any variable that defines the disconnectivity timeout? I want to handle cases where my remote clearml is not available for some time. In additio...
4 months ago
I am wondering is it possible to schedule a task to run at certain time in periodic fashion aka. cron style... thinking of having a monitoring task to be run...
5 years ago
Hey everyone, please could I have a volunteer to help me with this https://github.com/allegroai/clearml-server/pull/114 ? We need someone on an Intel MacOS t...
3 years ago
Hi everyone, thx so much for this awesome tool! I was wondering, is there a way to define for trains, which variable in the project is the kpi, and then clus...
5 years ago
If I create a dataset with Dataset.create(..., use_current_task=True) , that task holds the dataset. Can I then refer/copy/attach the same dataset to other t...
3 years ago
I am having an issue publishing a completed model training. The model has been deployed on remote compute, using a docker image, and the datasets have been s...
4 years ago
Hii guys, So I've got a question about about Agents using SSH connection. In the docs (here https://clear.ml/docs/latest/docs/clearml_agent/#spinning-up-an-a...
2 years ago
Furthermore, if I try to execute a pipe in a remote agent, I get a python error from the clearml engine:
3 years ago
Hi, I have another bug to report for clearml-server 1.2 (self hosted) In the console logs of an experiments, I cannot see the latest logs. Eg my experiment i...
3 years ago
Hi, 1) How can I know from eyeballing the dashboard which project is Dataset and which is code? 2) How can I know which Dataset a particular code was using? ...
3 years ago
any chance StorageManager could re-download files only if their size is different from file in cache (as an option)?
4 years ago
first time using TF (with PT at the same program) got this error: clearml/binding/frameworks/__init__.py", line 34, in _inner_patch ret = patched_fn(original...
4 years ago
Hi, I think I found a problem with a clean clearml install. I create a new python env: conda create -n py310 python=3.10 pip install clearml python -c "impor...
2 years ago
Hi all! I’m trying to set up remote-launching of training scripts on ClearML autoscaler, and I can’t figure out one thing: how to make remote ClearML agent d...
one year ago
Hi, I am running a script very similar to the one in this example , except that the data parameter for training is taken from a clearml.Dataset.get . I can c...
one year ago
Hi, I got (yet another) clearml-server installation question. We installed the server on an internal k8s cluster. Now I want to point the webserver on the ap...
4 years ago
Hi, there is a small bug with auto-refreshing in the DEBUG SAMPLES Tab of the Web UI: If it is ON, then it will always force the first series to be displayed...
3 years ago
Hi all, is there a clean way to check if a local trains-server is available? I want to set a condition weather to set to offline mode or not. thanks
5 years ago
Hi, when running a task, is there a way to run a script already in the container? For example there is a script /home/root/entrypoint.sh I would like to avoi...
one year ago
Hi again, my clearml api-server is having a memory leak. Each time I restart it, its ram consumption grows until getting OOM, is not killed and make the ec2 ...
4 years ago
I got a clearml-serving instance running with inferences served correctly, however the model-endpoints dashboard screen is remaining empty with the splash sc...
7 months ago
when use gcp bucket as files_server + yolov5 train for now its upload the model in the end to files_server/name.task_id/model/best.pt is there option to omit...
3 years ago
Hello everyone, I'm in a bit of situation where I want to optimize getting local copies of datasets, by making it so that if a parent dataset already exists ...
one year ago
Hi again, I am trying to execute a pipeline remotely, however I am running into a problem with the steps that require a local package. Basically I have a rep...
one year ago
Question about Pipeline : my setup is as follow: - Step1: train_foo.py (which import config from other .py) => generate a model.pt - Step2: gen_bar.py + mode...
one year ago
Hi, I'm having problems with the installed packages when creating an experiment. The installed packages used to be a list with the versions of all the instal...
4 years ago