Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
·
611835b
1
Parent(s):
4b6f755
Update main.py
Browse files
main.py
CHANGED
@@ -451,6 +451,7 @@ def main_func(target, experiment, cfg_arg):
|
|
451 |
para_stroke_width[path_idx] = stroke_width_var
|
452 |
para_stroke_color[path_idx] = stroke_color_var
|
453 |
else:
|
|
|
454 |
shapes, shape_groups, point_var, color_var = init_shapes(
|
455 |
pathn, cfg.num_segments, (h, w),
|
456 |
cfg.seginit, len(shapes_record),
|
|
|
451 |
para_stroke_width[path_idx] = stroke_width_var
|
452 |
para_stroke_color[path_idx] = stroke_color_var
|
453 |
else:
|
454 |
+
print(f"debug cfg.trainable.stroke false : {gt}")
|
455 |
shapes, shape_groups, point_var, color_var = init_shapes(
|
456 |
pathn, cfg.num_segments, (h, w),
|
457 |
cfg.seginit, len(shapes_record),
|