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 19 days ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
0 Answers
526 Views
0 Votes 0 Answers 526 Views
Guys
one year ago
0 Votes
4 Answers
555 Views
0 Votes 4 Answers 555 Views
If I want to run training inside a docker container, how do I connect it to clearml installed outside my docker container?
one year ago
0 Votes
19 Answers
638 Views
0 Votes 19 Answers 638 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...
one year 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?

one year 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.

one year 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

one year 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.

one year 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

one year 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

one year 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.

one year 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

one year ago
one year ago