wjw-2017
wjw-2017
Traceback (most recent call last): File "/root/code/ICDAR-2019-SROIE-master/task2/dataset.py", line 55, in __getitem__ img = Image.open(buf).convert('L') File "/root/anaconda3/envs/python367/lib/python3.6/site-packages/PIL/Image.py", line 2519, in open % (filename if filename else fp)) OSError: cannot identify image...
测试速率太慢
用自己的数据训练了一个模型,但是测试速度太慢了,一万多张用了得有快一天的时间,不知道是哪里的问题,渴望朋友们的帮助~~~~
> ''' > RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'source' > ''' > > Got this error on line 407 of `efficientdensenet_crnn/train/pytorch-train/models/efficient_densecrnn.py`, can...