Cretu Calin
Results
2
issues of
Cretu Calin
I tried to use the `accuracy` function from util.py. This code is from rnn.py and it computes the accuracy on the train_data : ``` loss, batch_prob_train = util.run_epoch(session, data["train"]["data"], training=True,...
I'm getting OOM error when training any model. This is probably not from the batch size, because it happens after a number of iterations. Script for training: `cd src python...