Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
66227977
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
大约 1 年 前同步成功
通知
115
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
66227977
编写于
11月 15, 2021
作者:
C
cuicheng01
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix some configs
上级
9046555a
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
34 addition
and
34 deletion
+34
-34
ppcls/configs/ImageNet/CSPNet/CSPDarkNet53.yaml
ppcls/configs/ImageNet/CSPNet/CSPDarkNet53.yaml
+1
-1
ppcls/configs/ImageNet/DarkNet/DarkNet53.yaml
ppcls/configs/ImageNet/DarkNet/DarkNet53.yaml
+6
-6
ppcls/configs/ImageNet/EfficientNet/EfficientNetB1.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB1.yaml
+3
-3
ppcls/configs/ImageNet/EfficientNet/EfficientNetB2.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB2.yaml
+3
-3
ppcls/configs/ImageNet/EfficientNet/EfficientNetB3.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB3.yaml
+3
-3
ppcls/configs/ImageNet/EfficientNet/EfficientNetB4.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB4.yaml
+3
-3
ppcls/configs/ImageNet/EfficientNet/EfficientNetB5.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB5.yaml
+3
-3
ppcls/configs/ImageNet/EfficientNet/EfficientNetB6.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB6.yaml
+3
-3
ppcls/configs/ImageNet/EfficientNet/EfficientNetB7.yaml
ppcls/configs/ImageNet/EfficientNet/EfficientNetB7.yaml
+3
-3
ppcls/configs/ImageNet/ResNeSt/ResNeSt101.yaml
ppcls/configs/ImageNet/ResNeSt/ResNeSt101.yaml
+6
-6
未找到文件。
ppcls/configs/ImageNet/CSPNet/CSPDarkNet53.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
2
24
,
224
]
image_shape
:
[
3
,
2
56
,
256
]
save_inference_dir
:
./inference
# training model under @to_static
to_static
:
False
...
...
ppcls/configs/ImageNet/DarkNet/DarkNet53.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
2
24
,
224
]
image_shape
:
[
3
,
2
56
,
256
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -53,7 +53,7 @@ DataLoader:
to_rgb
:
True
channel_first
:
False
-
RandCropImage
:
size
:
2
24
size
:
2
56
-
RandFlipImage
:
flip_code
:
1
-
NormalizeImage
:
...
...
@@ -84,9 +84,9 @@ DataLoader:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
2
56
resize_short
:
2
92
-
CropImage
:
size
:
2
24
size
:
2
56
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
@@ -109,9 +109,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
2
56
resize_short
:
2
92
-
CropImage
:
size
:
2
24
size
:
2
56
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB1.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
2
24
,
224
]
image_shape
:
[
3
,
2
40
,
240
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
2
56
resize_short
:
2
72
-
CropImage
:
size
:
2
24
size
:
2
40
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB2.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
2
24
,
224
]
image_shape
:
[
3
,
2
60
,
260
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
2
56
resize_short
:
2
92
-
CropImage
:
size
:
2
24
size
:
2
60
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB3.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
224
,
224
]
image_shape
:
[
3
,
300
,
300
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
256
resize_short
:
332
-
CropImage
:
size
:
224
size
:
300
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB4.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
224
,
224
]
image_shape
:
[
3
,
380
,
380
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
256
resize_short
:
412
-
CropImage
:
size
:
224
size
:
380
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB5.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
224
,
224
]
image_shape
:
[
3
,
456
,
456
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
256
resize_short
:
448
-
CropImage
:
size
:
224
size
:
456
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB6.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
224
,
224
]
image_shape
:
[
3
,
528
,
528
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
256
resize_short
:
560
-
CropImage
:
size
:
224
size
:
528
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/EfficientNet/EfficientNetB7.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
224
,
224
]
image_shape
:
[
3
,
600
,
600
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
256
resize_short
:
632
-
CropImage
:
size
:
224
size
:
600
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
ppcls/configs/ImageNet/ResNeSt/ResNeSt101.yaml
浏览文件 @
66227977
...
...
@@ -11,7 +11,7 @@ Global:
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
image_shape
:
[
3
,
2
24
,
224
]
image_shape
:
[
3
,
2
56
,
256
]
save_inference_dir
:
./inference
# model architecture
...
...
@@ -53,7 +53,7 @@ DataLoader:
to_rgb
:
True
channel_first
:
False
-
RandCropImage
:
size
:
2
24
size
:
2
56
-
RandFlipImage
:
flip_code
:
1
-
AutoAugment
:
...
...
@@ -85,9 +85,9 @@ DataLoader:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
2
56
resize_short
:
2
88
-
CropImage
:
size
:
2
24
size
:
2
56
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
@@ -110,9 +110,9 @@ Infer:
to_rgb
:
True
channel_first
:
False
-
ResizeImage
:
resize_short
:
2
56
resize_short
:
2
88
-
CropImage
:
size
:
2
24
size
:
2
56
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录