# convnet-visualization **Repository Path**: xtudbxk/convnet-visualization ## Basic Information - **Project Name**: convnet-visualization - **Description**: copy from https://github.com/kvfrans/feature-visualization 想用这个实际一下如何对convnet进行可视化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Feature Visualization for Convnets in Tensorflow This is the code to accompany a post on [Visualizing Features from a Convolutional Network](http://kvfrans.com/visualizing-features-from-a-convolutional-neural-network/). ##Instructions for running: Download the [cifar10 binary format](https://www.cs.toronto.edu/~kriz/cifar.html), place into /cifar-10-batches-py directory(note: from the filename, I think we should download the python format ? url:https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz, by xtudbxk) run `main.py`(note: I just change some sentences to adapt to python3, by xtudbxk) run `conv.py` to compile many image files into the group ones shown in the post (note: And I didn't find the conv.py even in the origin github project, by xtudbxk)