Fabrice-TIERCELIN commited on
Commit
2ece78d
1 Parent(s): ffcb449

print('__init__')

Browse files
Files changed (1) hide show
  1. models.py +1 -0
models.py CHANGED
@@ -67,6 +67,7 @@ class AudioDiffusion(nn.Module):
67
  uncondition=False,
68
 
69
  ):
 
70
  # super().__init__()
71
  #
72
  # assert unet_model_name is not None or unet_model_config_path is not None, "Either UNet pretrain model name or a config file path is required"
 
67
  uncondition=False,
68
 
69
  ):
70
+ print('__init__')
71
  # super().__init__()
72
  #
73
  # assert unet_model_name is not None or unet_model_config_path is not None, "Either UNet pretrain model name or a config file path is required"