Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
cabc7a0f
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看板
提交
cabc7a0f
编写于
12月 28, 2021
作者:
G
gaotingquan
提交者:
Tingquan Gao
12月 28, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: replace reg exp with layer name
上级
71cb728b
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
10 addition
and
10 deletion
+10
-10
ppcls/configs/Cartoonface/ResNet50_icartoon.yaml
ppcls/configs/Cartoonface/ResNet50_icartoon.yaml
+1
-1
ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5.yaml
...s/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5.yaml
+1
-1
ppcls/configs/Logo/ResNet50_ReID.yaml
ppcls/configs/Logo/ResNet50_ReID.yaml
+1
-1
ppcls/configs/Products/ResNet50_vd_Aliproduct.yaml
ppcls/configs/Products/ResNet50_vd_Aliproduct.yaml
+1
-1
ppcls/configs/Products/ResNet50_vd_Inshop.yaml
ppcls/configs/Products/ResNet50_vd_Inshop.yaml
+1
-1
ppcls/configs/Products/ResNet50_vd_SOP.yaml
ppcls/configs/Products/ResNet50_vd_SOP.yaml
+1
-1
ppcls/configs/Vehicle/ResNet50.yaml
ppcls/configs/Vehicle/ResNet50.yaml
+1
-1
ppcls/configs/Vehicle/ResNet50_ReID.yaml
ppcls/configs/Vehicle/ResNet50_ReID.yaml
+1
-1
ppcls/configs/slim/ResNet50_vehicle_cls_prune.yaml
ppcls/configs/slim/ResNet50_vehicle_cls_prune.yaml
+1
-1
ppcls/configs/slim/ResNet50_vehicle_cls_quantization.yaml
ppcls/configs/slim/ResNet50_vehicle_cls_quantization.yaml
+1
-1
未找到文件。
ppcls/configs/Cartoonface/ResNet50_icartoon.yaml
浏览文件 @
cabc7a0f
...
...
@@ -22,7 +22,7 @@ Arch:
name
:
"
ResNet50"
pretrained
:
True
BackboneStopLayer
:
name
:
"
flatten
_0
"
name
:
"
flatten"
output_dim
:
2048
Head
:
name
:
"
FC"
...
...
ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5.yaml
浏览文件 @
cabc7a0f
...
...
@@ -28,7 +28,7 @@ Arch:
pretrained
:
True
use_ssld
:
True
BackboneStopLayer
:
name
:
flatten_0
name
:
"
flatten"
Neck
:
name
:
FC
embedding_size
:
1280
...
...
ppcls/configs/Logo/ResNet50_ReID.yaml
浏览文件 @
cabc7a0f
...
...
@@ -24,7 +24,7 @@ Arch:
name
:
"
ResNet50_last_stage_stride1"
pretrained
:
True
BackboneStopLayer
:
name
:
"
a
daptive_avg_pool2d_0
"
name
:
"
a
vg_pool
"
Neck
:
name
:
"
VehicleNeck"
in_channels
:
2048
...
...
ppcls/configs/Products/ResNet50_vd_Aliproduct.yaml
浏览文件 @
cabc7a0f
...
...
@@ -25,7 +25,7 @@ Arch:
name
:
ResNet50_vd
pretrained
:
True
BackboneStopLayer
:
name
:
flatten_0
name
:
"
flatten"
Neck
:
name
:
FC
embedding_size
:
2048
...
...
ppcls/configs/Products/ResNet50_vd_Inshop.yaml
浏览文件 @
cabc7a0f
...
...
@@ -25,7 +25,7 @@ Arch:
name
:
ResNet50_vd
pretrained
:
False
BackboneStopLayer
:
name
:
flatten_0
name
:
"
flatten"
Neck
:
name
:
FC
embedding_size
:
2048
...
...
ppcls/configs/Products/ResNet50_vd_SOP.yaml
浏览文件 @
cabc7a0f
...
...
@@ -22,7 +22,7 @@ Arch:
name
:
ResNet50_vd
pretrained
:
False
BackboneStopLayer
:
name
:
flatten_0
name
:
"
flatten"
Neck
:
name
:
FC
embedding_size
:
2048
...
...
ppcls/configs/Vehicle/ResNet50.yaml
浏览文件 @
cabc7a0f
...
...
@@ -23,7 +23,7 @@ Arch:
name
:
"
ResNet50_last_stage_stride1"
pretrained
:
True
BackboneStopLayer
:
name
:
"
a
daptive_avg_pool2d_0
"
name
:
"
a
vg_pool
"
Neck
:
name
:
"
VehicleNeck"
in_channels
:
2048
...
...
ppcls/configs/Vehicle/ResNet50_ReID.yaml
浏览文件 @
cabc7a0f
...
...
@@ -24,7 +24,7 @@ Arch:
name
:
"
ResNet50_last_stage_stride1"
pretrained
:
True
BackboneStopLayer
:
name
:
"
a
daptive_avg_pool2d_0
"
name
:
"
a
vg_pool
"
Neck
:
name
:
"
VehicleNeck"
in_channels
:
2048
...
...
ppcls/configs/slim/ResNet50_vehicle_cls_prune.yaml
浏览文件 @
cabc7a0f
...
...
@@ -28,7 +28,7 @@ Arch:
name
:
"
ResNet50_last_stage_stride1"
pretrained
:
True
BackboneStopLayer
:
name
:
"
a
daptive_avg_pool2d_0
"
name
:
"
a
vg_pool
"
Neck
:
name
:
"
VehicleNeck"
in_channels
:
2048
...
...
ppcls/configs/slim/ResNet50_vehicle_cls_quantization.yaml
浏览文件 @
cabc7a0f
...
...
@@ -27,7 +27,7 @@ Arch:
name
:
"
ResNet50_last_stage_stride1"
pretrained
:
True
BackboneStopLayer
:
name
:
"
a
daptive_avg_pool2d_0
"
name
:
"
a
vg_pool
"
Neck
:
name
:
"
VehicleNeck"
in_channels
:
2048
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录