reiinakano / arbitrary-image-stylization-tfjs

Arbitrary style transfer using TensorFlow.js
https://reiinakano.github.io/arbitrary-image-stylization-tfjs/
Apache License 2.0
1.19k stars 214 forks source link

distilled tf savedModel #30

Open janakg opened 4 years ago

janakg commented 4 years ago

Hi @reiinakano, thanks for this example, we tried running the TFJS model in our electron application, it is a bit slower in the browser. We are planning to write a native node module with onnxruntime, just wondering is there a place we could find the original distilled TF model before the TFJS conversion, which might help us to test. Thanks!

reiinakano commented 4 years ago

I don't think I have them lying around anymore but @khanhlvg might have them!