resnet101 / model.yaml
modelExperience's picture
Upload 6 files
5b9ac22
Raw
History Blame
198 Bytes
model_name: resnet101
contrast_path: /label.txt
transform:
Resize: [256]
centercrop:
isExist: True
value: 224
Normalize:
mean: [0.485, 0.456, 0.406]
std: [0.229, 0.224, 0.225]