pull/95/head
littletomatodonkey 2020-05-03 16:41:32 +00:00
parent 7cb2150d6a
commit cd221a3476
1 changed files with 1 additions and 1 deletions
docs/zh_CN

View File

@ -22,7 +22,7 @@
>>
* Q: 在评测`EfficientNetB0_small`模型时为什么最终的精度始终比官网的低0.3%左右?
* A: `EfficientNet`系列的网络在进行resize的时候是使用`cubic插值方式`(resize参数的interpolation值设置为2),而默认情况下位None因此在训练和评估的时候需要显式地指定resiz的interpolation值。具体地可以参考以下配置中预处理过程中ResizeImage的参数。
* A: `EfficientNet`系列的网络在进行resize的时候是使用`cubic插值方式`(resize参数的interpolation值设置为2),而其他模型默认情况下为None因此在训练和评估的时候需要显式地指定resiz的interpolation值。具体地可以参考以下配置中预处理过程中ResizeImage的参数。
```
VALID:
batch_size: 16