hello, i have a general question about data versioning using ClearML. When lets say that my parent dataset has 100 files, and that I create a child dataset f...
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
hi team, my company asked me to research about clearml. so i tried to use clearml its good.. but some isssue i faced here. i want create clearml & clearml ag...
2 years ago
If its not possible to help me also let me know.. i try to research about another app. thanks..
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
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
Need help ! I am able to train models from our local machines and log everything on the ClearML server without any issues, the same training gets stuck when ...
2 years ago
ClearML agent can work on GPU machine in no internet environment where we have proxy for pip packages and ubuntu updates ? If yes, How to configure these pro...
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
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
@<1523701087100473344:profile|SuccessfulKoala55> hi jake, i hope you are well. last time you shared me clearml token creation. this method expecting keys. bu...
2 years ago
Hi, does anyone know how to get a task version from a task object ?
2 years ago
Hey Need small help.
2 years ago
this code chunk is behaving properly when ran in jupyterhub but getting file not found error inside clearml agent.
2 years ago
Any help would be appreciated.
2 years ago
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
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
When dumping model via clearml serving, what are the things that the clearML will look at to populate the input_size and output_size? I tried to dump an SKLe...
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
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
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
Hello all. I'm experimenting with ClearML and I've run into a strange issue. I used Task.init on a project, it logs to the app.clear.ml but it doesn't seem t...
2 years ago
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
2 years ago