Applio icon indicating copy to clipboard operation
Applio copied to clipboard

Fix the strides warning

Open ShiromiyaG opened this issue 1 year ago • 0 comments

This PR is to try to fix the stride warning at the start of the training. Problems: the current solution slows down training and give cuda out of memory. To make the training faster and solve the cuda out of memory problem, just set create_graph to false, but it's still slower than the original code

ShiromiyaG avatar Aug 12 '24 03:08 ShiromiyaG