jarvis008
Results
1
issues of
jarvis008
In the forward function in experiment.py file, shouldn't it be: return self.model.forward(input, **kwargs), instead of return self.model(input, **kwargs) If not, please explain why as I'm unable to understand. Thanks!