File size: 154 Bytes
e43bbf3
 
 
 
 
 
 
1
2
3
4
5
6
7
import numpy as np
import pickle as pickle
import os
import sys

os.system("git clone https://github.com/NVlabs/stylegan3")
sys.path.append('./stylegan3')