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
Hi, I had a quick question about the validation. I seem to be running into memory issues with my validation set. After checking the code this seems to be expected (https://github.com/mlfoundations/open_clip/blob/main/src/training/train.py#L251). Just wondering if any work has been done here before I try and implement something? What would the ideal approach be? I was thinking of just batching the validation data and reporting the metrics from each batch.
The text was updated successfully, but these errors were encountered:
Hi, I had a quick question about the validation. I seem to be running into memory issues with my validation set. After checking the code this seems to be expected (https://github.com/mlfoundations/open_clip/blob/main/src/training/train.py#L251). Just wondering if any work has been done here before I try and implement something? What would the ideal approach be? I was thinking of just batching the validation data and reporting the metrics from each batch.
The text was updated successfully, but these errors were encountered: