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
SweetGiraffe8
Moderator
5 Questions, 39 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

39 × Eureka!
0 Votes
29 Answers
514 Views
0 Votes 29 Answers 514 Views
I have alot of pending tasks, how can I set them as done one I consider them finished?
3 years ago
0 Votes
10 Answers
600 Views
0 Votes 10 Answers 600 Views
whats the main difference between creating a task and using init?
3 years ago
0 Votes
3 Answers
574 Views
0 Votes 3 Answers 574 Views
Can I import a tensorboard file straight to the clearml UI?
3 years ago
0 Votes
30 Answers
534 Views
0 Votes 30 Answers 534 Views
Hello! How can I use "report_scatter2d" in order to report Timestamp in the x-axis?
3 years ago
0 Votes
2 Answers
520 Views
0 Votes 2 Answers 520 Views
Does AWS AMI still contain an old trains server instead of updated clearml?
3 years ago
3 years ago
0 Hello! How Can I Use "Report_Scatter2D" In Order To Report Timestamp In The X-Axis?

I'm working with cloned task, can it be related to that?

3 years ago
3 years ago
3 years ago
0 I Have Alot Of Pending Tasks, How Can I Set Them As Done One I Consider Them Finished?

SuccessfulKoala55 So what is the purpose of task cloning? Its mostly useful for agents?

3 years ago
3 years ago
0 I Have Alot Of Pending Tasks, How Can I Set Them As Done One I Consider Them Finished?

what's an agent? it may be a powerful gpu that runs the task?

3 years ago
3 years ago
3 years ago
3 years ago
0 I Have Alot Of Pending Tasks, How Can I Set Them As Done One I Consider Them Finished?

I have a task which is running and cloned tasks, they all finished running but they are still pending

3 years ago
0 Whats The Main Difference Between Creating A Task And Using Init?

yes, it seems that task.create doesn't really work.. should i do something similar to .run() ?

3 years ago
0 Whats The Main Difference Between Creating A Task And Using Init?

With init its working well, I can see the results in the UI, and with create it does nothing

3 years ago
0 Whats The Main Difference Between Creating A Task And Using Init?

The only thing I'm doing with the task is task.get_logger().report_scatter2d

3 years ago
3 years ago
0 I Have Alot Of Pending Tasks, How Can I Set Them As Done One I Consider Them Finished?

ExcitedReindeer30 Thanks Nir! That makes a lot of sense. In the example that I saw, I see that the parent task is only used as a template, which looks wierd at the UI cause it should not really be running..

3 years ago
0 Hello! How Can I Use "Report_Scatter2D" In Order To Report Timestamp In The X-Axis?

AgitatedDove14 doesnt work with clear ml version as well. The X axis is shown as int numbers intead of timestamp

3 years ago
3 years ago
0 Hello! How Can I Use "Report_Scatter2D" In Order To Report Timestamp In The X-Axis?

` fig = go.Figure(data=go.Scatter(x=x, y=y, mode='markers'))

logger = cloned_task.get_logger()
logger.report_plotly(title="pnl", series="expected", iteration=0, figure=fig)
fig.show() `
3 years ago
3 years ago
Show more results compactanswers