chore: rename y_arch to y

This commit is contained in:
Alexander Engelsberger
2022-06-03 10:39:11 +02:00
parent 93b1d0bd46
commit 6d7d93c8e8
12 changed files with 12 additions and 12 deletions

View File

@@ -2,12 +2,12 @@ import prototorch as pt
import pytorch_lightning as pl
import torchmetrics
from prototorch.core import SMCI
from prototorch.y_arch.callbacks import (
from prototorch.y.callbacks import (
LogTorchmetricCallback,
PlotLambdaMatrixToTensorboard,
VisGMLVQ2D,
)
from prototorch.y_arch.library.gmlvq import GMLVQ
from prototorch.y.library.gmlvq import GMLVQ
from pytorch_lightning.callbacks import EarlyStopping
from torch.utils.data import DataLoader