Open
Description
Question regarding how to best structure the directory structure for mobilenet.
Right now the mobilenet URL looks like this, for example:
// https://storage.googleapis.com/tfjs-models/tfjs/mobilenet_v1_0.25_224/model.json
https://storage.googleapis.com/tfhub-tfjs-modules/google/imagenet/mobilenet_v1_025_224/classification/1/group1-shard1of1
Should we strive to recplicate the directory structure that googleapis has done (e.g. /tfhub-tfjs-modules/.../.../
? but rather replace storage.googleapis.com
with localhost:<PORT>
? or just do our own thing?