typo: doqwnload => download

pull/8/head
moonshinegloss 2023-02-02 06:59:37 +01:00 committed by GitHub
parent 55d9e76fc4
commit b714d566ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Model(torch.nn.Module):
print(f"Missing {path_alias_net} - download it from https://drive.google.com/uc?id=17f2rKnZOpnO9ATwRXgqLz5u5AZsyDvq_")
missing = True
assert not missing, 'Missing checkpoints for pixelization - see console for doqwnload links.'
assert not missing, 'Missing checkpoints for pixelization - see console for download links.'
with torch.no_grad():
self.G_A_net = define_G(3, 3, 64, "c2pGen", "instance", False, "normal", 0.02, [0])