File size: 294 Bytes
97069e1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from pathlib import Path
import sys

module_path = Path(__file__).parent / 'pytorch_biggan'
sys.path.append(str(module_path.resolve()))
from pytorch_pretrained_biggan import *
from pytorch_pretrained_biggan.model import GenBlock
from pytorch_pretrained_biggan.file_utils import http_get, s3_get