You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `torch.hub` is never used, the cache directory "~/.cach/torch/hub/checkpoints/" does not exist,
and the attempt to download DeepPhonemizer checkpoint there would fail.
This commit fixes it by calling `os.makedirs(directory, exit_ok=True)`.
0 commit comments