imagenette / config.toml
Alex Cabrera
initial commit
8bc0b6a
raw
history blame
No virus
263 Bytes
functions = "./"
view = "image-classification"
metadata = "./imagenette_formatted.csv"
models = ["IMAGENET1K_V1", "IMAGENET1K_V2"]
data_path = "./imagenette/"
data_column = "id"
label_column = "label"
batch_size = 32
port = 7860
host = "0.0.0.0"
editable = false