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
PerfectMole86
Moderator
3 Questions, 15 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
4 Answers
947 Views
0 Votes 4 Answers 947 Views
If I want to run training inside a docker container, how do I connect it to clearml installed outside my docker container?
2 years ago
0 Votes
0 Answers
961 Views
0 Votes 0 Answers 961 Views
Guys
2 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
Hello, I am using a NAS storage to save my models and dataset artifacts. My pipeline consists of two steps: stage_process (stores processed dataset on NAS st...
2 years ago
0 If I Want To Run Training Inside A Docker Container, How Do I Connect It To Clearml Installed Outside My Docker Container?

I am not using any environments. I am running training on a docker container using a sh file but clearml is installed on my PC locally and the docker container does not have access to the clearml server that is deployed locally on my PC.

2 years ago
0 If I Want To Run Training Inside A Docker Container, How Do I Connect It To Clearml Installed Outside My Docker Container?

I moved my conf file inside the docker container and edited the paths from localhost to my PC's IP address and it worked

2 years ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

It was getting logged when I was running it as an individual task but it is not getting logged in the pipeline. I was plotting loss graphs too but now they're not getting plotted.

2 years ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

Do I have to run a task individually completely for it to function properly in a pipeline?

2 years ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

I haven't pointed it to the file server because I'm running a locally deployed docker instance of ClearML

2 years ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

I have used a output_uri argument in my Task initialization for storing my models

2 years ago
2 years ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

I got this message when the training started and it is only saving the model locally

2 years ago
0 Hello, I Am Using A Nas Storage To Save My Models And Dataset Artifacts. My Pipeline Consists Of Two Steps:

My models are not getting saved in the .pipeline folder. They are not getting saved in the output_uri specified in the Task.init as well.

2 years ago