Update svhn.py to be consistent with other datasets
Make the labels be 1d tensors of type `np.int64`. Assign label `0` to data samples of digit 0. The original dataset assigns them label `10`.
Showing
Please register or sign in to comment
Make the labels be 1d tensors of type `np.int64`. Assign label `0` to data samples of digit 0. The original dataset assigns them label `10`.