zzzzjx

Results 7 comments of zzzzjx

> I finally got mAP almost same with the reported ones. I found that batchsize and learning rate have to be well selected. If you have less gpu than original...

Traceback (most recent call last): File "/mnt/data/ocr/psenet/PSENet.pytorch-master/cal_recall/rrc_evaluation_funcs.py", line 326, in main_evaluation evalData = evaluate_method_fn(p['g'], p['s'], evalParams) File "/mnt/data/ocr/psenet/PSENet.pytorch-master/cal_recall/script.py", line 136, in evaluate_method subm = rrc_evaluation_funcs.load_folder_file(submFilePath, evaluationParams['DET_SAMPLE_NAME_2_ID'], True) File "/mnt/data/ocr/psenet/PSENet.pytorch-master/cal_recall/rrc_evaluation_funcs.py", line...

请问如何修改训练任意点训练呢

> > Put storage = get_ event_storage () in roi_ heads.py Change to: > > with EventStorage(): > > storage = get_event_storage() > > Thank you very much! I have...

你是怎么定义EventStorage,我改成with EventStorage(): storage = get_event_storage(),报错没有定义EventStorage。 NameError: name 'EventStorage' is not defined

> 请问这个pytorch版本的没有训练接口吗,如果我想改网络结构 ,需要到paddle里边去改并在paddle训练吗? 请问你改了pytorch训练接口吗,我最近也在改pytorch训练接口,可以交流一下啊