-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should I do if I want to change the model? #8
Comments
Hello, this is related to #2. Currently CNN Explainer only supports the Tiny-VGG architecture that we described in our manuscript. If you want to use a different CNN model, then you would need to modify the code. If you want to use another pre-trained Tiny-VGG model, you can see the following functions in CNN Explainer (how we use tensorflow.js to load the model): cnn-explainer/src/overview/Overview.svelte Lines 1116 to 1117 in 0a6e09e
cnn-explainer/src/utils/cnn-tf.js Lines 414 to 422 in 0a6e09e
cnn-explainer/src/utils/cnn-tf.js Lines 55 to 231 in 0a6e09e
cnn-explainer/src/utils/cnn-tf.js Lines 233 to 270 in 0a6e09e
Let us know if you have more questions. I will close the issue for now :P |
As an FYI, docs for converting to |
No description provided.
The text was updated successfully, but these errors were encountered: