This Project aims to reproduce the claims of the paper titled "What Do Compressed Deep Neural Networks Forget?" by Sara Hooker, Aaron Courville, Gregory Clark, Yann Dauphin and Andrea Frome.
Weights and Biases Client were used to conduct all the experiments. You can explore the Project here.
You can interact with the web app at this link. Some identified PIE's are also available on the website.
(After Cloning and switching to the web-app
branch)
- Create the conda environment
conda env create -f environment.yml
- Activate the Environment
conda activate compression
- Run the Application
streamlit run app.py
docker pull docker.pkg.github.com/sauravmaheshkar/compressed-dnns-forget/compression-app:latest
docker run -p 8501:8501 compression-app:latest
If you want to contribute to the project kindly mail me at sauravvmaheshkar@gmail.com
.
- Option 1 🍴 Fork it!
- Option 2
👯♂️ Clone this repo to your local machine using
https://github.com/SauravMaheshkar/Compressed-DNNs-Forget.git
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using
https://github.com/SauravMaheshkar/Compressed-DNNs-Forget/compare/
The data for this project was taken from kaggle datasets. You can find the Large-scale CelebFaces Attributes (CelebA) Dataset here.
- Copyright 2020 @Saurav Maheshkar
- MIT License
The inspiration for this readme file came from