Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'mask' is not defined #8

Open
hualuoluoyuxin opened this issue Apr 16, 2022 · 0 comments
Open

NameError: name 'mask' is not defined #8

hualuoluoyuxin opened this issue Apr 16, 2022 · 0 comments

Comments

@hualuoluoyuxin
Copy link

Hello,
I have a question,what is the mask in line 107 and line 108 in the file invert_biggan_with_transform.py,

target_transform_fn = SpatialTransform(pre_align=mask)
weight_transform_fn = SpatialTransform(pre_align=mask)

when I run this program, the following error occurs:

Traceback (most recent call last):
  File "invert_biggan_with_transform.py", line 107, in <module>
    target_transform_fn = SpatialTransform(pre_align=mask)
NameError: name 'mask' is not defined

How can I solve it?Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant