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

Reputation

0

Badges 1

5 × Eureka!
0 Votes
8 Answers
605 Views
0 Votes 8 Answers 605 Views
I am trying to test and show the results on my local machine. ( clearml-server with http:///localhost:8080 ) My system info: OS: ubuntu 18.04 docker: 20.10.8...
2 years ago
0 Votes
5 Answers
593 Views
0 Votes 5 Answers 593 Views
Hi, folks !! I have two questions on pytorch lightning example in particular logging. The comment says “Connecting ClearML with the current process, from her...
2 years ago
0 Votes
1 Answers
519 Views
0 Votes 1 Answers 519 Views
2 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

CostlyOstrich36

Also, where did you find the instructions with ‘trains’ in it?

the docs dir in the master branch.

https://github.com/allegroai/clearml-server/blob/master/docs/install_linux_mac.md

2 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

SuccessfulKoala55 CostlyOstrich36
Sorry for a late reply.

I solved the above installation. The latest version’s elastic and mongo works.

Thanks a lot for your help !

2 years ago
0 Hi, Folks !! I Have Two Questions On Pytorch Lightning Example In Particular Logging. The Comment Says “Connecting Clearml With The Current Process, From Here On Everything Is Logged Automatically.” Q1: Does This Comment Mean That

Can you share an example of:
self.log(“key_name”, value) that you save?

Hi, AnxiousSeal95 thanks for your help.

self.log(“key_name”, value) just means self.log("train_loss", loss) or self.log("valid_loss", loss) in the example source code 😅

It’s also possible to retrieve configurations from clearml and dump them as a file. Is that what you’re looking for?

If configurations include values which logged at self.log("train_loss", loss) and...

2 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

CostlyOstrich36 Thanks. I changed the dir’s name into clearml but the log still output same error…

2 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

CostlyOstrich36

The same error still happens.

clearml-elastic | ElasticsearchException[failed to bind service]; nested: AccessDeniedException[/usr/share/elasticsearch/data/nodes];
clearml-elastic | Likely root cause: java.nio.file.AccessDeniedException: /usr/share/elasticsearch/data/nodes
clearml-elastic | at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
clearml-elastic | at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:...

2 years ago