v0.2.0
What's Changed
- Breaking: Rename GRLIR to GRL by @RunDevelopment in #120
- Breaking: More guarantees for
minimum
andmultiple_of
inSizeRequirements
by @RunDevelopment in #124 - Breaking: Bring
model.to
signature in line with PyTorchmodule.to
by @RunDevelopment in #133 - Breaking: Verify dtype in
to
by @RunDevelopment in #135 - Save Real-CUGAN models correctly by @RunDevelopment in #119
- Fix ESRGAN size requirement by @RunDevelopment in #121
- Clamp output tensor to guarantee output range by @RunDevelopment in #127
- Deduplicate tensor pad-to-size code by @akx in #104
- Add
dtype
,cpu
, andcuda
to model API by @RunDevelopment in #132
New architectures
- Add support for SAFMN by @RunDevelopment in #130
Full Changelog: v0.1.8...v0.2.0