Hi @discourse-admin ,
The expectation is to submit given_y as opposed to generated y from generated y. But given_y are only (50,1,50,2) in size and generated_x are (1500,1,50,2). So, should we duplicate given_y 30 times using (.repeat(30, 1, 1, 1)) to get given_y of the right shape. Am i thinking about it correctly?
Also, the number of unique classes of given y is (50,1,50,2) right?