This commit is contained in:
Qing
2022-09-15 22:21:27 +08:00
parent 3ac6ee7f44
commit 32854d40da
52 changed files with 2258 additions and 205 deletions

View File

@@ -1135,7 +1135,7 @@ class FcF(InpaintModel):
pad_mod = 512
pad_to_square = True
def init_model(self, device):
def init_model(self, device, **kwargs):
seed = 0
random.seed(seed)
np.random.seed(seed)