crowsonkb / style_transfer

Data-parallel image stylization using Caffe.
MIT License
113 stars 14 forks source link

Colab Port #23

Open Maven-art opened 4 years ago

Maven-art commented 4 years ago

great project, here is a colab port i put together: https://colab.research.google.com/drive/1_ECeeuQPeTQ_51FTgeymfsFotLemIRQM

crowsonkb commented 4 years ago

Hi. I tried this and I'm not able to upload content/style images:

Screen Shot 2019-12-05 at 11 35 28 AM

I haven't used Colab before and don't really know how to start troubleshooting the issue.

crowsonkb commented 4 years ago

Apparently the solution to the problem I encountered is to use Chrome instead of Safari.

Maven-art commented 4 years ago

Thanks for testing it out. I added some notes in the top cell for browser compatibility and Runtime configuration for new users. Hope others find it useful.