tensorflow / lucid

A collection of infrastructure and tools for research in neural network interpretability.
Apache License 2.0
4.64k stars 652 forks source link

I fixxed style transfer and deepdream notebooks #298

Open 400lbhacker opened 2 years ago

400lbhacker commented 2 years ago

deepdream notebook recently broke as well... it broke during the simple upload file portion, the python3 was having issues with the dic.keys() /w uint8 numpy array conversion. The new working notebook is located here:

https://colab.research.google.com/github/400lbhacker/lucid-deepdream/blob/master/lucid-deepdream.ipynb

I have tried the CPPN notebook and found it was working, I beleive all the projects are now working again with the exception of maybe the 3d neural style transfer. for any questions/concerns or if you would like to share your results please join our lucid facebook group here: https://www.facebook.com/groups/3407100409414697

note that group is not official but its about as much help as any of us are going to get, I promise to assist with all errors, to help ideas manifest and to keep compatability going.

thank you all