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

Error While Running python demo_cli.py #1303

Open
BJChettri opened this issue Jun 23, 2024 · 0 comments
Open

Error While Running python demo_cli.py #1303

BJChettri opened this issue Jun 23, 2024 · 0 comments

Comments

@BJChettri
Copy link

BJChettri commented Jun 23, 2024

Running a test of your configuration...

Using CPU for inference.

Preparing the encoder, the synthesizer and the vocoder...
Loaded encoder "encoder.pt" trained to step 1564501
Synthesizer using device: cpu
Building Wave-RNN
Traceback (most recent call last):
File "C:\Users\ABCPC\Desktop\Voice\demo_cli.py", line 67, in
vocoder.load_model(args.voc_model_fpath)
File "C:\Users\ABCPC\Desktop\Voice\vocoder\inference.py", line 13, in load_model
model = WaveRNN(
File "C:\Users\ABCPC\Desktop\Voice\vocoder\models\fatchord_version.py", line 107, in init
self.upsample = UpsampleNetwork(feat_dims, upsample_factors, compute_dims, res_blocks, res_out_dims, pad)
File "C:\Users\ABCPC\Desktop\Voice\vocoder\models\fatchord_version.py", line 64, in init
total_scale = np.cumproduct(upsample_scales)[-1]
File "d:\anaconda3\envs\VoiceClone\lib\site-packages\numpy_init
.py", line 440, in getattr
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'cumproduct'

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

1 participant