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
Hi Everyone, We'Re Taking A Look At Clearml And Running Our First Examples. We Started A Server On Gcp From Docker Images And Currently Trying Do Create My First Dataset, But Keep Getting "Error: Datasets Are Not Supported With Your Current Clearml Server

Hi everyone, we're taking a look at ClearML and running our first examples. We started a server on GCP from docker images and currently trying do create my first dataset, but keep getting "Error: Datasets are not supported with your current ClearML server version. Please update your server", what does that means?

  
  
Posted 7 months ago
Votes Newest

Answers 2


Hi @<1615881718445641728:profile|EnchantingSeaturtle2> , what version of clearml are you using? Are you running the server yourself or using the community server?

  
  
Posted 7 months ago

@<1523701070390366208:profile|CostlyOstrich36> honestly I don't know, i'd created a VM on GCP from the image available at allegro-files/clearml-server/clearml-server.tar.gz as pointed at None

  
  
Posted 7 months ago