Is there any options to add env when installing clearml-serving using helm chart ? I have to add CLEARML_API_DEFAULT_REQ_METHOD=“post” to clearml-serving-inf...
one year ago
where I can find logs of clearML server which should go into ELK (elastic search ) for security.
one year ago
does clearml-serving support mms(multi-model-serving) like seldon deploy? mms: serving multiple model in the same container
one year ago
Hey I have a question, Can you monitor the time for one pipeline, I want to observe how much time does my training task take when I run it through the pipeline.
one year ago
I have a training script that I ran on a local machine with GPU (2070 super) and it works normally (it utilizes the GPU), but when I'm training it on ClearML...
one year ago
Is there a way to specify the project and name of a pipeline defined with decorators at runtime? I tried to change the properties of the current task, the na...
one year ago
Can anyone help me to explain the differences between path_substitution and direct_access . As I understand: - direct_access : register data will not be push...
one year ago
Hi, I added in my code task.ignore_requirements("pywin32") however this library is still getting added by ClearML to the packages (which causes error on Linu...
one year ago
Question about ClearML models and metadata. I'm using the web interface for ClearML. I create an trained an output_model that was stored in ClearML from a tr...
one year ago
Any idea...?
one year ago
Hello, I have a non technical question about this community. Why have you decided to use Slack for communication and gathering community? Why not use somethi...
one year ago
Hi, I am able to execute the task locally, but the same task fails when executed on remote cloud machine, I think the error is due to the fact that local mac...
one year ago
Hi everyone and apologies for the incredibly 'basic' question. I'm trying to deploy clearML server on an OVH hosted VM. What do you think is a suitable disk ...
one year ago
Hi all, I am developing clearml-web. I want to automatically set a SOURCECODE different from the Clone source to the Clone destination when Clone is executed...
one year ago
i’m trying to clone a task that had cloned my code using a github access token that is now expired. i updated to a new token in clearml.conf , and restarted ...
one year ago
Hi, I'm using training_task.connect() to manually connect the argparse arguments into the task, how do I retrieve the arguments back ? Also, how do I know if...
one year ago
good morning! I have a quick question regarding ClearML Dataset. When creating a new dataset, you have the option to create a description with .set_descripti...
one year ago
Hi, is there a way to query some tasks ordered by a scalar metric? I tried with: Task.get_tasks( project_name='project', task_name='task', task_filter={'orde...
one year ago
How can I extend a dataset? On community edition I have an existing dataset, I want to add some files and make a new version. I tried just doing a Dataset()....
one year ago
Hey can anyone explain this, my max number of instances is 5 but its showing something like that: its showing 8 instance which does not make sense,
one year ago
if we add same queue multiple workers, what will happen?? how it will work..
one year ago
I tried to upload an image in clearML Report, but it show an error like below. Any one know how to fix it?
one year ago
Hi, I run 'manually' on my local machine with no errors. Then, I clone the completed task and enqueue it. I get to stage when 'Environment setup completed su...
one year ago
Hi, what would be the best practice for using the Datasets when testing different features? Should I just add new Dataset each time I try new feature to the ...
one year ago
Hi all, I'm a new user with clearml-agent. I know it's supposed to automatically replicate the environment of a task, based on INSTALLED PACKAGES list. Howev...
one year ago
Hi, I am getting line 57, in get_local_copy if helper.base_url == "file://": AttributeError: 'NoneType' object has no attribute 'base_url' when trying to run...
one year ago