I want my data and models stored in separate Google Cloud buckets. The idea is that I want to be able to share the data with others without sharing the models.
One idea I can think of is using separate git submodules for data and models. But that feels cumbersome and imposes some additional requirements from the end user (e.g. having to do git submodule update
).
So can I do this without using git submodules?