Replies: 2 comments 3 replies
-
It does sound correct to me. When you listen to the output, how does it sound? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Have you tried with float32 precision? I have no experience with 16-bit trainings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been training on a custom dataset (~13 hours) over several epochs (~100) and noticed that my val_loss doesn't change much. I have my model outputting the results of the model to wandb, and even my gradients don't seem right.
I was thinking this may be because I don't have my input in the correct format?
In my torch.utils.data.Dataset class, under the get_item() method, I return two objects:
Is this input format correct?
Beta Was this translation helpful? Give feedback.
All reactions