Skip to content

rahulvigneswaran/Invariance-in-Deep-learning

Repository files navigation

Invariance Between Subspaces Made With python 3.7 Maintenance Open Source Love svg1

Flowcharts

FlowChart

Fig 1: Flowchart of Invariance Baseline


FlowChart Fig 2: Flowchart of Invariance in Lottery Ticket Hypothesis


Requirements

  • To install requirements, pip install -r requirements.txt.

To Replicate Results

  • For Invariance baseline, run baseline.py.
  • For Invariance in Lottery Ticket Hypothesis, run lottery_ticket.py.
  • For Invariance layerwise, run layerwise.py

Repository Structure

Invariance-between-subspaces
├── baseline.py
├── lottery_ticket.py
├── layerwise.py
├── data.py
├── README.md
├── requirements.txt
├── results
│   ├── baseline
│   ├── layerwise
│   └── lottery_ticket
├── readme_assets
│   ├── baseline.png
│   ├── layerwise.png
│   └── lottery_ticket.png
└── model
    ├── abstractmodel.py
    ├── forward.py
    ├── fullconn.py
    ├── __init__.py
    └── logreg.py

Issue / Want to Contribute ? :

Open a new issue or do a pull request incase you are facing any difficulty with the code base or if you want to contribute to it.

forthebadge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages