Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux 预处理pre.py报错 找不到npy文件 #965

Open
huanglang0114 opened this issue Sep 26, 2023 · 4 comments
Open

linux 预处理pre.py报错 找不到npy文件 #965

huanglang0114 opened this issue Sep 26, 2023 · 4 comments

Comments

@huanglang0114
Copy link

运行pre.py后 报错 FileNotFoundError: [Errno 2] No such file or directory: '/home/ts/MockingBird/data/dataset/SV2TTS/synthesizer/audio/audio-T0055G1736S0416.wav_00.npy'

import torch
torch.multiprocessing.set_start_method('spawn', force=True)
这两行代码加了 也还是报错

@babysor
Copy link
Owner

babysor commented Oct 23, 2023

路径有问题,看下文件存在吗?

@Danny0802
Copy link

运行pre.py后 报错 FileNotFoundError: [Errno 2] No such file or directory: '/home/ts/MockingBird/data/dataset/SV2TTS/synthesizer/audio/audio-T0055G1736S0416.wav_00.npy'

import torch torch.multiprocessing.set_start_method('spawn', force=True) 这两行代码加了 也还是报错

请问这个问题解决了吗?如果解决了,是如何解决的呢?

@Danny0802
Copy link

audio-T0055G1736S0416.wav_00.npy

audio-T0055G1736S0416.wav_00.npy 这个文件应该是在预训练的时候生成的,但是现在没生成,所以报错了。文件路径是正确的

@gaoyiyao
Copy link

请问这个问题解决了吗, 我也遇到了这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants