guaneec
guaneec
Say you have bucket sizes `a: 3, b: 4, c: 5` and `batch_size=2`. This does `[a, a], [b, b], [b, b], [c, c], [c, c], [a, c]`, where `[a c]`...
It's ~30 lines added. Only providing this method because the previous one is thought to be confusing. This is a speed reduction in some cases as reported above. In terms...
Oh, that's mostly indention. Just looks scary on GitHub; VSCode actually displays it nicely.
Just checked it. Created a HN with ReLU on 2cf3d2a run it the same txt2img settings on 2cf3d2a and ac08562. Results are identical, as this PR shouldn't affect previously trained...