wenpeng's picture
update .gitignore
c7813b3
raw
history blame contribute delete
155 Bytes
from saicinpainting.training.modules.ffc import FFCResNetGenerator
def make_generator(config, kind, **kwargs):
return FFCResNetGenerator(**kwargs)