Hi,
Right after exercise 3, when I run model.fit cell I get the following error:
ValueError: Data cardinality is ambiguous:
x sizes: 10000, 10, 10
y sizes: 10000, 10000, 10000, 10000, 10000, 10000, 10000, 10000, 10000, 10000
Please provide data which shares the same first dimension.
I’m not sure what the problem is, all previous tests passed successfully…