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
Answered
Anyone Seeing These Errors?

anyone seeing these errors?

  
  
Posted one year ago
Votes Newest

Answers 13


What's the clearml-server you are running ?
Is this reproducible with the hydra example?
https://github.com/allegroai/clearml/blob/master/examples/frameworks/hydra/hydra_example.py

  
  
Posted one year ago

okay let me check...

  
  
Posted one year ago

AttractiveCockroach17 I verified this is an issue with hypeparemeters with "." or section names with ".", thank you for noticing!
I will make sure I pass it along, should be part of the next version (ETA a week) 🙂

  
  
Posted one year ago

is your server

you mean the app.clear.ml ?

  
  
Posted one year ago

This seems more complicated that I thought... I think you are correct, and it fails to load the entire module, let me check what I can do

  
  
Posted one year ago

is it consistent ? (the error), meaning it happens on other integer values ?

  
  
Posted one year ago

when adding a custom column to the table view from a param value. Maybe it happens because that param is not relevant for all the tasks in the table? it shouldnt through an error though, just show an empty value for the runs where is not relevant.

  
  
Posted one year ago

This is odd, what is the parameter?
I assume it needs sorting and one time this is Integer, and the next it is a String, so the server cannot sort based on it. Could that be ?

  
  
Posted one year ago

Hi AttractiveCockroach17
when exactly are you seeing this error ?

  
  
Posted one year ago

is your server. Will check that example later

  
  
Posted one year ago

it also happens with other configuration values like this one which is a boolean. I think it happens in general with configuration values that are passed in your run command as flags (using the override syntax of hydra)

  
  
Posted one year ago

yes

  
  
Posted one year ago

is an integer when it exists

  
  
Posted one year ago
513 Views
13 Answers
one year ago
one year ago
Tags
Similar posts