这是indexloc提供的服务,不要输入任何密码
Skip to content

Issue with tfgan_on_tpus.ipynb in the train step #44

@elich11

Description

@elich11

NameError Traceback (most recent call last)
in init_global_real_logits()
42 try:
---> 43 real_logits is not None
44 except NameError:

NameError: name 'real_logits' is not defined

During handling of the above exception, another exception occurred:

AssertionError Traceback (most recent call last)
2 frames
in get_real_image_logits(num_images, classifier_model)
32 logits = sess.run(real_logits)
33 assert len(logits.shape) == 2
---> 34 assert logits.shape[0] == num_images
35 return logits
36

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions