Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleGAN
提交
776fe801
P
PaddleGAN
项目概览
PaddlePaddle
/
PaddleGAN
大约 1 年 前同步成功
通知
97
Star
7254
Fork
1210
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
4
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleGAN
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
4
Issue
4
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
776fe801
编写于
1月 15, 2021
作者:
Hao-qiang
提交者:
GitHub
1月 15, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix photo2cartoon configs (#144)
上级
5972bf7f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
85 addition
and
44 deletion
+85
-44
configs/ugatit_photo2cartoon.yaml
configs/ugatit_photo2cartoon.yaml
+85
-44
未找到文件。
configs/ugatit_photo2cartoon.yaml
浏览文件 @
776fe801
epochs
:
300
output_dir
:
output_dir
adv_weight
:
1.0
cycle_weight
:
50.0
identity_weight
:
10.0
cam_weight
:
1000.0
model
:
name
:
UGATITModel
...
...
@@ -25,57 +21,102 @@ model:
input_nc
:
3
ndf
:
32
n_layers
:
5
l1_criterion
:
name
:
L1Loss
mse_criterion
:
name
:
MSELoss
bce_criterion
:
name
:
BCEWithLogitsLoss
adv_weight
:
1.0
cycle_weight
:
50.0
identity_weight
:
10.0
cam_weight
:
1000.0
dataset
:
train
:
name
:
UnpairedDataset
dataroot
:
data/photo2cartoon
dataroot_a
:
data/photo2cartoon/trainA
dataroot_b
:
data/photo2cartoon/trainB
num_workers
:
0
phase
:
train
max_dataset_size
:
inf
direction
:
AtoB
input_nc
:
3
output_nc
:
3
serial_batches
:
False
transforms
:
-
name
:
Resize
size
:
[
286
,
286
]
interpolation
:
'
bilinear'
#'bicubic' #cv2.INTER_CUBIC
-
name
:
RandomCrop
size
:
[
256
,
256
]
-
name
:
RandomHorizontalFlip
prob
:
0.5
-
name
:
Transpose
-
name
:
Normalize
mean
:
[
127.5
,
127.5
,
127.5
]
std
:
[
127.5
,
127.5
,
127.5
]
batch_size
:
1
is_train
:
True
max_size
:
inf
preprocess
:
-
name
:
LoadImageFromFile
key
:
A
-
name
:
LoadImageFromFile
key
:
B
-
name
:
Transforms
input_keys
:
[
A
,
B
]
pipeline
:
-
name
:
Resize
size
:
[
286
,
286
]
interpolation
:
'
bicubic'
#cv2.INTER_CUBIC
keys
:
[
'
image'
,
'
image'
]
-
name
:
RandomCrop
size
:
[
256
,
256
]
keys
:
[
'
image'
,
'
image'
]
-
name
:
RandomHorizontalFlip
prob
:
0.5
keys
:
[
'
image'
,
'
image'
]
-
name
:
Transpose
keys
:
[
'
image'
,
'
image'
]
-
name
:
Normalize
mean
:
[
127.5
,
127.5
,
127.5
]
std
:
[
127.5
,
127.5
,
127.5
]
keys
:
[
'
image'
,
'
image'
]
test
:
name
:
SingleDataset
dataroot
:
data/photo2cartoon/testA
max_dataset_size
:
inf
direction
:
AtoB
input_nc
:
3
output_nc
:
3
serial_batches
:
False
transforms
:
-
name
:
Resize
size
:
[
256
,
256
]
interpolation
:
'
bilinear'
#cv2.INTER_CUBIC
-
name
:
Transpose
-
name
:
Normalize
mean
:
[
127.5
,
127.5
,
127.5
]
std
:
[
127.5
,
127.5
,
127.5
]
optimizer
:
name
:
Adam
beta1
:
0.5
weight_decay
:
0.0001
name
:
UnpairedDataset
dataroot_a
:
data/photo2cartoon/testA
dataroot_b
:
data/photo2cartoon/testB
num_workers
:
0
batch_size
:
1
max_size
:
inf
is_train
:
False
preprocess
:
-
name
:
LoadImageFromFile
key
:
A
-
name
:
LoadImageFromFile
key
:
B
-
name
:
Transfroms
input_keys
:
[
A
,
B
]
pipeline
:
-
name
:
Resize
size
:
[
256
,
256
]
interpolation
:
'
bicubic'
#cv2.INTER_CUBIC
keys
:
[
'
image'
,
'
image'
]
-
name
:
Transpose
keys
:
[
'
image'
,
'
image'
]
-
name
:
Normalize
mean
:
[
127.5
,
127.5
,
127.5
]
std
:
[
127.5
,
127.5
,
127.5
]
keys
:
[
'
image'
,
'
image'
]
lr_scheduler
:
name
:
linear
name
:
LinearDecay
learning_rate
:
0.0001
start_epoch
:
150
decay_epochs
:
150
# will get from real dataset
iters_per_epoch
:
1
optimizer
:
optimG
:
name
:
Adam
net_names
:
-
genA2B
-
genB2A
weight_decay
:
0.0001
beta1
:
0.5
optimD
:
name
:
Adam
net_names
:
-
disGA
-
disGB
-
disLA
-
disLB
weight_decay
:
0.0001
beta1
:
0.5
log_config
:
interval
:
10
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录