Building an Image Classification App with Gradio and Timm

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Watching your autocomplete and speed at which you accurately describe each step was amazing! Did you use a character tokenizer ahead of time trained on your example to rehearse? Soo cool and flawless it boggles me :) :shake: 🤗

AaronWacker
Автор

The autocompletion in VSCode came from tabnine or something similar? What extension is?

gaceladri
Автор

something is wrong with this tutorial, i got this error:

return {labels[i]:v.item() for i, v in zip(indices, values)}
IndexError: list index out of range

andranikarakelov
Автор

Slight change in code -

from timm.data.transforms_factory import create_transform

VikashKumarCurious