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
StunningSwallow12
Moderator
4 Questions, 7 Answers
  Active since 25 November 2023
  Last activity 2 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
276 Views
0 Votes 5 Answers 276 Views
hi everyone! i have few questions in hosting the clearml server - is it possible to generate credentials without ui, from backend. - is it possible to use na...
5 months ago
0 Votes
3 Answers
195 Views
0 Votes 3 Answers 195 Views
Hi all, - I have deployed a self-hosted server and connected it to a NAS. - It is running at None , I have forwarded the port to access it with a public IP f...
4 months ago
0 Votes
6 Answers
142 Views
0 Votes 6 Answers 142 Views
how to version models while training in production
2 months ago
0 Votes
2 Answers
265 Views
0 Votes 2 Answers 265 Views
4 months ago
0 Hi Everyone! I Have Few Questions In Hosting The Clearml Server

My requirement is as follows:

  • NAS is connected to the server.
  • I am pushing data from a remote machine to the server.
  • By default, the server stores the data in /opt/clearml/data/fileserver .
  • However, I want to store the data on the NAS.

Additionally, after making changes in the docker-compose file, I can adjust the storage path as desired. When I set the path to the NAS, it is resulting in errors.

5 months ago
0 Hi All,

can i configure the server with public ip
right now it is running at port 8080
but i want it to run at something like 12.12.12.11:8080

4 months ago
0 Hi Everyone! I Have Few Questions In Hosting The Clearml Server

Sorry for the very late reply. We have mounted an NFS-accessed NAS folder on the machine. Subsequently, we used that folder to store all the files of the file server, and now all the files are stored inside the NAS without explicitly specifying the NAS every time we upload the dataset to the server.

4 months ago
0 How To Version Models While Training In Production

@<1537605940121964544:profile|EnthusiasticShrimp49>
I have configured it perfectly
Iam able to send data from the container to clearml server

If clearml-agent is the only way
Can you provide any documentation

2 months ago
0 How To Version Models While Training In Production

@<1537605940121964544:profile|EnthusiasticShrimp49>

2 months ago
0 How To Version Models While Training In Production

I have run the Ubuntu 20.04 container and cloned YOLOv5 inside it. Within the container, I configured ClearML (self-hosting server) with access keys and credentials.

I am launching YOLOv5 training with project and name tags. However, experiment results are not being logged to the ClearML server; instead, they are saved inside the container's root directory under the <project/name> folder.

Interestingly, when I tried running the process directly on the host machine, the experiment results ...

2 months ago