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

Training stuck on "cloning criterion" #231

Open
MegaBatchGames opened this issue Jul 15, 2020 · 0 comments
Open

Training stuck on "cloning criterion" #231

MegaBatchGames opened this issue Jul 15, 2020 · 0 comments

Comments

@MegaBatchGames
Copy link

MegaBatchGames commented Jul 15, 2020

When I run th train.lua -rnn_size 512 -num_layers 2 -dropout 0.5 -print_every 5 -gpuid -1 the training stops at cloning criterion. I'm on Ubuntu 20.04. This is the output.

loading data files...
cutting off end of data so that the batches/sequences divide evenly
reshaping tensor...
data load done. Number of data batches in train: 423, val: 23, test: 0
vocab size: 65
creating an lstm with 2 layers
setting forget gate biases to 1 in LSTM layer 1
setting forget gate biases to 1 in LSTM layer 2
number of parameters in the model: 3320385
cloning rnn
cloning criterion

Can anyone help?

Quick edit: When cloning criterion, the CPU usage goes up to 99%.

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