expansion
This commit is contained in:
parent
24c2d546db
commit
c07ec8f8cf
6 changed files with 138 additions and 1 deletions
|
@ -49,7 +49,7 @@ class UNet3D(BaseModel):
|
|||
The FiLM layers are used to condition the feature maps on style parameters.
|
||||
"""
|
||||
|
||||
super().init(N=N,
|
||||
super().__init__(N=N,
|
||||
in_channels=in_channels,
|
||||
out_channels=out_channels,
|
||||
style_parameters=style_dim,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue