Small bugfixes

This commit is contained in:
Steffen
2021-03-18 12:12:43 +01:00
parent fc4617c9d8
commit 10bf376ac3
4 changed files with 11 additions and 12 deletions

View File

@ -4,7 +4,7 @@ from pathlib import Path
from typing import Union
import torch
from performer_pytorch import FastAttention
from torch import nn
from torch.nn import functional as F