aboutsummaryrefslogtreecommitdiff
path: root/simclr/evaluate.py
AgeCommit message (Collapse)Author
2022-08-13Implement distributed data parallel via torch elastic launcherJordan Gong
2022-08-12Make SimCLR evaluation less frequentJordan Gong
2022-08-10Make epoch scheduler step after epoch instead of iterJordan Gong
2022-08-10Fix epoch scheduler problemJordan Gong
2022-08-10Fix a typo and add scheduler choicesJordan Gong
2022-08-08Make pretraining checkpoint argument requiredJordan Gong
2022-08-08Add evaluation scriptJordan Gong