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.