dinhdat1110's picture
ok
dabac1b
raw
history blame contribute delete
112 Bytes
import torch
import pytorch_lightning as pl
class LatentDiffusionModel(pl.LightningModule):
# TODO
pass