apple/turicreate

Image Similarity exported coreml spec includes two useless layer

Open

#2,697 opened on Nov 20, 2019

View on GitHub
 (8 comments) (0 reactions) (1 assignee)C++ (11,135 stars) (1,161 forks)batch import
buggood first issueimage similarity

Description

Coreml model spec for image similarity has two useless layer: softmax and fc1, which doesn't effect the result but should be removed.

Contributor guide