Переглянути джерело

autocast enable=torch.cuda.is_available() (#2748)

5.0
Glenn Jocher GitHub 3 роки тому
джерело
коміт
fca5e2a48f
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      models/common.py

+ 1
- 1
models/common.py Переглянути файл

@@ -237,7 +237,7 @@ class autoShape(nn.Module):
return self

@torch.no_grad()
@torch.cuda.amp.autocast()
@torch.cuda.amp.autocast(torch.cuda.is_available())
def forward(self, imgs, size=640, augment=False, profile=False):
# Inference from various sources. For height=640, width=1280, RGB images example inputs are:
# filename: imgs = 'data/samples/zidane.jpg'

Завантаження…
Відмінити
Зберегти