Weed-Classification / config.yaml
Kaori1707's picture
fix app
91df7cc
raw
history blame contribute delete
No virus
212 Bytes
{
#Model
"model": "EfficientNet", # [Alexnet, VGG, GoogleNet, ResNet, DenseNet, MobileNet, SqueezeNet, ShuffleNet, EfficientNet, SE-ResNet (not available)]
"pretrained": True,
"n_class": 40,
}