-
### 🐛 Describe the bug
I am trying to use FSDP, but for some reason there is an error when I do model.generate(). MWE below
```
import torch
import os
from omegaconf import DictConfig
from tra…
-
### 🐛 Describe the bug
Issue summary:
As part of process to add CUDA ARM nightly wheel, we are seeing long build compilation time. Needs ~5hrs to compile https://github.com/pytorch/pytorch/actio…
-
### 🐛 Describe the bug
Running
```
import torch
cfn = torch.compile(torch.sin, mode='reduce-overhead')
cfn2 = torch.compile(torch.cos, mode='reduce-overhead')
for _ in range(2):
x = cfn2(to…
-
In GitLab by @vkse1934 on Nov 8, 2024, 09:21
_Merges feature/android/cnn -> develop_
## 개요
- ResNet 개발
1. build.gradle PyTorch 의존성 추가
2. ResnetClassifier 클래스 추가
3. PyTorch 모델 추가 (Mel Spectogram 변환…
-
Thank you for your code release and management. I'd like to run your code.
Could you let me know the environment of your setting?
such as python, torch version, cuda, whether detectron or faster-rcn…
-
# 🐛 Bug
## Command
I am trying to execute the VIT example [1] from the examples folder with new pytorch lightning and I get an error as below
I also had some small issues like
```
AttributeE…
-
### 🐛 Describe the bug
Looking at the FSDP API, I was expecting that we could use the torch meta device in conjunction with the `param_init_fn` and `sync_module_states` arguments to `FSDP` to instant…
-
## 🐛 Bug
`eig_backward` uses in-place operations, however `gradcheck` and `gradgradcheck` are happy.
Once a printing statement is introduced, an error is raised.
## To Reproduce
Simply add the…
-
### 🐛 Describe the bug
There is probably a precision error when using `torch.distributed.send()` and `torch.distributed.recv()` pairs.
`torch.distributed.recv()` can receive a tensor correctly onl…
-
## 🐛 Bug
```
Phase=train
CNN_AE_supervised(
(encoder): CNN_encoder(
(conv1): Conv2d(1, 16, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1))
(conv2): Conv2d(16, 16, kernel_size=(3, …