poloclub / cnn-explainer

Learning Convolutional Neural Networks with Interactive Visualization.
https://poloclub.github.io/cnn-explainer/
MIT License
8.1k stars 1.22k forks source link

Why is the interface blank? #16

Closed lsyic closed 4 years ago

lsyic commented 4 years ago

Your work is really good! I want to study it, but the browser interface is blank.How could I fix the problem? Thank you!!! image

xiaohk commented 4 years ago

Thanks @lsyic , I'm glad you like it!

Are you running CNN Explainer from the public demo? I just tested it and there is no problem loading the visualization on my machine (macOS + Firefox).

The error message indicates that it's a tensorflow.js error — It has trouble using the GPU on your device. Below are some related issues:

https://github.com/tensorflow/tfjs/issues/1466 https://github.com/tensorflow/tfjs/issues/1337 https://github.com/justadudewhohacks/face-api.js/issues/282 https://github.com/justadudewhohacks/face-api.js/issues/294 https://github.com/justadudewhohacks/face-api.js/issues/327

I suggest updating your browser (looks like Chrome?) to the latest version and try to load CNN Explainer again.

lsyic commented 4 years ago

Yeah!It's browser's problem. The software running well after updating the browser. Thank you!!!

xiaohk commented 4 years ago

Good! No problem ٩( ᐛ )و