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
Profile picture
BattyLizard6
Moderator
7 Questions, 27 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

26 × Eureka!
0 Votes
10 Answers
605 Views
0 Votes 10 Answers 605 Views
Hi, we saw 2 more issues with images logging: 1. You need to use tf.summary.image and not summary_ops_v2.image 2. Image needs to be in range [0, 1] and not [...
2 years ago
0 Votes
5 Answers
569 Views
0 Votes 5 Answers 569 Views
Hi
Hi - Did scalars graph smoothing stop working after update to 1.3.0 for you too?
2 years ago
0 Votes
9 Answers
540 Views
0 Votes 9 Answers 540 Views
Hi clearml, does clearml orchestration have the ability to break gpu devices into virtual ones?
2 years ago
0 Votes
6 Answers
531 Views
0 Votes 6 Answers 531 Views
2 years ago
0 Votes
15 Answers
640 Views
0 Votes 15 Answers 640 Views
Hey - is there a known issue with tf.summary.image not being logged when there's a 'description' argument?
2 years ago
0 Votes
25 Answers
515 Views
0 Votes 25 Answers 515 Views
I'm new to clearml - trying few things - when using the offline mode how do I set the offline dir to s3? I would like to send everything from sagemaker to so...
2 years ago
0 Votes
0 Answers
614 Views
0 Votes 0 Answers 614 Views
Hello clearml
2 years ago
0 I'M New To Clearml - Trying Few Things - When Using The Offline Mode How Do I Set The Offline Dir To S3? I Would Like To Send Everything From Sagemaker To Some S3 Bucket And Later Import Results To The Server - Is That The Right Way To Go?

maybe I missed it in the documentation - but I could use also something like set_offline_dir() (to make sure it's pointing opt/ml or something) and then get_offline_file() and upload it myself

2 years ago
2 years ago
0 Hi Clearml! Our It Department Setup A Clearml Server On Aws Now I Would Like To Export The Tasks And Data From The Private Local Server To The New One. The Problem Is That There Is Already Users, Tasks And Data On The New Server - How Can We Do That?

Yes - for upgrading this is what we do. The thing is the first server was a pilot for my team and now we have a proper server for the company (but it was a pilot too so we didn't migrated all the old experiments). To make sure I understand the paid service - do you want to have a short phone call to explain the different options - is it a complete support or can we pay for specific support tasks? It worth mentioning that I'm not the decision maker in the company but I would like to have some ...

2 years ago
0 When Viewing Scalars Is It Possible To:

In the version we have I don't see that the plots are resizable - we are running 1.1.0, I believe

2 years ago
0 Hey - Is There A Known Issue With Tf.Summary.Image Not Being Logged When There'S A 'Description' Argument?

Hi AgitatedDove14 - I think it's the one before 1.1.1, client is latest 1.0.5. Testing now on tensorflow-cpu 2.5.0

2 years ago
0 Hi

Thanks SuccessfulKoala55 for your prompt response, as always

2 years ago
0 Hi Clearml, Does Clearml Orchestration Have The Ability To Break Gpu Devices Into Virtual Ones?

Hi I mean something like what runai are doing, or how would you work together with http://run.ai ?

2 years ago
0 Hi Clearml, Does Clearml Orchestration Have The Ability To Break Gpu Devices Into Virtual Ones?

We want to have many people working on a cluster of machines and we want to be able to allocate fraction of GPU to specific jobs, to avoid starvation

2 years ago
0 Hey - Is There A Known Issue With Tf.Summary.Image Not Being Logged When There'S A 'Description' Argument?

You can also replace image_open = Image.open(os.path.join('..', '..', 'reporting', 'data_samples', 'picasso.jpg'))
    image = np.asarray(image_open) with image = np.random.random( size =[512, 512, 3])

2 years ago
0 Hey - Is There A Known Issue With Tf.Summary.Image Not Being Logged When There'S A 'Description' Argument?

just add description="test" to one of the tf.summary.image calls and see that it silently doesn't get logged

2 years ago
0 Hey - Is There A Known Issue With Tf.Summary.Image Not Being Logged When There'S A 'Description' Argument?

Great! I'll update to this version and will verify the issue is solved

2 years ago