lattice-ai / DeepLabV3-Plus

Tensorflow 2.3.0 implementation of DeepLabV3-Plus

Home Page:https://keras.io/examples/vision/deeplabv3_plus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We currently do not support distribution strategy with a `Sequential` model

wangxianzhe opened this issue · comments

How should this problem be solved?

ValueError: We currently do not support distribution strategy with a Sequential model that is created without input_shape/input_dim set in its first layer or a subclassed model.

Duplicate of #28