models icon indicating copy to clipboard operation
models copied to clipboard

[Legal question] What are the licenses for pre-trained training models that are automatically downloaded from Google Cloud Storage?

Open ryo-yumiba-hv opened this issue 7 months ago • 0 comments

I would appreciate it if you could tell me whether the pre-trained licenses that are automatically downloaded from Google Cloud Storage are included in the Tensorflow license (Apache 2.0) .

In particular, I would like to know about the pre-trained model for EfficientNetB0 which was trained with ImageNet. When tf.keras.applications.EfficientNetB0 model is initialized with the weights='imagenet' argument, a file called https://storage.googleapis.com/keras-applications/efficientnetb0_notop.h5 will be automatically downloaded. I would like to know the license for this file.

ryo-yumiba-hv avatar Aug 01 '25 03:08 ryo-yumiba-hv