I'm getting the error: ValueError: Target and input must have the same number of elements. target nelement (64) != input nelement (32), traceable back to line 470 in clustergan.py. I confess I'm not totally sure how to fix the problem (seems like maybe it's something caused by a PyTorch update?).
I'm getting the error:
ValueError: Target and input must have the same number of elements. target nelement (64) != input nelement (32)
, traceable back to line 470 in clustergan.py. I confess I'm not totally sure how to fix the problem (seems like maybe it's something caused by a PyTorch update?).