This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Unsupported axis 3 for softmax #584
Labels
question
Response providing clarification needed. Will not be assigned to a release. (type)
Was there a version update? (i don't think so but i feel i'm going crazy)
A week ago i was able to convert the
Softmax
layer:This is the conversion code:
but now it throws the error:
if i add
minimum_ios_deployment_target='13'
it works, but it did work before that (am i going crazy?)onnx_coreml = 1.3
onnx = 1.7.0
coremltools =3.4
torch = 1.6.0+cu101
Just realized the importance of pip freeze :( a little too late.
What am i missing?
Thanks in advance.
The text was updated successfully, but these errors were encountered: