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

Style transfer notebook removed / not functional #13

Closed
ioannist opened this issue Sep 18, 2020 · 2 comments
Closed

Style transfer notebook removed / not functional #13

ioannist opened this issue Sep 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ioannist
Copy link

Style transfer notebook won't open in colab

Notebook not found
There was an error loading this notebook. Ensure that the file is accessible and try again.
Ensure that you have permission to view this notebook in GitHub and authorize Colaboratory to use the GitHub API.

Also, manually loading the notebook locally or on colab fails in the secondcell

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-15-7857ada21f3b> in <module>
      2 
      3 import kornia
----> 4 from nn_hallucinations import colab_utils
      5 import torch
      6 from torch import nn

ImportError: cannot import name 'colab_utils' from 'nn_hallucinations' (unknown location)
@EugenHotaj
Copy link
Owner

EugenHotaj commented Sep 18, 2020

Hi @ioannist,

Thanks for catching this. This library used to be called nn_hallucinations and was renamed to pytorch-generative, which is why you're getting the error. I fixed this is 7e00193, please try it again and let me know if you run into any more issues.

We really need some kind of tests for these notebooks, as they're very prone to getting out of sync and breaking.

@EugenHotaj EugenHotaj self-assigned this Sep 18, 2020
@EugenHotaj EugenHotaj added the bug Something isn't working label Sep 18, 2020
@EugenHotaj
Copy link
Owner

Going to close this out as I think it's now fixed. Please reopen if you see the issue again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants