crnn.pytorch
crnn.pytorch copied to clipboard
A question about NoneType
Traceback (most recent call last):
File "/home/stay/Desktop/CrnnPytorch/train.py", line 201, in
cuda --->9.0 cudnn ---7 torch -->1.0.1
I don't know what caused it. Thank you for your answer. My data set is converted from Python 3 to MDB format. Is that the reason? Is it sometimes empty when buf. write () reads the binary?
but,when i use python2 to make mdb still have this wrong?
and i use other's correct mdb still have this question,so it should not be the problem of data.
I have the same question.Have you solved it?
I have the same question.Have you solved it?
No, i don't know how to solve it? Do you have any ideas?
hello have you solved it?
i have solved it. Use python2 to make mdb, the problem did not arise.
i change the dataset.py=======> return self.nSamples + 1 to self.nSamples, and it works.
Try this, i rewrite it in python3 and fix bug. https://github.com/Holmeyoung/crnn_pytorch
i change the dataset.py=======> return self.nSamples + 1 to self.nSamples, and it works.
thank you,this truely sove my problem
i change the dataset.py=======> return self.nSamples + 1 to self.nSamples, and it works.
thank you,this truely sove my problem Hello, which interpreter do you use, python2 or python3?
When training my own dataset, I got this problem:
Traceback (most recent call last):
File "train.py", line 60, in
i have also meet the same mistake, and i change the way getitem do, finally it work. maybe it is why i create the dataset in a wrong way