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++ (1,161 forks)batch import
buggood first issueimage similarity

Repository metrics

Stars
 (11,135 stars)
PR merge metrics
 (No merged PRs in 30d)

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