ruff format

This commit is contained in:
Ryan Dick 2024-08-26 14:48:15 +00:00 committed by Brandon
parent 67928609a3
commit 620f733110

View File

@ -25,7 +25,7 @@ max_seq_lengths: Dict[str, Literal[256, 512]] = {
}
ae_params=AutoEncoderParams(
ae_params = AutoEncoderParams(
resolution=256,
in_channels=3,
ch=128,