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
Method _validate in simclr.py will raise ZeroDivisionError at line 148 if the validation data loader performs only one iteration (since counter starts from 0).
The text was updated successfully, but these errors were encountered:
Hello guys, that is a general message to say that I have refactored the whole project. I believe the project is much easier to understand now. Please have a look at the new impl and free to submit PR if you find any bugs. Thanks.
First of all, thank you for your great work!
Method
_validate
insimclr.py
will raiseZeroDivisionError
at line 148 if the validation data loader performs only one iteration (sincecounter
starts from 0).The text was updated successfully, but these errors were encountered: