Skip to content

有关model_common_train代码中的问题 #6

@DanielCho-HK

Description

@DanielCho-HK

作者您好,请问model_common_train.py的931行代码
filter_curr_stroke_image_soft = tf.multiply(tf.subtract(1.0, curr_state_soft), curr_stroke_image_large)
这里是不是应该改为
filter_curr_stroke_image_soft = tf.multiply(curr_state_soft, curr_stroke_image_large)
不需要tf.subtract(1.0, curr_state_soft)这个一步操作

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions