Skip to content
Snippets Groups Projects
Commit 19cfe6c5 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[architecture] added weights_init in __init__.py

parent dab01b02
No related branches found
No related tags found
1 merge request!4Resolve "Add GANs"
...@@ -3,6 +3,7 @@ from .CASIANet import CASIANet ...@@ -3,6 +3,7 @@ from .CASIANet import CASIANet
from .DCGAN import DCGAN_generator from .DCGAN import DCGAN_generator
from .DCGAN import DCGAN_discriminator from .DCGAN import DCGAN_discriminator
from .DCGAN import weights_init
# gets sphinx autodoc done right - don't remove it # gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')] __all__ = [_ for _ in dir() if not _.startswith('_')]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment