add profileing and small conv3d repoducer
This commit is contained in:
parent
b279e2dfd7
commit
54a585f2b9
4 changed files with 67 additions and 7 deletions
|
|
@ -115,6 +115,9 @@ class AutoencoderKLCausal3D(ModelMixin, ConfigMixin, FromOriginalVAEMixin):
|
|||
self.post_quant_conv = nn.Conv3d(
|
||||
latent_channels, latent_channels, kernel_size=1)
|
||||
|
||||
print(f"Conv3d: {2 * latent_channels}, {2 * latent_channels}, 1")
|
||||
print(f"Conv3d: {latent_channels}, {latent_channels}, 1")
|
||||
|
||||
self.use_slicing = False
|
||||
self.use_spatial_tiling = False
|
||||
self.use_temporal_tiling = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue