I've been asked requirements to deploy clearml server on our company server. I'm not exactly what to put in the requirements. I know it's a vague question. I...
4 years ago
Is it possible to write text file and see it in results of the experiment? I want to use it to version data as in keeping a track of what images have been tr...
4 years ago
I'm training a tensorflow model and saving it in the end. I looked at the OutputModel class. How do I connect the model I'm saving to the OutputModel?
3 years ago
I have a question. I'm struggling with setting up my own ClearML server. I think i've got it up and running but not sure how to send clearml-task to my own s...
4 years ago
When it comes to continuous training, I wanted to know how you train or would train if you have annotated data incoming? Do you train completely online where...
3 years ago
When I upload and publish data to clearml-data, it says successful. Now when i try to get it using id, I get the following error. Error: __get_tasks() got mu...
4 years ago
I'd been following the clearml serving example on its Github repo here. It basically deploys a keras mnist model. The tutorial however ends once the model is...
3 years ago
I'm trying to understand how clearml serving works and trying to set it up. I have an agent listening to the serving queue and I'm trying to set up clearml s...
3 years ago
I've been using add_function_step in the Pipeline Controller as of yet. Now I wish to use add_step for one of the steps and pass in a Task ID. Only problem i...
3 years ago
Another simple query guys. I've installed clearml on ubuntu. However, it says command not found when i run any command with clearml . I feel like it might be...
4 years ago
In the case where I'm passing a schedule_fn to add_task in a TaskScheduler, how do I pass the function arguments?
3 years ago
Um, is there a way to delete an artifact from a task that is running?
3 years ago
Is this the write way to add a tag to an output model artifact of a task? torch.save(model, ' http://best.pt ') output_model = task.models['output'][-1] outp...
3 years ago
Pipeline_Controller.py doesn't exist in repo, or atleast the link to it in the docs is dead in the simple pipeline example. Any help would be appreciated.
4 years ago
How can I register a json file I'm creating as an artifact
3 years ago
I'm looking at how triggers work in ClearML. Is there an example, maybe with clearml data and a dataset being uploaded or some other example?
4 years ago
Is the only available resource to learn and use ClearML-Serving, the github repo, or are their other resources as well? Also, in the repo, once the model is ...
3 years ago
Is there a tutorial for ClearML Serving? I followed the steps on its repo but I still don't understand it. Also the serving engine keeps failing after a whil...
3 years ago
In your docs for Dataset at https://clear.ml/docs/latest/docs/references/sdk/dataset#class-dataset , I think you might have duplicate explanations for list_m...
3 years ago
I wanted to ask, how to run pipeline steps conditionally? E.g if step returns a specific value, exit the pipeline or run another step instead of the sequenti...
3 years ago
I wanted to ask, I'm versioning my data using ClearML Data. And I'll have a training task with ClearML Task. My question is, does ClearML keep track of the D...
4 years ago
Is there an example of Simple Pipeline using Task Scheduler? I want to create a simple pipeline where first a folder is monitored using a TaskScheduler, and ...
3 years ago
How do I get args like epochs to show up in the UI configuration panel under hyperparameters? I want to be able to change number of epochs and learning rate ...
4 years ago
Trying to create a data pipeline on my own. Wanted to ask, for each batch of data, do I have to create a new Dataset Object or do I just create one Dataset O...
4 years ago
Sorry for the barrage of questions. I can't seem to figure out how best to get a python script I need to run on an agent. I have an agent listening to the de...
3 years ago
I have a clearml server deployed. I can see in the docs that one way of doing things is through api calls. The docs mention the end point url but does not me...
3 years ago
Given this pipeline step, is there any way to get the return value outside of the pipeline? Like put split_dataset_id in a variable in the main pipeline file.
3 years ago
When saving the model, there's a label tab but it's empty.
3 years ago
I get this error when I try to add a batch to a in my clearml-dataset. Generating SHA2 hash for 100 files Hash generation completed 2021-09-10 10:49:13,042 -...
4 years ago
Would appreciate some help. Getting this Error. ValueError: Node train_model, parameter '${split_dataset.split_dataset_id}', input type 'split_dataset_id' is...
3 years ago