Spaces:
Runtime error
Runtime error
File size: 1,262 Bytes
be11144 c89c010 be11144 99293cd be11144 c89c010 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
default:
use_ycrcb: False
seginit:
type: circle
radius: 5
save:
init: false
image: false
output: true
video: true
loss: false
trainable:
bg: False
record: True
stroke: False
# num_segments: 4
num_iter: 500
lr_base:
bg: 0.01
point: 1
color: 0.01
stroke_width: null
stroke_color: null
coord_init:
type: sparse
seed: 0
loss:
use_l1_loss: false
use_distance_weighted_loss: true
xing_loss_weight: 0.01
bis_loss_weight: null
experiment_4x1:
path_schedule:
type: repeat
max_path: 1
schedule_each: 1
experiment_5x1:
path_schedule:
type: repeat
max_path: 5
schedule_each: 1
experiment_8x1:
path_schedule:
type: repeat
max_path: 8
schedule_each: 1
experiment_16x1:
path_schedule:
type: repeat
max_path: 16
schedule_each: 1
experiment_32x1:
path_schedule:
type: repeat
max_path: 32
schedule_each: 1
experiment_1357:
path_schedule:
type: list
schedule: [1, 3, 5, 7]
experiment_exp2_256:
path_schedule:
type: exp
base: 2
max_path: 256
max_path_per_iter: 32
experiment_exp2_128:
path_schedule:
type: exp
base: 2
max_path: 128
max_path_per_iter: 32
|