google / automl

Google Brain AutoML
Apache License 2.0
6.25k stars 1.45k forks source link

How to train custom dataset for EfficientNetV2? #1076

Closed cvpfus closed 3 years ago

cvpfus commented 3 years ago

Hi, I couldn't find any tutorials on how to train custom dataset for EfficientNetV2

cvpfus commented 3 years ago

Solved by following this link https://colab.sandbox.google.com/github/google/automl/blob/master/efficientnetv2/tfhub.ipynb

But I have another problem to convert the model to TensorRT. Going to create another issue