crossprism commited on
Commit
a51765b
1 Parent(s): d0f3323

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,3 +1,6 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ EfficientnetV2 M model trained on ImageNet21k, input is a 480x480 image normalized to 0-1.0. Outputs a feature vector of size 1280.
5
+
6
+ Copied from [https://www.kaggle.com/models/google/efficientnet-v2/tensorFlow2/imagenet21k-m-feature-vector](https://www.kaggle.com/models/google/efficientnet-v2/tensorFlow2/imagenet21k-m-feature-vector)