Hello guys, i have 4 workers (2 in default and 2 in service queue on same machine) and running a cron job of data preparation.It works well for about 3 days ...
2 years ago
If you're paying for the premium features would those be available to a self hosted server or only on the web client?
2 years ago
Hi, how can I search an old experiment based on its commit hash?
2 years ago
Greetings everyone, In the course of my work, I utilize a particular library that necessitates more than just a simple clone and dependency installation proc...
2 years ago
Hi, where can I find the server parameter to control when the server is unregistering an agent after not receiving updates? Currently it's quite long (30mins...
2 years ago
I trained a model, saved it. Now I am trying to access it from another machine, but the model url is a local path. How can I download models from Clearml?
2 years ago
Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form: "azure://. blob.core.windows.net/ " ?
2 years ago
We’re planning to use ClearML Agent to: - Select data - Feed data through AI SDK on a remote machine - Log output prediction + metrics (if gt is there) to Ex...
2 years ago
is it possible to disable or change the frequency of cpu/gpu/disk logging for the experiment or for the whole agent worker?
2 years ago
does any one know this error while running a pipeline: User aborted: stopping task (3) >?
2 years ago
New to ClearML~ Find there's a plugin for PyCharm but no for VS Code. Any plan?
2 years ago
Hi there :) can anybody tell me what the best practice is for performing a normalization in the preprocess.py script used by clearml-serving? Currently I use...
2 years ago
Hey there! I was wondering if there is any existing support for integration between a self-hosted ClearML server and a SLURM cluster. I can certainly queue u...
2 years ago
Hi, is there a way to use API to return the URLs of all the models in the ClearML repository?
2 years ago
Hi again! Is there an easy way to set the –shm-size for a task pod in a kubernetes environment? I guess docker args won’t work, and as far as I know, I shoul...
2 years ago
Hi everyone! I faced the problem with ClearML-serving. I've deployed onnx model from higgingface in clearml-serving, but "Error processing request: Error: Fa...
2 years ago
I am saving a model with pickle, but it doesn’t show up as an artifact. Why? Task.init(..., output_uri=True) model = SklearnPipeline() ... pickle.dump(model,...
2 years ago
Hello everyone, I would like to know what your projects are in terms of the usage of ClearML pipelines? What are your most elaborate pipelines? So far, I am ...
2 years ago
Hello everyone, I have a question regarding datasets. I writing a python script where it takes as inputs a project name and returns all datasets that exist w...
2 years ago
Hi, does anyone know how to get a task version from a task object ?
2 years ago
input_model = c_Model.query_models(project_name="A/B", model_name="B", tags=["Pipeline", "ModelVal:ToCheck"]) # path_to_last_weights = input_model[0].downloa...
2 years ago
Hi Guys, I have a question regarding Model tracking. I have pipelines that use Xgboost through the scikit-learn api to perform: - Feature selection through n...
2 years ago
Documentation is not good because beginner or intermiate people cant undeerstand, only more 20 years of exp can i understand.. i checked with exp people so i...
2 years ago
Hi everyone! I have a question regarding a specific use case for tasks. To run hyperparam optimization I have a function that evaluates a model on a bunch of...
2 years ago
Hi guys. I tried to run my task on a remote machine via docker by using the web UI and clearml-agent But everytime the cv2 was loaded, it was crashed ImportE...
2 years ago
Hey, I'd like to store my trained models, results of transformers training, into local disk. I tried to set up default_output_uri: "file:///home/karol/data/"...
2 years ago
Hi, for some reason, running a training locally and remotely (with a set seed for np, torch, and random) using deterministic mode.. returns different results...
2 years ago
Hi there, I was wondering if there are any examples of initializing clearml inside of a container and then adding the credentials later? Or is it possible to...
2 years ago
Hi folks, how does clearml figure out the virtual environment that it needs to use for the task. Is there any way to override the default virtual environment...
2 years ago