Defne Dilbaz 8b84ade39b
Fix torch.load
Weights only load failed. Changed torch.load(file, map_location=cpu) to ckpt = torch.load(file, map_location=cpu, weights_only=False). Resolves #523. Credit goes to @allansdefreitas.
2025-04-02 16:37:09 -04:00
..
2024-07-30 04:34:28 +00:00
2025-04-02 16:37:09 -04:00