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
We can speed up epochs further by resizing before processing minibatches on the fly. Unfortunately, this will result in a different final image, and it could be that it would be worse; more interpolated and blurred. This would affect performance.
We should run two models, with exactly the same settings and over the same number of epochs except one can resize before and one on the fly and see which performs better. Should also demonstrate speed improvements.
The text was updated successfully, but these errors were encountered:
We can speed up epochs further by resizing before processing minibatches on the fly. Unfortunately, this will result in a different final image, and it could be that it would be worse; more interpolated and blurred. This would affect performance.
We should run two models, with exactly the same settings and over the same number of epochs except one can resize before and one on the fly and see which performs better. Should also demonstrate speed improvements.
The text was updated successfully, but these errors were encountered: