raise ValueError("Shapes %s and %s are incompatible" % (self, other)) ValueError: Shapes (1, 1, 1024, 27) and (255, 1024, 1, 1) are incompatible
Lia224 opened this issue · 0 comments
Lia224 commented
I got it this in main.py raise ValueError("Shapes %s and %s are incompatible" % (self, other))
ValueError: Shapes (1, 1, 1024, 27) and (255, 1024, 1, 1) are incompatible
Could you please help