dattarij's picture
adding ContraCLIP folder
8c212a5
raw
history blame
173 Bytes
# python3.7
"""Collects all runners."""
from .stylegan_runner import StyleGANRunner
from .encoder_runner import EncoderRunner
__all__ = ['StyleGANRunner', 'EncoderRunner']