apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.17k stars 1.13k forks source link

resnet-50 model not works #3412

Open bllhlskr opened 3 years ago

bllhlskr commented 3 years ago

when i try to train resnet-50 it can not predict anything, i have tried other models and my code & model works properly.

TobyRoseman commented 3 years ago

Please share more information. It sounds like you're doing image classification, is that correct? squeezenet_v1.1 and VisionFeaturePrint_Scene work well but resnet-50 does not work, is this correct?

bllhlskr commented 3 years ago

turicreate works well it givs an output. but when i try to get prediction it says for every image not predicted. i tried other models and works well

TobyRoseman commented 3 years ago

when i try to get prediction it says for every image not predicted.

I've never seen this behavior. Can you share the output you are seeing?