char-rnn-tensorflow
char-rnn-tensorflow copied to clipboard
create_batches() from utils.py throws error
root@ip-172-31-23-174:/home/ubuntu/char-rnn# python train.py
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcudnn.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcufft.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcurand.so locally
loading preprocessed files
Traceback (most recent call last):
File "train.py", line 75, in
This happend when self.tensor.size is less than (self.batch_size * self.seq_length). You can avoid that by either reducing sec_lenght or batch_size or increasing the amount of input data.
I put pr #25. Let me know this can solve your issue.
@thecerial PR #25 is merged, can this be closed?
Sure.
On Fri, Jan 13, 2017 at 7:30 AM, Hugo [email protected] wrote:
@thecerial https://github.com/thecerial PR #25 https://github.com/sherjilozair/char-rnn-tensorflow/pull/25 is merged, can this be closed?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sherjilozair/char-rnn-tensorflow/issues/11#issuecomment-272371485, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3DV8hgw5kcHjC9TaEawVjKumRDqYowks5rRxn1gaJpZM4Hg-cd .