-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello.
the vggishish_lpaps checkpoint is used here:
self.load_state_dict(torch.load(ckpt, map_location=torch.device("cpu")), strict=False) SpecVQGAN/specvqgan/modules/losses/lpaps.py
Line 135 in eee222d
model.load_state_dict(ckpt, strict=False)
Errors are ignored in the code, but neither lpaps, nor vggishish manage to load it.
The checkpoint URL is here:
Line 8 in eee222d
'vggishish_lpaps': 'https://a3s.fi/swift/v1/AUTH_a235c0f452d648828f745589cde1219a/specvqgan_public/vggishish16.pt', |
The vggish weights can be found under the 'model' key, but I cannot find the lpaps weights anywhere in here. Are they not required ?
Best regards,
Metadata
Metadata
Assignees
Labels
No labels