Problems to use a converted Py Torch Vanilla NN in a Pipeline when it has hidden layers with different shapes from input layer #2422
Labels
bug
Unexpected behaviour that should be corrected (type)
🐞Describing the bug
And converted it to a Core ML package using Core ML Tools
This model can be open in Xcode with no problem
But, if I try to use it in a Pipeline:
It does not open on XCode and give me the following error:
This problem does not occur if
self.linear1 = nn.Linear(3, 3)
andself.linear3 = nn.Linear(3, 1)
.To Reproduce
Test.mlpackage will open without problem in Xcode, but Test-Pipeline.mlpackage will present the outputSchema error...
System environment
The text was updated successfully, but these errors were encountered: