Open
Description
🐞Describing the bug
I have an ML Program with a conv node. If the pad_type is set to same
or same_lower
I get an error saying the 'pad' input is required.
coremlcompiler: error: Failed to parse the model specification. Error: Unable to parse ML Program: in operation node1_token_0: Required param 'pad' is missing
The spec for conv in coremltools says 'pad' should only be specified if the pad_type is custom
.
Is there some inconsistency between the spec and the parsing in coremlcompiler and 'pad' needs to be specified?
System environment (please complete the following information):
- coremltools version:
- OS (e.g. MacOS version or Linux type): MacOS 13.6.4
Additional context
Zipped model.mlprogram:
model.zip