Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

about tensor don't match size #3

Open
Ohahehe opened this issue Dec 27, 2024 · 1 comment
Open

about tensor don't match size #3

Ohahehe opened this issue Dec 27, 2024 · 1 comment

Comments

@Ohahehe
Copy link

Ohahehe commented Dec 27, 2024

When I run CUDA_VISIBLE_DEVICES=0,1 python tasks/run.py --config egs/stylesinger.yaml --exp_name StyleSinger --reset to train my model based on the Chinese dataset, I got this error. I have done the work of data processing, this may be where to make config file changes. If you see this message, please help reply. Thank you very much.
1735293372022

@AaronZ345
Copy link
Owner

After seeing your question, I tried to replicate the steps you described. I was able to successfully complete the training process without encountering any errors. There are a few things you might want to check:

  1. Data Preprocessing:
    Could you double-check that your ph_set configuration during data preprocessing is correct?
    Also, please verify that the F0 extraction process is working as intended.
  2. Environment:
    Are you sure you're using the correct environment? I successfully ran the StyleSinger training in a relatively older Python environment, specifically version 3.8.19. This detail might be important.
  3. TensorBoard Import Update:
    I've recently updated a tensorboard import that might have been causing the problem. Please take a look at the latest code on the repository. It could potentially resolve the issue you're facing.

Meanwhile, you can also try to use TCSinger(https://github.com/AaronZ345/TCSinger/tree/main) for style transfer trainging.

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

2 participants