-
hi all, I found on TFHUB that there are 2 model exists from same arch(Efficient B0) i.e Feature vector and Classification. What's the difference between them? @mrdbourke
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Ok. I found the answer Which is dumb actually. There 2 ways we can use extrernal models. One through the TF-Hub and another is
thanks for reading... |
Beta Was this translation helpful? Give feedback.
Ok. I found the answer Which is dumb actually. There 2 ways we can use extrernal models. One through the TF-Hub and another is
keras.applications
. We need to set theinclude_top=False
on Keras application layer, not in models based on tf-hub.