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 have just added prediction script (pred_list.py) to make predictions for a list of images using single loaded model. I will update the script to make batched predictions in order to increase the speed even further.
thx. But recently I tried to make predictions, it ran out of my memory and swap.
I have 32G memory and 32G swap. And I only gave 4 pictures to pred_list.
So once I ran pred_list.py, my server stoped.
I just did validation. I found there were only 28 pictures . However it read the model for each picture.
It seems to be a little time-unfriendly.
The text was updated successfully, but these errors were encountered: