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, I'Ve Been Using Your Saas Platform For Over A Month Now, But Today I Suddenly Noticed Most Of My Data Is Missing, I See That I Have 40 Tasks In My Data Project From The Dashboard As It Should Be, But Inside The Project I Can Only See 6, I Couldn'T Fin

Hi, I've been using your SaaS platform for over a month now, but today I suddenly noticed most of my data is missing, I see that I have 40 tasks in my data project from the dashboard as it should be, but inside the project I can only see 6, I couldn't find any filters that may have caused this and there is nothing in the archive, what do I miss?

  
  
Posted one year ago
Votes Newest

Answers 12


clearml-data create --project "PROJECT" --name "NAME"

  
  
Posted one year ago

CrookedMonkey33 can you please try using ClearML SDK v1.6.2rc0? I think this should solve it

  
  
Posted one year ago

Only news ones after you use SDK 1.6.0 🙂

  
  
Posted one year ago

What command are you trying to run?

  
  
Posted one year ago

Hi CrookedMonkey33 ,

Can you please open developer tools (F12) and see what is returned when you navigate to the 'projects' page (When you see 41 experiments)

Also go into 'Settings' -> 'Configuration' and verify that you have 'Show Hidden Projects' enabled

  
  
Posted one year ago

Ok thanks! show hidden projects actually allows me to see all of the missing datasets, but they are all in the same project, why do I need to enable it?

  
  
Posted one year ago

This is because Datasets have a new view now. Just under 'Projects' on the left bar you have a button for Datasets 🙂

  
  
Posted one year ago

(I tested this, switched it off and the datasets disappear, switch it on and they appear)

  
  
Posted one year ago

ok, a great change, but why are they empty for me? 🙂

  
  
Posted one year ago

ok great, I think I'll stick with 1.5 for now and wait for the official release, no rush, thanks!

  
  
Posted one year ago

is it only for new ones?

  
  
Posted one year ago

ok nice, so I updated to 1.6, and am now getting the following error when creating a dataset project in the cli using clearml-data create :
clearml-data - Dataset Management & Versioning CLI
Creating a new dataset:

Error: 'str' object has no attribute 'radd'

  
  
Posted one year ago
642 Views
12 Answers
one year ago
one year ago
Tags
Similar posts