Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblueboy authored Apr 29, 2024
1 parent 77dc334 commit 9b8ae52
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ This repository contains re-Implementation of https://arxiv.org/abs/2103.06255


The authors of _Involution: Inverting the Inherence of Convolution for Visual Recognition_ propose a novel involutional layers, which aims to enhance the representation power of convolutional neural networks by inverting the inherent properties of convolution operations. As such these kernals are channel agnostic and spatial specific.
### Setup
```
pip install torch torchvision
pip install wandb
pip install lightning
```
### Folders

```models ``` folder contains the main backbone implementations of models used as well as classification heads and lightning class for easy training and logging

### Training

Expand Down

0 comments on commit 9b8ae52

Please sign in to comment.