The new release is finally ready.
With this release we switched from JAX to PyTorch.
Originally I used JAX mainly because I used JAX in another project and it seemed extremely fast.
I also wanted to build a project with a library I wasn't familiar with, mainly to see if I could do it.
Well, I can say that it can be done, and JAX is very fast, but also very cumbersome in some ways. Switching to PyTorch allows me (and maybe other people) to work on the library faster, as I (and probably many other people) are much more familiar with PyTorch.
The library is now about 5-10% slower, but this is hardly noticeable.
Anyway, the library is now in PyTorch.
Also, I tried a lot of different things to get a limit on colors and color swaps to work, and finally settled on a post-hoc pruning step where we remove the colors / color swaps that increase our loss function the least.
This finally solves issue 1
What's Changed
* Update args related docs by rparrett in https://github.com/hvoss-techfak/AutoForge/pull/10
* re-add random_seed for torch version by cjbnc in https://github.com/hvoss-techfak/AutoForge/pull/12
New Contributors
* rparrett made their first contribution in https://github.com/hvoss-techfak/AutoForge/pull/10
**Full Changelog**: https://github.com/hvoss-techfak/AutoForge/compare/v1.1.3...v1.2.0