Hi everyone, im trying to use the aws autoscaler service. Provided the pac but is not able to clone the repo. It is not using the pac (using gitlab)
Hi everyone, just a simple question what does a ClearML Task count as an iteration? Is it the number of logs I’ve done?
3 years ago
Hi, I'm running Dataset.list_datasets() (Version: 1.6.4) and I can't see all the Datasets that I see in the GUI. Any suggestions?
3 years ago
Hi guys, hope you're doing well. I have a simple question: my workspace reached it's storage quota. Is it possible to free space? I have already deleted a lo...
3 years ago
In a nutshell, what do I need for the clearML agent to scale EC2 nodes in the k8 cluster, in terms of helm configuration? I assume AWS credentials, is there ...
3 years ago
Hey, can you give an example of API post request for tasks.clone or tasks.edit_hyper_params I’ve tried: resp = session.post( API_SERVER + "/tasks.clone", dat...
3 years ago
In order for a new worker to come online in my k8 cluster, do I need to have an EC2 startup script init the agent/config, and then start the daemon? Do I hav...
3 years ago
Hi, I'm trying to save artifacts in a folder using command res= Task.current_task().upload_artifact('raw_data', artifact_object=os.path.join(save_dir)) but i...
3 years ago
Hi, I've added external links to the a dataset In the UI I can see that the dataset has the property of Link count with the correct number. But where can I s...
3 years ago
Hi, I am using MinIO to save my files. and recently I have encountered an issue with downloading the artifacts, with compressed csv files (test_prediction_df...
3 years ago
Hi Everyone, How do i change the default value for agent.default_docker.image that is being used ?
3 years ago
Hello everyone, how do I tell the agent that it needs to install a local module of the repo? If I put git+ in the requirements it will install the module ver...
3 years ago
Hi, I am trying to use the aws autoscaler to assign instance profiles to new machines. This is a better way than managing credentials. I added the configurat...
Hello, I'm running a ML training using PipelineDecorator . And It seems to be logging every model update (each epoch til over 100). The time for uploading th...
3 years ago
Given I want to run a task in a pipeline using a base task id. One of my steps just finds the latest results to use. I want the task to output the id of the ...
3 years ago
I am trying to run the urbandsounds8k example, but when I run "preprocessing" I get the error in the line self.metadata = Task.get_task(task_id=self.original...
3 years ago
Hello! When I squash multiple datasets (e.g. Dataset.squash(dataset_name="new_ds", dataset_ids=[id1, id2, id3]) , as far as I can see the newly created datas...
3 years ago
Hello! When I use the TriggerScheduler class with the add_task_trigger function configured to watch for trigger_on_status=['published'] and a specific trigge...
3 years ago
Hi, Quickhelp with pipelines: I am loading a model during a state of it and them passing this model (torch.nn.Module object) as input argument to a pipeline ...
3 years ago
Hey, how can I download report_table objects back into python as a dataframe? I'm sure I've done this before but have no idea how I did it.
3 years ago
Hello. I am running clearml server and agents in k8s using the helm charts. The clearml server came preconfigured with the 2 queues: 'default' and 'k8s_sched...
3 years ago
I'm trying to configure the glue agent to use AWS ECR via helm charts. Below is my configuration. It is not pulling the image though, it is failing with K8S ...
3 years ago
Hello guys! I have a little question: My metrics quota has been reached, and I cannot use the platform anymore.. I have already removed almost all projects s...
3 years ago
How do I create an experiment where I can set the github repository/branch name/script path like this example shows?
3 years ago
When I try to create experiment in the UI all I see is this dialogue
3 years ago
Hi, I am new to ClearML but already really impressed. I have what seems like a dumb question but asking it anyways... I have a matplotlib figure which is aut...
3 years ago
Hi, What is the best way to get the agent to install a dependency from github. I have tried this in this sample script: import clearml clearml.Task.add_requi...
3 years ago