dhoore123

Results 5 comments of dhoore123

Setting max_steps as suggested seems to do the trick. Training now runs. Thanks! I'll close the ticket once I see some epochs completing successfully.

I finally got a training running for a few (pseudo-)epochs now. Even though I am running on 2 80GB GPUs, I had to tune down the batch_duration to 750, with...

Thanks for your reply, pzelasko. It reassures me that this batch_duration value does not seem odd to you, and does not point to something I did wrong. On a different...

I figured out why I had to set batch_duration to a much lower value than expected. The parameter "use_bucketing" was not defined and defaults to false. After setting it to...

Closing as the reported problem is solved. Parameter max_steps should be set to some big value. As a side remark: use_bucketing parameter should be set to true (if you want...