Open nadaved1 opened 4 years ago
Hi, When the pad is not mentioned in the cfg file, like in the enet-coco.cfg the conversion fails, I think that something like this would cover it safely: pad = 'valid' if 'pad' in param and param['pad'] == '1': pad = 'same'
pad = 'valid' if 'pad' in param and param['pad'] == '1': pad = 'same'
Hi, When the pad is not mentioned in the cfg file, like in the enet-coco.cfg the conversion fails, I think that something like this would cover it safely:
pad = 'valid' if 'pad' in param and param['pad'] == '1': pad = 'same'