forked from poloclub/cnn-explainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request poloclub#19 from poloclub/dev
Merge dev branch to master
- Loading branch information
Showing
10 changed files
with
19 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ For more information, check out our manuscript: | |
Wang, Zijie J., Robert Turko, Omar Shaikh, Haekyu Park, Nilaksh Das, Fred Hohman, Minsuk Kahng, and Duen Horng Chau. | ||
arXiv preprint 2020. arXiv:2004.15004. | ||
|
||
|
||
## Live Demo | ||
|
||
For a live demo, visit: https://poloclub.github.io/cnn-explainer/ | ||
|
@@ -22,7 +21,7 @@ For a live demo, visit: https://poloclub.github.io/cnn-explainer/ | |
|
||
Clone or download this repository: | ||
|
||
``` | ||
```bash | ||
git clone [email protected]:poloclub/cnn-explainer.git | ||
|
||
# use degit if you don't want to download commit histories | ||
|
@@ -31,19 +30,20 @@ degit poloclub/cnn-explainer | |
|
||
Install the dependencies: | ||
|
||
``` | ||
```bash | ||
npm install | ||
``` | ||
|
||
Then run CNN Explainer: | ||
|
||
``` | ||
```bash | ||
npm run dev | ||
``` | ||
|
||
Navigate to [localhost:5000](https://localhost:5000). You should see CNN Explainer running in your broswer :) | ||
|
||
To see how we trained the CNN, visit the directory [`./tiny-vgg/`](tiny-vgg). | ||
If you want to use CNN Explainer with your own CNN model or image classes, see [#8](/../../issues/8) and [#14](/../../issues/14). | ||
|
||
## Credits | ||
|
||
|
@@ -65,9 +65,10 @@ We thank | |
[Kantwon Rogers](https://www.kantwon.com), and the | ||
[Georgia Tech Visualization Lab](https://vis.gatech.edu) | ||
for their support and constructive feedback. | ||
|
||
## Citation | ||
``` | ||
|
||
```bibTeX | ||
@article{wangCNNExplainerLearning2020, | ||
title = {{{CNN Explainer}}: {{Learning Convolutional Neural Networks}} with {{Interactive Visualization}}}, | ||
shorttitle = {{{CNN Explainer}}}, | ||
|
@@ -82,10 +83,9 @@ for their support and constructive feedback. | |
``` | ||
|
||
## License | ||
|
||
The software is available under the [MIT License](https://github.com/poloclub/cnn-explainer/blob/master/LICENSE). | ||
|
||
## Contact | ||
|
||
If you have any questions, feel free to [open an issue](https://github.com/poloclub/cnn-explainer/issues/new/choose) or contact [Jay Wang](https://www.zijie.wang). | ||
|
||
|
||
If you have any questions, feel free to [open an issue](https://github.com/poloclub/cnn-explainer/issues/new/choose) or contact [Jay Wang](https://zijie.wang). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters