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, 41 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

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

but I cannot compare between them :A, what do you think about that? AgitatedDove14

4 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?

4 years ago
4 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?

4 years ago
4 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..

4 years ago
4 years ago
4 years ago
4 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

4 years ago
4 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?

4 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() `
4 years ago
Show more results compactanswers