To reduce VRAM it should be possible to train on images of higher resolution in chunks, by eg. splitting the image in 4 quadrants and using each as a seperate training sample.
Likely would go great with #38 , if implemented.
This would still keep quite a few buffers at full size, so it's not like training on 1/4th of an image would save 75% of VRAM, but it would be significant.
To reduce VRAM it should be possible to train on images of higher resolution in chunks, by eg. splitting the image in 4 quadrants and using each as a seperate training sample.
Likely would go great with #38 , if implemented.
This would still keep quite a few buffers at full size, so it's not like training on 1/4th of an image would save 75% of VRAM, but it would be significant.