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
epochs
:
300
output_dir
:
output_dir
output_dir
:
output_dir
adv_weight
:
1.0
cycle_weight
:
50.0
identity_weight
:
10.0
cam_weight
:
1000.0
model
:
model
:
name
:
UGATITModel
name
:
UGATITModel
...
@@ -25,57 +21,102 @@ model:
...
@@ -25,57 +21,102 @@ model:
input_nc
:
3
input_nc
:
3
ndf
:
32
ndf
:
32
n_layers
:
5
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
:
dataset
:
train
:
train
:
name
:
UnpairedDataset
name
:
UnpairedDataset
dataroot
:
data/photo2cartoon
dataroot_a
:
data/photo2cartoon/trainA
dataroot_b
:
data/photo2cartoon/trainB
num_workers
:
0
num_workers
:
0
phase
:
train
batch_size
:
1
max_dataset_size
:
inf
is_train
:
True
direction
:
AtoB
max_size
:
inf
input_nc
:
3
preprocess
:
output_nc
:
3
-
name
:
LoadImageFromFile
serial_batches
:
False
key
:
A
transforms
:
-
name
:
LoadImageFromFile
-
name
:
Resize
key
:
B
size
:
[
286
,
286
]
-
name
:
Transforms
interpolation
:
'
bilinear'
#'bicubic' #cv2.INTER_CUBIC
input_keys
:
[
A
,
B
]
-
name
:
RandomCrop
pipeline
:
size
:
[
256
,
256
]
-
name
:
Resize
-
name
:
RandomHorizontalFlip
size
:
[
286
,
286
]
prob
:
0.5
interpolation
:
'
bicubic'
#cv2.INTER_CUBIC
-
name
:
Transpose
keys
:
[
'
image'
,
'
image'
]
-
name
:
Normalize
-
name
:
RandomCrop
mean
:
[
127.5
,
127.5
,
127.5
]
size
:
[
256
,
256
]
std
:
[
127.5
,
127.5
,
127.5
]
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
:
test
:
name
:
SingleDataset
name
:
UnpairedDataset
dataroot
:
data/photo2cartoon/testA
dataroot_a
:
data/photo2cartoon/testA
max_dataset_size
:
inf
dataroot_b
:
data/photo2cartoon/testB
direction
:
AtoB
num_workers
:
0
input_nc
:
3
batch_size
:
1
output_nc
:
3
max_size
:
inf
serial_batches
:
False
is_train
:
False
transforms
:
preprocess
:
-
name
:
Resize
-
name
:
LoadImageFromFile
size
:
[
256
,
256
]
key
:
A
interpolation
:
'
bilinear'
#cv2.INTER_CUBIC
-
name
:
LoadImageFromFile
-
name
:
Transpose
key
:
B
-
name
:
Normalize
-
name
:
Transfroms
mean
:
[
127.5
,
127.5
,
127.5
]
input_keys
:
[
A
,
B
]
std
:
[
127.5
,
127.5
,
127.5
]
pipeline
:
-
name
:
Resize
optimizer
:
size
:
[
256
,
256
]
name
:
Adam
interpolation
:
'
bicubic'
#cv2.INTER_CUBIC
beta1
:
0.5
keys
:
[
'
image'
,
'
image'
]
weight_decay
:
0.0001
-
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
:
lr_scheduler
:
name
:
linear
name
:
LinearDecay
learning_rate
:
0.0001
learning_rate
:
0.0001
start_epoch
:
150
start_epoch
:
150
decay_epochs
:
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
:
log_config
:
interval
:
10
interval
:
10
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录