exporter: 16bit single-channel network support

single_channel
Samuel Dobron 5 months ago
parent 569c23e681
commit 8473e4eb62

@ -176,7 +176,7 @@ class Exporter:
raise SystemError('Edge TPU export only supported on Linux. See https://coral.ai/docs/edgetpu/compiler/')
# Input
im = torch.zeros(self.args.batch, 3, *self.imgsz).to(self.device)
im = torch.zeros(self.args.batch, 1, *self.imgsz).to(self.device)
file = Path(
getattr(model, 'pt_path', None) or getattr(model, 'yaml_file', None) or model.yaml.get('yaml_file', ''))
if file.suffix in ('.yaml', '.yml'):

Loading…
Cancel
Save