-
### 🐛 Describe the bug
I'm currently working on creating an example for ExecuTorch with `EfficientSAM`. I've developed a runner that successfully exports the model in `pte` format. However, I'm encou…
-
My PyTorch version is 1.10.0.
On line 143 of the hilbert.py file, the code
`locs_uint8 = locs.long().view(torch.uint8).reshape((-1, num_dims, 8)).flip(-1)`
will report an error:
`viewing a tens…
-
Hi, thanks for your great work!
I've run QAT for deit base and got 84 mAP after some epochs.
And then I converted the mdoel and run evaluate_accuracy.py but the result was totally different.
wh…
-
I was trying to make 3D convolutions work with DirectML with the following snippet:
```python
import numpy as np
import torch
import torch.nn as nn
import torch_directml as tdml
dml = tdml.dev…
-
# Failing Tests
> Please see the failing tests divided into sections below. Click on each section to expand. Feel free to get assigned to an issue by following the instructions [here](https://unify.ai…
-
作者姐姐,pytorch版的backbone可以提供下嘛,比如resnet101,pphgnetv2。
-
Hi
When I use your pretrained model to predict image on op dataset,
I only get average_psnr and ssim : 13.055474564891604 , 0.3293401456411093
I calculate psnr and ssim by skimage.metrics package.
…
-
Hi,
the requirements.txt mandates Pytorch 2.0.1 to be used. However, this is not available from PyPI anymore. Furthermore, 2.0.1 seems to depend on CUDA 11.7/11.8, also not current. On the other ha…
-
This is related to the same issue as
https://github.com/qupath/qupath-extension-wsinfer/issues/54
On a Win11 machine, with QuPath 0.5.0 I cannot install pytorch due to a ` java.nio.file.AccessDen…
lacan updated
7 months ago
-
# Christian Mills - Training YOLOX Models for Real-Time Object Detection in Pytorch
Learn how to train YOLOX models for real-time object detection in PyTorch by creating a hand gesture detection mode…