Skip to content

I've got an error of TypeError: 'Flag' object cannot be interpreted as an integer #3

Description

@SungjinChoi1128

I have an error when i ran train.py
The error message appeared as TypeError: 'Flag' object cannot be interpreted as an integer.
The error occurs at z = tf.placeholder(tf.float32, shape=[None, generator.generate_noise().shape[1]])
It seems like z is interpreted as integer which i assume is supposed to be float.
Any idea of this problem?

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