Hi @<1561885941545570304:profile|PunyKangaroo87>
What do mean by store data locally?
Like clearml-data? I.e Dataset?
You can always use file:///root/path/folder as destination, this will store everything into the local folder, is that it?
Maybe that would save the model locally too?
When I tested in
examples/datasets/dataset_creation.py
I setdataset.upload(output_url='. /data_upload_test')
it was also uploaded to the server configured in clearml.conf file. I want to stop this.Should I just not upload the dataset?
I want to upload models to a remote server, but,
I want to store the dataset locally and do not want to upload the dataset itself to the remote server.
If possible, I want to upload the meta-information of the dataset to the remote server.
In other words, I want to manage models and datasets in separate locations.
What should I do?
I see if this is the case try to set
'output_uri="file:///full/path/to/dir"'
Notice it has to have the full path there and the file:// prefix