Skip to content

Construct RandWire CNN in attempt to reproduce results of ICCV-2019 paper (for Computer Vision final project)

Notifications You must be signed in to change notification settings

14coruma/RandWire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B657_Corum

B657 Final Project for Andrew Corum

To test this code, you will need TensorFlow installed on your machine. GPU acceleration (ie CuDNN) is recommended.

From the top directory, run python3 main.py to train and test a few pre-defind models (3 different RandWire models, AlexNet, TinyCNN, and HandmadeCNN).

To generate new random graphs, run python3 Graphs/graphs.py. The new graphs should be displayed in a window and saved to the Graphs/SavedGraphs/ directory.

General code-related references

Additional references can be found in the final report and specifically mentioned throughout the code.

About

Construct RandWire CNN in attempt to reproduce results of ICCV-2019 paper (for Computer Vision final project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages