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
Are The Various Task Types Available In 0.15? I Am Getting

Are the various task types available in 0.15? I am getting

2020-06-09 12:58:53,287 - trains.Task - WARNING - Retrying, previous request failed : 'custom' is not one of ['training', 'testing']
Failed validating 'enum' in schema['properties']['type']:
{'enum': ['training', 'testing'], 'type': 'string'}
On instance['type']:
'custom'

When trying to create a custom task remotely (in trains-agent 0.15)

  
  
Posted 3 years ago
Votes Newest

Answers 11


You need trains-server support, so if trains v0.15 is working with older backend it will revert to "training" type

  
  
Posted 3 years ago

Damn, JitteryCoyote63 seems like a bug in the backend, it will not allow you to change the task type to the new types 😞

  
  
Posted 3 years ago

Yea thats what I thought, I do have trains server 0.15

  
  
Posted 3 years ago

We are planning an RC later this week, I'll make sure this fix is part of it

  
  
Posted 3 years ago

AgitatedDove14 Is it fixed with trains-server 0.15.1?

  
  
Posted 3 years ago

awesome, thank you 👍

  
  
Posted 3 years ago

Please do, just so it wont be forgotten (it won't but for the sake of transparency )

  
  
Posted 3 years ago

Would you like me to open an issue for that or will you fix it?

  
  
Posted 3 years ago

Awesome, thanks!

  
  
Posted 3 years ago

JitteryCoyote63 good news
not trains-server error, but trains validation error, this is easily fixed and deployed

  
  
Posted 3 years ago

Yes, it should be fixed

  
  
Posted 3 years ago
604 Views
11 Answers
3 years ago
one year ago
Tags