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
LonelyKangaroo55
Moderator
4 Questions, 3 Answers
  Active since 18 August 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
3 Answers
840 Views
0 Votes 3 Answers 840 Views
one year ago
0 Votes
1 Answers
722 Views
0 Votes 1 Answers 722 Views
Hi all, I want to ask about HPO if there possibility to work not only with standard args but with configuration_object (OmegaConf) ? Thanks
9 months ago
0 Votes
2 Answers
208 Views
0 Votes 2 Answers 208 Views
Hi all, I wanted to know about saving datasets, we want to specify the path to gs by default, as I understand by default it uses the path to file_server? We ...
3 months ago
0 Votes
3 Answers
755 Views
0 Votes 3 Answers 755 Views
one year ago
0 Hi All, How Can I Get The Status Of A Component From Another Component In The Clearml Pipeline (End, Pending, Running)? I Want To Run The Triton Server As A "Daemon" Thread Inside The Component And So That Other Pipeline Components Can Access It (Request)

@<1523701435869433856:profile|SmugDolphin23> Hi, want to ask connected question. How can I find out the hostname of the component from other component, because we have tasks running on different machines in aws and for the client sdk we need to understand where to send the inference request. I thought about the config-server, to which the triton sends pipelineID: hostname and the client then receives information from it knowing the pipelineID. But maybe there is a simpler solution? Also thi...

one year ago
0 Hi All, Want To Ask, How I Can Debugg Logger Class. I Have Problems With Displaying Graphs On The Ui, Logger.Report_Text Works, But Any Scalar Or Plot Is Not Displayed, I Integrated Tensorboard, But There Are No Logs From It Either. There Are No Warnings

@<1523701070390366208:profile|CostlyOstrich36> self hosted and
class ClearmlLogger:

def __init__(self, task):

self.task = task
self.task_logger = task.get_logger()
self.task_logger.set_default_upload_destination(
' None ')
self.writer = SummaryWriter('runs')

def log_training(self, reconstruction_loss, learning_rate, iteration):
self.task.get_logger().report_scalar(
` ...

one year ago