You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seek the issue but could't find a proper solution!
It seems that on_validation_epoch_end() mentioned in the error ---> with [on] , receives only one argument
but as we're not using it in the code, still it's called somewhere from the lighting package ?
Any suggestions would be appreciated,
Thanks,
The text was updated successfully, but these errors were encountered:
Hi there, I'm trying to re-produce the work. Unfortunately, I'm getting this issue each time I run the code:
TypeError: SelfSupervisedMethod.on_validation_epoch_end() missing 1 required positional argument: 'outputs'
I've seek the issue but could't find a proper solution!
It seems that on_validation_epoch_end() mentioned in the error ---> with [on] , receives only one argument
but as we're not using it in the code, still it's called somewhere from the lighting package ?
Any suggestions would be appreciated,
Thanks,
The text was updated successfully, but these errors were encountered: