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
BoredPigeon26
Moderator
4 Questions, 33 Answers
  Active since 10 January 2023
  Last activity 18 days ago

Reputation

0

Badges 1

33 × Eureka!
0 Votes
1 Answers
484 Views
0 Votes 1 Answers 484 Views
Is there a way to use the scalar smoothing when opening the "Maximize Graph"?
2 years ago
0 Votes
16 Answers
507 Views
0 Votes 16 Answers 507 Views
Dear Team - I have some gui related requests / questions: Currently I see scalar graphs Group by either None or Metric. Is it possible to have custom groupin...
2 years ago
0 Votes
9 Answers
590 Views
0 Votes 9 Answers 590 Views
Hi, Is it possible to re-use task-id, but keep the old execution tab ? (git diff specifically).
2 years ago
0 Votes
31 Answers
766 Views
0 Votes 31 Answers 766 Views
2 years ago
0 Dear Clearml Team! I Have Experiments Running With Your Tool, And Displaying Images In The "Debug Samples" Section. After Few Iteration, It Stopped Showing Images, And Showed A Broken Image Icon Saying "Unable To Load Image Binary%20Preds_Sample_0_0000005

tf.summary.image('binary preds', plt_c1, max_outputs=5, step=self.get_step(),
description="Left to right: inputs | sigmoid prediction | labels (blue label, white ignore)") `plt_c1 is a tf tensor .

2 years ago
0 Dear Clearml Team! I Have Experiments Running With Your Tool, And Displaying Images In The "Debug Samples" Section. After Few Iteration, It Stopped Showing Images, And Showed A Broken Image Icon Saying "Unable To Load Image Binary%20Preds_Sample_0_0000005

ok CostlyOstrich36 , SuccessfulKoala55 :
The links differ in the very beginning -
semantics_net%252Ftrainingbecomes:
semantics_net%2FtrainingWhen I change it, I can see the image.

2 years ago
0 Dear Clearml Team! I Have Experiments Running With Your Tool, And Displaying Images In The "Debug Samples" Section. After Few Iteration, It Stopped Showing Images, And Showed A Broken Image Icon Saying "Unable To Load Image Binary%20Preds_Sample_0_0000005

CostlyOstrich36
When I just started seeing this issue I could see images from previous iteration. Now some time passed and in the viewer I can't go back to the very first iterations.

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

Run them manually, but it is not that important

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

My question was is can I see the ~/clearml.conf in the web view. If I run two experiments with different config, where can I see it? It is less important now, I didn't see any changes since it didn't get to the test phase yet.

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

CostlyOstrich36 It splits the data not in the way I intended.
It have the 4 metrics of train in the same graph,
and the 4 metrics of test in the same graph.

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

Regarding the scalar visualization - If you have other solution, it will be nice to try

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

CostlyOstrich36 - I don't want to change the TB behavior.
How can I check what is the "title" I guess I have multiple "/" separating "tf.name_scope", "metric.name", and something like summary_name.
TB knows to put all graphs from the same scope in the same section, in that section it has a graph for each "metric.name", and in the graph it have a series for each summary_name.

I guess I can change the scope name to be the metric name, and abandon all the scoping. But it is very useful to me t...

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

Can I see the clearml.conf in the server view?
I think I changed it in the right place, but I don't see it in the graph.

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

As for 1-
They all start with the same name space - since TB then showing them in a nicer view.
with tf.name_scope("accumulated"): for metric in self.metrics: tf.summary.scalar(metric.name, metric.result(), step=step)I want to group them by metric.name, and they are all grouped by the name_scope

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

Regarding 2. Again - can a task id be changed after it was created?

2 years ago
0 Hi, Is It Possible To Re-Use Task-Id, But Keep The Old Execution Tab ? (Git Diff Specifically).

AgitatedDove14 Regarding the agent - No particular reason. Can you point me on how to do it?

2 years ago
0 Hi, Is It Possible To Re-Use Task-Id, But Keep The Old Execution Tab ? (Git Diff Specifically).

We need the automagic... 🙂
This is one of the great benefits of using clearml 🙂

2 years ago
0 Hi, Is It Possible To Re-Use Task-Id, But Keep The Old Execution Tab ? (Git Diff Specifically).

Thanks for the quick reply,
I have a task I run, that have access to the git repo.
Then it initiate a run on aws, which I want it to use the same task-id.
I tried:
reuse_last_task_id=a_task_id_stringBut it write-over the execution tab in the gui

2 years ago
0 Hi, Is It Possible To Re-Use Task-Id, But Keep The Old Execution Tab ? (Git Diff Specifically).

AgitatedDove14 Thanks again.
I'm not using a clearml-agent as far as I know (I just run task.init(...) on the AWS machine.
Is there a way to connect to the task without initiating a new one without overriding the execution?

2 years ago
Show more results compactanswers