Skip to content

Commit

Permalink
Add: Add initialization operation of networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
chairc committed May 6, 2024
1 parent 6e46b54 commit 3639b6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions model/networks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
@Author : chairc
@Site : https://github.com/chairc
"""
# Diffusion model network
from .base import BaseNet
from .cspdarkunet import CSPDarkUnet
from .unet import UNet
from .unetv2 import UNetV2

# Super resolution network
from .sr.srv1 import SRv1

0 comments on commit 3639b6e

Please sign in to comment.