I have a question regarding models and data sets beeing embedded into api.jar Coming from Android development I am quite sensitive to size of deliverables. I understand the entry level use case, make your first DL model running quickly, but I also see an use case, where my optimized models run efficiently with docker on cloud with e.g. a lot GPUs. As a solution could be to separate models and data and provided “data, model” loaders for easy start use cases …