Tim Stokman
Tim Stokman
### Description The current package fails to install. This appears to be due to the 22.1.0 release of pyOpenSSL yesterday: https://pypi.org/project/pyOpenSSL/#history . It also fails to run after the failed...
I'm unable to signup on https://librelingo.app/sign-up/ with firefox (and also on chrome), the CORS settings are blocking the signup. Just FYI. Cross-Origin Request Blocked: The Same Origin Policy disallows reading...
### Describe the feature and motivation Torchvision and the python PIL library implement resizing operations that use a lowpass/anti-alias filter (see https://pytorch.org/vision/stable/generated/torchvision.transforms.Resize.html and https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.resize). The "antialias" option is only supported...
### Relevant telegraf.conf ```toml # Provides Linux CPU metrics # This plugin ONLY supports Linux [[inputs.linux_cpu]] ## Path for sysfs filesystem. ## See https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt ## Defaults: # host_sys = "/sys"...
### 🐛 Describe the bug ONNX export of a model using roi_align fails: Code: ``` import torch from torch import nn from torchvision.ops import roi_align class TestModel(nn.Module): def forward(self, x,...