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
ThankfulClams64
Moderator
8 Questions, 58 Answers
  Active since 04 July 2024
  Last activity 9 months ago

Reputation

0

Badges 1

58 × Eureka!
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
For clearml-agents where does it clone the git repo and can you specify the location somehow?
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hello, are there any resources for trying to reduce the number of API calls? I am trying out Clear ML and with just 20 epochs it says there have been 80k api...
one year ago
0 Votes
4 Answers
670 Views
0 Votes 4 Answers 670 Views
Is there some limit in the web UI or the configuration for number of debug sample images. Ours seems to never show past 32 images
9 months ago
0 Votes
3 Answers
851 Views
0 Votes 3 Answers 851 Views
How do you get ClearML GPU Compute to show up under Applications or Autoscalers?
one year ago
0 Votes
4 Answers
973 Views
0 Votes 4 Answers 973 Views
Hi from what I can tell trying to follow this documentation None To start an agent I should run clearml-agent daemon --queue test_queue --detached and to sto...
one year ago
0 Votes
5 Answers
654 Views
0 Votes 5 Answers 654 Views
In the "Models" tab under a project I cannot add a custom column of metrics or metadata. It is just grayed out. Is this a bug?
9 months ago
0 Votes
69 Answers
126K Views
0 Votes 69 Answers 126K Views
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I'm trying to use clearml agents. For tensorflow it looks like it does not save the pip package correctly. I need to install it as tensorflow[and-cuda] not j...
one year ago
0 In The "Models" Tab Under A Project I Cannot Add A Custom Column Of Metrics Or Metadata. It Is Just Grayed Out. Is This A Bug?

How do you get answers to these types of questions? As far as I can tell model registries is broken, and there is no support through the actual application

9 months ago
0 I'M Trying To Use Clearml Agents. For Tensorflow It Looks Like It Does Not Save The Pip Package Correctly. I Need To Install It As

I guess I don't understand I am referring to the clearml configuration file on the agent. The only way I have gotten it to consistently work is to just install the environment before hand and set that environment variable. Otherwise it seems clearml is not correctly saving the environment to be able to reproduce it. In my case the issues is installing tensorflow instead of tensorflow[and-cuda] which is what was installed

one year ago
0 Hi From What I Can Tell Trying To Follow This Documentation

Thank you! I think that is all I need to do

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

I am still having this issue. An update is that the "abort" does not work. Even though the state is correctly tracked in ClearML when I try to abort the experiment through the UI it says it does it but the experiment remains running on the computer.

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

It was working for me. Anyway I modified the callback. Attached is the script that has the issue for me whenever I add random_image_logger to the callbacks It only logs some of the scalars for 1 epoch. It then is stuck and never recovers. When I remove random_image_logger the scalars are correctly logged. Again this only on 1 computer, other computers we have logging work perfectly fine

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

This was on the same machine I am having issues with it logs scalars correctly using the example code, but when I add in that callback which just logs a random image to tensorboard I don't get any scalars logged

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

There is clearly some connection to the ClearML server as it remains "running" the entire training session but there are no metrics or debug samples. And I see nothing in the logs to indicate there is an issue

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

I'll update my clearml version. Unfortunately I do not have a small code snippet and it is not always repeatable. Is there some additional logging that can be turned on?

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

Is there someway to kill all connections of a machine to the ClearML server this does seem to be related to restarting a task / running a new task quickly after a task fails or is aborted

one year ago
0 In The "Models" Tab Under A Project I Cannot Add A Custom Column Of Metrics Or Metadata. It Is Just Grayed Out. Is This A Bug?

Do the metrics not get added from the training? I did not add any metadata data but I assumed you would be able to select metrics from the training that generated the model

9 months ago
0 How Do You Get Clearml Gpu Compute To Show Up Under Applications Or Autoscalers?

Yea, from all the YouTube videos it is just there with no mention of how to get it. But I don't have it

one year ago
0 Is There Some Limit In The Web Ui Or The Configuration For Number Of Debug Sample Images. Ours Seems To Never Show Past 32 Images

I have file_history_size: 1000 I still get images for following epochs. But sometimes it seems like in the UI it limits the view to 32 images.

9 months ago
Show more results compactanswers