PixelLink-with-pytorch
PixelLink-with-pytorch copied to clipboard
PixelLink-with-pytorch
where to download best accuaracy model? 哪里下载最佳模型?
File "/workspace/PixelLink-with-pytorch/main.py", line 144, in main() File "/workspace/PixelLink-with-pytorch/main.py", line 133, in main train(config.epoch, iteration, dataloader, my_net, optimizer, optimizer2, device) File "/workspace/PixelLink-with-pytorch/main.py", line 73, in train pixel_pos_weights) File "/workspace/PixelLink-with-pytorch/criterion.py", line 46,...
自己的数据集,修改好训练,报这个错,有大神遇到吗? raise RuntimeError('each element in list of batch should be of equal size') RuntimeError: each element in list of batch should be of equal size
Sorry but where can I download the pretrained model, or which version do I need?
我跑了ICDAR2015数据集,loss一般在05左右,降不下去了,训练集上测试效果几乎没效果,请问是还没有收敛吗?
我改了数据加载这里,看了下没啥问题,为啥会爆炸呢?请指教一下 reade_label() with codecs.open(os.path.join(dir, self.labels_name[i-1]), encoding="utf-8_sig") as file: data = file.readlines() temp_str = '' for l in data: temp_str += l.strip('\r\n') temp_json = json.loads(temp_str) tmp = {} tmp["coor"] = []...
File "main.py", line 138, in main() File "main.py", line 128, in main train(config.epoch, iteration, dataloader, my_net, optimizer, optimizer2, device) File "main.py", line 59, in train for i_batch, sample in enumerate(dataloader):...
instead of image_height, image_width was written
when I train this model, it happened this situation. And I have a RTX 1080 Ti with 12GB memory.
hello, thanks for your codes and am interested in it.. As you said this version is still under developing, is there any new updates? I didn't find the functions for...