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

⌛ · fix mismatch length in 44100.json #427

Draft
wants to merge 10 commits into
base: exp-44k-training
Choose a base branch
from

Conversation

Tps-F
Copy link
Contributor

@Tps-F Tps-F commented May 12, 2024

Issue: #428

@aitronssesin
Copy link
Member

That works for you? Because even with your pull request in my case training in 44k doesn't work

@Tps-F
Copy link
Contributor Author

Tps-F commented May 16, 2024

I know and I'm sorry I forgot to convert it to the draft.
I'm just helping Blaise for now-

@Tps-F Tps-F marked this pull request as draft May 16, 2024 09:06
@blaise-tk
Copy link
Member

  loss_mel = F.l1_loss(y_mel, y_hat_mel) * hps.train.c_mel
Process Process-1:
Traceback (most recent call last):
  File "C:\Users\X\Downloads\Applio\env\lib\multiprocessing\process.py", line 315, in _bootstrap
    self.run()
  File "C:\Users\X\Downloads\Applio\env\lib\multiprocessing\process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\X\Downloads\Applio\rvc\train\train.py", line 258, in run
    train_and_evaluate(
  File "C:\Users\X\Downloads\Applio\rvc\train\train.py", line 465, in train_and_evaluate
    loss_mel = F.l1_loss(y_mel, y_hat_mel) * hps.train.c_mel
  File "C:\Users\X\Downloads\Applio\env\lib\site-packages\torch\nn\functional.py", line 3297, in l1_loss
    expanded_input, expanded_target = torch.broadcast_tensors(input, target)
  File "C:\Users\X\Downloads\Applio\env\lib\site-packages\torch\functional.py", line 73, in broadcast_tensors
    return _VF.broadcast_tensors(tensors)  # type: ignore[attr-defined]
RuntimeError: The size of tensor a (23) must match the size of tensor b (13) at non-singleton dimension 2

@blaise-tk blaise-tk changed the title fix mismatch length in 44100.json ⌛ · fix mismatch length in 44100.json May 20, 2024
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

Successfully merging this pull request may close these issues.

None yet

5 participants