Add PatchGAN to __init__
This commit is contained in:
parent
862c9e75a0
commit
ba42bc6a55
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
from .unet import UNet
|
from .unet import UNet
|
||||||
from .vnet import VNet, VNetFat
|
from .vnet import VNet, VNetFat
|
||||||
|
from .patchgan import PatchGAN
|
||||||
from .conv import narrow_like
|
from .conv import narrow_like
|
||||||
|
|
Loading…
Add table
Reference in a new issue