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

numpy is not imported in Dataset.py #17

Closed
c13proto opened this issue Mar 15, 2019 · 2 comments
Closed

numpy is not imported in Dataset.py #17

c13proto opened this issue Mar 15, 2019 · 2 comments

Comments

@c13proto
Copy link

I found very trivial error in your code at Dataset.py
if 255 in np.unique(label): label[label==255] = 19

np is not defined yet.

@c13proto c13proto changed the title np is not imported at Dataset.py numpy is not imported in Dataset.py Mar 15, 2019
@sacmehta
Copy link
Owner

Thanks for noting it. I have fixed it.

@c13proto
Copy link
Author

I confirmed and close this issue.
Thank you for releasing attractive network model!

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

2 participants