lattice-ai / DeepLabV3-Plus

Tensorflow 2.3.0 implementation of DeepLabV3-Plus
https://keras.io/examples/vision/deeplabv3_plus/
101 stars 23 forks source link

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

Closed wangxianzhe closed 2 years ago

wangxianzhe commented 2 years ago

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.

arindas commented 2 years ago

Duplicate of #28