tucan9389 / tf2-mobile-image-classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement CoreML converter

tucan9389 opened this issue · comments

  • minimum_ios_deployment_target arg can get only ["11.2", "12", "13"].
  • but support only "13" on tf.keras model
AttributeError: module 'tensorflow' has no attribute 'reset_default_graph'

→ So maybe our TF2 project is needed to downgrade TF1.x

model.save(model_path) only support for Functional model or a Sequential model in kears of TF2 😢