Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model re...
4 years ago
Can someone help me with deploying this example model (from triton inference server) deployed in clearml-serving? Too many random errors for me to figure it ...
4 years ago
If we’re using the same git repo over and over for almost all jobs, is it possible to have the agents keep a local version and only download the diff of the ...
4 years ago
Hey All, Uploading a DataFrame to a task's artifact saves it with a gz extension though not compressed. Therefore attempting to download it fails due to the ...
4 years ago
I am starting to use clearml-data, and I have a feature request - add a progress bar for the upload phase / log which files are uploaded / add upload speed C...
4 years 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
does the new 2.0 helm charts (app ver 1.1.0) not support nfs?
4 years ago
Any info on the lifecycle of datasets downloaded to $HOME/.clearml/cache/storage_manager/datasets via get_local_copy I have a task running and I was watching...
4 years ago
Do you have some documentation on what https://app.community.clear.ml/applications are useful for and how to use them? Are they going to be available for sel...
4 years ago
I am seeing that some steps in a pipeline are being skipped. Like for example, in a pipeline with 4 steps, it’s directly starting at step 3. Is there some re...
4 years ago
Hi everyone, quick question - We're installing http://Clear.ML locally, and saw there are many DBs involved. What is the purpose of the ElasticSearch? It's j...
4 years ago
Sorry if I'm missing something, but how do I search for tags in the ClearML Hosted GUI App? For example, if I've tagged a model as in_production and want to ...
4 years ago
Quick qn, when using the clearml-task, how to specify the output_uri.
4 years ago
Hi. I'm using ClearML for logging my experiments. Can I compare experiments by plotting graphs? For example, every experiment logs the time per training iter...
4 years ago
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
4 years ago
Is there any way to get just one dataset folder of a Dataset? e.g. only "train" or only "dev"?
4 years ago
General question not necessarily about ClearML - how are people handling schema for their datasets?
4 years ago
Hmm is there any clear (pun intended) documentation on the roles of Storagemanager, Dataset and artefacts? It seems to me there are various overlapping roles...
4 years ago
Thanks ClearML Team, great to see these requested features are released! Add metric snapshot plot to project overview UI - Show an aggregated view of all pro...
4 years ago
Hi, how could I know that "Task.init" find my "clearml.conf" file? I executed task = Task.init(project_name='Classification', task_name='example') and nothin...
4 years ago
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
4 years ago
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
4 years ago
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
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
Hi again!, I want clearml to upload files to remote location when I execute dataset.upload() , looked in .clerml conf but did'nt find where to config that. c...
4 years ago