-
Hi, I tried Ubuntu 22.04 with an NVIDIA RTX 3060 (12 GB) and it ran out of memory during the indexing process:
> Error indexing files: Error indexing files: CUDA out of memory. Tried to allocate 26…
-
## Bug Description
TensorRT engine produces error when ran on Jetson for [fcn_resnet](https://pytorch.org/hub/pytorch_vision_fcn_resnet101/) model. However, it does not produce error when ran on d…
-
pytorch版本被覆盖了么?
-
Hello! In the readme file, you mention that the PyTorch code is here. But the links posted are just paper and dataset, and I can't find code in this repository. I'm very interested in your work. Coul…
-
# Real-Time Object Tracking with YOLOX and ByteTrack – Christian Mills
Learn how to track objects across video frames with YOLOX and ByteTrack.
[https://christianjmills.com/posts/pytorch-train-objec…
-
### What happened?
I follow this create a pytorchjob https://github.com/kubeflow/training-operator/blob/master/examples/pytorch/simple.yaml
pytorchjob yaml
![image-20241115112121748](https://gith…
-
Within the last 50 commits, there are the following failures on the main branch of pytorch:
- [cron / release / linux / conda-py3_8-cpu / conda-py3_8-cpu](https://hud.pytorch.org/minihud?name_filter=…
-
Hello, I encountered an issue while training the DRENet model with the SSDD dataset. Due to the inconsistent image dimensions in SSDD, the torch.stack operation in the collate_fn function fails, preve…
-
Apparently, sketch_simplifaction uses a deprecated/no longer existing module in PyTorch, see [here](https://github.com/pytorch/pytorch/issues/15307) for details.
```
$ python simplify.py
Tracebac…
-
I am using executorch for deploying a pytorch model to an Android app I am co-developing. I am unsure how else to give my feedback, so I am opening an issue.
Following the documentation at https://…