-
Notifications
You must be signed in to change notification settings - Fork 35
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
Colab? #1
Comments
got it running from the notebooks/generate.ipynb example somehow: https://colab.research.google.com/drive/1WCrjoz130n6hc2o34KCizVXpxKIZylLM I was able to export a landscape panorama video but if anyone has any hints on how to use your own .pkl file instead of the default |
@Devetec yes, you can run the model in Colab: here is the Colab version of |
@gllmp |
@universome thank you for sharing the Colab version, that's really cool ! when I tried to use my own .pkl file I got this error:
It looks like a resolution problem, but not sure what's going on. Alternatively, I'd be curious to know how to try the LSUN Bedroom dataset instead, the extrapolation example in the project page looked fantastic ! |
@gllmp I'm pretty sure you have to train using the ALIS code (maybe) |
@gllmp Yes, as @Devetec said, it is not possible to use original StyleGAN2's checkpoints with ALIS code since there are large differences in architectures (like patchwise generation and coordinate conditioning). But honestly, your question makes me think that it might actually be possible to redesign ALIS in such a way that it is convertible from StyleGAN2, though it is not trivial and I expect the quality to be lower. |
Training can be done like this: https://github.com/universome/alis#training |
after training how use it ? thank's i'm big fan ! |
Any way to run this in colab?
The text was updated successfully, but these errors were encountered: