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
This is the next task for log classifier after pytorch/pytorch#138541 (comment). One of the big limit of the log classifier is that it could only find the last failures in the log. This simply doesn't work in keep-going mode in which testing will continue even if there are failures, and will only fail at the end.
This is the next task for log classifier after pytorch/pytorch#138541 (comment). One of the big limit of the log classifier is that it could only find the last failures in the log. This simply doesn't work in
keep-going
mode in which testing will continue even if there are failures, and will only fail at the end.Notes to bootcampers:
torchci_classification
onworkflow_job
ClickHouse table to store the informationThe text was updated successfully, but these errors were encountered: