
Reputation
Badges 1
5 × Eureka!CostlyOstrich36 Thanks. I changed the dir’s name into clearml but the log still output same error…
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
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 !
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:...
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...