thank you for your answer! I tried the --output-uri
parameter but it doesn't answer my request, it doesn't allow to change the path to another storage location:
It needs a URI (Uniform Resource Identifier) that tells ClearML how and where to store your dataset.
It could be:
file:///path/to/local/folder
– for local disk paths.- None – for AWS S3 storage.
http(s)://...
– for web-based storage.clearml://...
– to use ClearML’s default file server.but it doesn't allow to use a NAS for example
Hi DisturbedReindeer69 , I think you're looking for the --output-uri
parameter in clearml-data create
- None
For a NAS you just specify the path, file:///mnt/...
– for local disk paths.
Do you know how to do it when the disk is mounted to an external server instead of a local one?