Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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)
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
does clearml-serving somehow cache the preprocess and postprocess functions? like after I call the endpoint once, it won't "rerun" the instructions in these ...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Everyone, How do i change the default value for agent.default_docker.image that is being used ?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
How do I create an experiment where I can set the github repository/branch name/script path like this example shows?
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
When I try to create experiment in the UI all I see is this dialogue
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
..
@<1523701205467926528:profile|AgitatedDove14> @<1523701087100473344:profile|SuccessfulKoala55> Hi, I have a question when using pipeline. I use pipeline with...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi
Hi 👋 I'm trying to remove a few files from a dataset, which has been finalized already with .finalize() . Both with $ clearml-data sync and with $clearml-da...
3 years ago
Show more results questions