Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build transforms once per job instead of once per block. It saves man…
…y transform creations but also the memory allocations in the trasnforms. It works because transforms do not retain any state between calls to forward()/inverse().
- Loading branch information