Spaces:
Running
Running
File size: 232 Bytes
0b86da8 | 1 2 3 4 5 6 7 8 9 10 | device: "auto" # "cuda", "cpu", or "auto"
classes: ["glass", "paper", "cardboard", "plastic", "metal", "trash"]
split: [0.70, 0.15, 0.15]
img_size: [224, 224]
batch_size: 32
epochs: 25
patience: 5
lr: 0.001
random_seed: 42
|