Closed wennycooper closed 1 year ago
Sorry for taking some time.
I reproduced your issue, and I found Colab environment has old Pillow. So, could you please try this command?
!pip install -U Pillow
This will show the warning message, so you need to push RESTART RUNTIME
button.
This Restarting will reset your current directory, so you need to execute following command again:
%cd nnabla-examples/image-generation/stylegan2
We will update Colab instruction or requirements for nnabla. I hope this instruction will help you.
Yes, it works. Thank you!
I tried to run the colab of stylegan2 in https://colab.research.google.com/github/sony/nnabla-examples/blob/master/interactive-demos/stylegan2.ipynb But I got runtime error in nn.load_parameters("styleGAN2_G_params.h5")
Is there any solution?