-
Hi, I'm trying to configure SmartSim for an Intel+Nvidia Volta node on our local cluster. I was able to get the conda environment setup and successfully executed 'pip install smartsim'. However, whe…
-
## 🐛 Bug
PyTorch CPU docker failed to build.
## To Reproduce
```
FROM ubuntu:18.04
ARG PYTHON_VERSION=3.6
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essent…
-
Hi! I have got several 3080 GPUs. However, I find some problems.
The system is Ubuntu 16.04, the version of PyTorch is 1.1.0.
My codes are:
import torch ---(1)
X = torch.rand((3,6)) ---(2)
X = X.…
-
We observe jobs consistently waiting in 1h+ queues during US working hours. You can see the current state of the queue here: https://metrics.pytorch.org/?orgId=1&refresh=5m&viewPanel=85. At time of wr…
-
## ❓How build PyTorch iOS libraries from source
I follow this steps https://pytorch.org/mobile/ios/#build-pytorch-ios-libraries-from-source.
It is working for PyTorch 1.8.
But for PyTorch 1.9 I g…
-
Hi, I run your code but the performance is low, the test performance is as follows.
mAP: 0.2936 rank1: 0.5246 rank3: 0.6838 rank5: 0.7524 rank10: 0.8284 (Best: 0.2936 @epoch 130.0) Time used: 416 m 0…
-
# Context
In GHA checkout step, sometimes it failed at the third_party submodule checkout step.
E.g.
- https://github.com/pytorch/pytorch/pull/61675/checks?check_run_id=3071707898
```
…
-
**Environment:**
1. Framework: (TensorFlow, Spark)
2. Framework version: tensorflow==2.1.0
3. Horovod version: 0.20
4. MPI version: 3.1.2
5. CUDA version: N/A
6. NCCL version: N/A
7. Python ve…
-
## 🐛 Bug
First of all, a HUGE thank you 💐 for LibTorch libraries for both macOS and iOS!!! It's a great alternative to CoreML.
The bug is that, in source compiled LibTorch-Lite, `torch::stft` fu…
-
## 🐛 Bug
Not able to run mypy against pytorch, shown as the following.
## To Reproduce
Steps to reproduce the behavior:
```
(py38) [root@db46af5b0b85 pytorch]# ls
BUILD.bazel CODE_…