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, We Have Recently Upgraded To

Hi,
We have recently upgraded to

WebApp: 1.6.0-213 • Server: 1.6.0-213 • API: 2.20

I have some issues:
I'm trying to delete a project - and although I don't have any live experiments - it still notifies that there is an experiment in the project (see attached image) Trying to list running datasets with https://github.com/allegroai/clearml/blob/ca384aa75c236e0a8af7c5dd85406a359c3eb703/clearml/datasets/dataset.py#L1729 (only_completed=False)- we are getting an empty list although we can see in the UI that there is running dataset lastly from the new Dataset tab we can get the project UI using the Task information , however from project we cannot see the Dataset . In the UI path at the top of the page we can see
PROJECTS / <PROJECT NAME> / .datasets / <DATASET NAME>I'm guessing that the issue is with the configuration that I"m running when creating the dataset, since the path is *.*datasets and not datasets (without the . )

  
  
Posted one year ago
Votes Newest

Answers 11


OutrageousSheep60 that is correct, each dataset is in a different subproject. That is why bug 2. happens as well

  
  
Posted one year ago

OutrageousSheep60 what clearml SDK version are you using?

  
  
Posted one year ago

Version: 1.6.4

  
  
Posted one year ago

OutrageousSheep60 Regarding number 3. , can you try going to Settings > Configuration and check the Show Hidden Projects option, then try this again? (See the attached images)

  
  
Posted one year ago

Regarding 1. , are you trying to delete the project from the UI? (I can't see an attached image in your message)

  
  
Posted one year ago

Regarding number 2. , that is indeed a bug and we will try to fix it as soon as possible

  
  
Posted one year ago

I'm guessing .1 is since there were datasets that I could not see - but actually they were there (as sub projects). so everything is related

  
  
Posted one year ago

Hi OutrageousSheep60 , The plan is to release this week \ early next week a version that solves this.

  
  
Posted one year ago

I've updated the configuration and now i'm able to see sub projects that I didn't see before.
As I can see - each dataset is a separate sub project - is that correct?

  
  
Posted one year ago

OK, I'll check it out

  
  
Posted one year ago
620 Views
11 Answers
one year ago
one year ago
Tags
Similar posts