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
Profile picture
GrittyHawk31
Moderator
6 Questions, 19 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
2 Answers
806 Views
0 Votes 2 Answers 806 Views
Hi, I am trying to report the validation accuracy and loss values to the dashboard. Do I need to manually log these values or is there any other way to do it...
2 years ago
0 Votes
13 Answers
811 Views
0 Votes 13 Answers 811 Views
Hi, I tried to setup clearml serving and ran the example given https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_tutorial , but it could not ...
2 years ago
0 Votes
3 Answers
817 Views
0 Votes 3 Answers 817 Views
2 years ago
0 Votes
4 Answers
854 Views
0 Votes 4 Answers 854 Views
Hi, I have a question regarding storing datasets and models in a s3 bucket. Is there any specific way to upload metadata and models to s3 bucket from clearml?
2 years ago
0 Votes
10 Answers
823 Views
0 Votes 10 Answers 823 Views
Hi, I am trying to run cleaml server locally and when finding about web login authentication I was not able to set it up correctly. can you please tell me th...
2 years ago
0 Votes
5 Answers
881 Views
0 Votes 5 Answers 881 Views
Hi, I am quite new to clearml and Can someone please tell me how to use a dataset that have been uploaded to the clearml data directly to a experiment. As a ...
2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

I also tried the asteroid example, everything else working but could not connect to grafana dashboard. AgitatedDove14

2 years ago
2 years ago
0 Hi, I Am Quite New To Clearml And Can Someone Please Tell Me How To Use A Dataset That Have Been Uploaded To The Clearml Data Directly To A Experiment. As A Csv File Or Directly The Type Of The Data?

What is the format of data we get from using dataset.get() AnxiousSeal95 , I just wanted to visualize the columns of that csv file and plot some details. Can I do that directly from the output from Dataset.get() ?

2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

I ran the docker compose file without the env file then it is working, is there any command that run the same in a different way

2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

Hi, AgitatedDove14 I changed the variables inside the docker compose and it is running, now the grafana is running on 3000, but when I send the data it does not show up, is there any mistake I have done?

2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

Containers are not running AgitatedDove14

2 years ago
0 Hi, I Am Trying To Run Cleaml Server Locally And When Finding About Web Login Authentication I Was Not Able To Set It Up Correctly. Can You Please Tell Me The Steps To Do It And What Are The Changes Required?

I wanted to add user/password access, but there was no file named apiserver.conf in the config folder. So is there any mistake when I am following the steps. AgitatedDove14

2 years ago
0 Hi, I Am Trying To Run Cleaml Server Locally And When Finding About Web Login Authentication I Was Not Able To Set It Up Correctly. Can You Please Tell Me The Steps To Do It And What Are The Changes Required?

I followed those steps and the server is running. but is there any way to add some other users to this by using some login system? AgitatedDove14

2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

what is meant by full docker-compose.yml? yes it gives the result AgitatedDove14

2 years ago
0 Hi, I Am Quite New To Clearml And Can Someone Please Tell Me How To Use A Dataset That Have Been Uploaded To The Clearml Data Directly To A Experiment. As A Csv File Or Directly The Type Of The Data?

Hi, AnxiousSeal95 suppose we have uploaded a csv file, and want to get the csv file to do some pre processing tasks, then is there a way to get that csv file to that script to do further tasks on the dataset like we normally do?

2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

since the previous attempts did not work, now I am trying from the beginning following the example https://github.com/thepycoder/asteroid_example , here after spinning the docker compose file up , I am not seen any containers running ? maybe missed some small thing

2 years ago
2 years ago
0 Hi, I Tried To Setup Clearml Serving And Ran The Example Given

It was connected AgitatedDove14 Thank you very much for the support.

2 years ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

like some details about attributes, dataset size, formats. here when we define output_uri in task_init in which format the model would be saved? CostlyOstrich36

2 years ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

Basically the model versions, training results, the things that are saved in mongodb, can we get those data to a s3 bucket in any format? CostlyOstrich36

2 years ago