Remove Attributes

This commit is contained in:
henryruhs
2025-03-11 19:17:26 +01:00
parent 70ac772a34
commit 0991745753
+1 -1
View File
@@ -5,7 +5,7 @@ from torch import Tensor, nn
from ..networks.aad import AAD
from ..networks.unet import UNet
from ..types import Embedding, Attribute
from ..types import Attribute, Embedding
class Generator(nn.Module):