mdenna-synaptics / codalab2022

4 stars 0 forks source link

"error": "Error, no model files in submission" #6

Open macsmy opened 2 years ago

macsmy commented 2 years ago

Ive got following "error": "Error, no model files in submission" for all of my submissions. however, the model is present in the zip archive. do you require the tflite model to have a specific name or extension name?

kia350 commented 2 years ago

put the tflite model 、readme.txt、0801.png、.....、0900.png together in a dir. And cd in the dir and zip -q test.zip * and submission the test.zip
you can try the pipline

mdenna-synaptics commented 2 years ago

Yes please follow the steps suggested by kia350 There is no specific requirement for the name of the model, as long as the extension is .tflite and it is in the same directory as the png files

On Jul 15, 2022, at 04:53, kia350 @.**@.>> wrote:

CAUTION: Email originated externally, do not click links or open attachments unless you recognize the sender and know the content is safe.

put the tflite model 、readme.txt、0801.png、.....、0900.png together in a dir. And cd in the dir and zip -q test.zip * and submission the test.zip you can try the pipline

— Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_mdenna-2Dsynaptics_codalab2022_issues_6-23issuecomment-2D1185114986&d=DwMFaQ&c=7dfBJ8cXbWjhc0BhImu8wVIoUFmBzj1s88r8EGyM0UY&r=Vk691SHrqPMn0gZSgjKCFIPOPvlSV8Hh5VXr0RsWBi4&m=9lvNdL0SvV7zj8n0D156y7D_-zjO1MqK_K_j5aQ1mwO8wlQBM3H48Ua5fu6tk26p&s=sYGaCPKm0xgvrq8jMaYWmz54XtmXh653tdQSvoJ_yzs&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AUA5WBOHSBPL4ZZ4FIQS5SLVUDHCBANCNFSM53TUOAOQ&d=DwMFaQ&c=7dfBJ8cXbWjhc0BhImu8wVIoUFmBzj1s88r8EGyM0UY&r=Vk691SHrqPMn0gZSgjKCFIPOPvlSV8Hh5VXr0RsWBi4&m=9lvNdL0SvV7zj8n0D156y7D_-zjO1MqK_K_j5aQ1mwO8wlQBM3H48Ua5fu6tk26p&s=EORyooo-hL7wEJoTARyVptXnNkQFGgaUUK4tkI3IncI&e=. You are receiving this because you are subscribed to this thread.Message ID: @.***>

macsmy commented 2 years ago

okay, my tflite file had extension .lite. now it works. thanks