tensorflow / tpu

Reference models and tools for Cloud TPUs.

Home Page:https://cloud.google.com/tpu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does efficientnet support TF2?

tfausten opened this issue · comments

The code in models/official/efficientnet/ in the r2.10 branch contain imports of tensorflow.contrib, which is not available in TF2.

from tensorflow.contrib import image as contrib_image

Does the efficientnet code support training using a TF2 runtime?