omarseleem92 / Machine_learning_for_flood_susceptibility

32 stars 8 forks source link

ValueError: logits and labels must have the same shape ((None, 1) vs (None, 253, 23, 1)) #6

Open wujiaors opened 8 months ago

wujiaors commented 8 months ago

when I run model.py,it shows that ValueError: logits and labels must have the same shape ((None, 1) vs (None, 253, 23, 1))

who can help me?