Chun Yang
Chun Yang
Per this change in PyTorch: https://github.com/pytorch/pytorch/pull/2872 (post v0.2.0) Without the patch, I see the following error: ``` Traceback (most recent call last): File "train.py", line 24, in model = env["model_loaders"][0].load_model(GC.params)...
JPEG image renders with a horizontal line across middle of image when Exif Orientation tag changes
## Short description When opening a JPEG image, depending on the Exif Orientation tag of the image, the RawTherapee UI may render a horizontal line across the middle of the...
### Rationale for this change When creating Arrow arrays using `pa.array` from lists of dicts, memory usage is observed to increase over time despite the created arrays going out of...