-
Notifications
You must be signed in to change notification settings - Fork 413
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
After training 1 epoch, train_first.py crashes: RuntimeError: Expected 2D (unbatched) or 3D (batched) input to conv1d, but got input of size: [1, 1, 1, 800] #273
Comments
My Config.yml:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried out to train with the default settings on a 3090 (LJ-Speech dataset from https://keithito.com/LJ-Speech-Dataset/,... all like shown in the readme)
I only had to adjust config.yml to fit into my 3090:
batch_size: 16
max_len: 150
Others defaut.
After 1 epoch the script crashes (maybe during validation?)
The text was updated successfully, but these errors were encountered: