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
LethalCentipede31
Moderator
8 Questions, 41 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

41 × Eureka!
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi all, I am trying to use offline mode for my Task and I get these messages and shutdown. Can anyone explain? ClearML Task: created new task id= ClearML res...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I am starting to use clearml-data, and I have a feature request - add a progress bar for the upload phase / log which files are uploaded / add upload speed C...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can I save "artifacts" from ClearML experiments directly on the server? so it will be available to all
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I have a problem with "report_image" When I gave a URL - image was reported no problem. When I use a local image/matrix - the images are not shown on "debug ...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I am trying to use trains-agent init and it fails. I get credentials from the Trains server in the Web GUI and copy them, but it fails to verify them.
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hey all, we already know that clearml magic collects metrics and plots from tensorboard and matplotlib, can we please add collection for Plotly and Seaborn ?
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I am getting certificate warning when running ClearML: Certificate did not match expected hostname: updates.clear.ml. Certificate: {'subject': ((('commonName...
3 years ago
0 I Have A Problem With "Report_Image" When I Gave A Url - Image Was Reported No Problem. When I Use A Local Image/Matrix - The Images Are Not Shown On "Debug Samples" (Url Link Is Broken).

http://<<IP_ADDRESS>>:8081/<<PROJECTNAME>>/<<EXPERIMENT>>/metrics/samples/<<SERIRES_NAME/samples_<<SERIES_NAME>>_00000000.jpeg?X-Amz-Date=1619339287549

4 years ago
0 I Am Trying To Use

thanks. it seems to work now.

we are still considering whether to upgrade or not.

4 years ago
0 I Have A Problem With "Report_Image" When I Gave A Url - Image Was Reported No Problem. When I Use A Local Image/Matrix - The Images Are Not Shown On "Debug Samples" (Url Link Is Broken).

<<KEY>>/experiments/<<KEY>>/info-output/debugImages?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&order=last_update

4 years ago
0 I Am Trying To Use

{"meta":{"id":"3b79f199a7fa42db8a30abbc67adbaa3","trx":"3b79f199a7fa42db8a30abbc67adbaa3","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null},"data":{}}

4 years ago
0 I Have A Problem With "Report_Image" When I Gave A Url - Image Was Reported No Problem. When I Use A Local Image/Matrix - The Images Are Not Shown On "Debug Samples" (Url Link Is Broken).

I'll try it when a new version comes out. I prefer to use official releases.
for now I'll use just regular characters in this field.
and again - feature request - add free text there.

4 years ago
0 Hey All, We Already Know That Clearml Magic Collects Metrics And Plots From Tensorboard And Matplotlib, Can We Please Add Collection For Plotly And Seaborn ?

TimelyPenguin76 AgitatedDove14
I am using the "report_plotly" method, but it means I have to pass it down to inner scopes/functions and manage it directly, as well as define the plots specifically.
It also eliminates the option to run/debug locally without logging because the code has explicit Logger or Task dependencies, instead of being an external wrapper.
It fills my Experiment board on the server with many debug sessions.

Regarding seaborn - good to know. might be a good alternative ...

4 years ago
4 years ago
0 Hi All, I Am Trying To Use Offline Mode For My Task And I Get These Messages And Shutdown. Can Anyone Explain?

I have these 3 lines in the beginning of my script, right after import statements. (not in " main " or any function):
task = Task.init(project_name=project_name, task_name=task_name) task.set_offline(True) logger = task.get_logger()

4 years ago
0 I Have A Problem With "Report_Image" When I Gave A Url - Image Was Reported No Problem. When I Use A Local Image/Matrix - The Images Are Not Shown On "Debug Samples" (Url Link Is Broken).

and I need it to report results (I wish there was a way to add free text to those debug samples, without using the "title" and "series" args)

4 years ago
0 I Have A Problem With "Report_Image" When I Gave A Url - Image Was Reported No Problem. When I Use A Local Image/Matrix - The Images Are Not Shown On "Debug Samples" (Url Link Is Broken).

suffix for URL approach:
/info-output/debugImages?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&order=last_updatesuffix for image approach:
` /info-output/debugImages?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&or...

4 years ago
0 I Am Trying To Use

my UI is also deployed on http server

4 years ago
0 I Am Trying To Use

that's the result

4 years ago
0 I Am Trying To Use

jwt.exceptions.DecodeError: It is required that you pass in a value for the "algorithms" argument when calling decode().

4 years ago
0 I Am Trying To Use

I logged in to the UI from the local browser. is that enough?

4 years ago
0 I Am Trying To Use

the code doesn't work

4 years ago
4 years ago
0 I Am Trying To Use

yep. they are

4 years ago
4 years ago
0 I Am Trying To Use

trains-init: error: unrecognized arguments: config

4 years ago
Show more results compactanswers