tensorflow / tensorflow/models
[Legal question] What are the licenses for pre-trained training models that are automatically downloaded from Google Cloud Storage?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tf.keras.applications.EfficientNetB0 using weights='imagenet' and inspect the linked efficientnetb0_notop.h5 file from Google Cloud Storage. Determine the applicable license for the downloaded model and its relationship to the TensorFlow license, then document the verified result for this model and similar pretrained weights.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, python
- Domain
- cloud, machine-learning
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100