An open API service indexing awesome lists of open source software.

https://github.com/supersecurehuman/selective-kernel-networks


https://github.com/supersecurehuman/selective-kernel-networks

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Selective Kernel Networks for Chest X-Ray Classification

This repository contains the code to evaluate the performance of the Selective Kernel Networks (SKN) on the Chest X-Ray dataset.

## Requirements

The code is written in Python 3.6. The required packages are listed in the requirements.txt file.

## Data

## Usage

timm_train.py deals with the training of the model using the TIMM library. This was used to get the final results.

Sample code to run the code:

```bash

python timm_train.py --learning_rate=0.00005 --epochs=30 --batch_size=32 --model="resnet18" --wandb=True --data="/Covid_Radiography_Project/Dataset/Balanced" --seed=10 --image_size=224
```