mzliang-annie
Results
2
comments of
mzliang-annie
Do you know how to fix this in code?
if self.training: return fc.contiguous() else: return fc.contiguous(), [weight.contiguous() for weight in w] Separate the original line 43 in model.py to the above, just solve the issue