Improve generator namings, Flip args to source then target

This commit is contained in:
henryruhs
2025-02-18 11:01:33 +01:00
parent bf696be097
commit e1ba81f220
+1 -2
View File
@@ -1,11 +1,10 @@
import configparser
from typing import Tuple
from torch import Tensor, nn
from ..networks.attribute_modulator import AADGenerator
from ..networks.unet import UNet
from ..types import Embedding, Attributes
from ..types import Attributes, Embedding
CONFIG = configparser.ConfigParser()
CONFIG.read('config.ini')