No good solution for one_hot_matrix

Hi, @dredkey.

It looks like it was expecting the shape to be a vector (rank 1) but found a scalar (rank 0) instead. Did you specify it as shape=scalar? If you did, try shape=(scalar,) instead.

Good luck with the assignment :slight_smile:

4 Likes