Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 330 Bytes

pytorch-luna-challenge

Tackling LUng Nodule Analysis with PyTorch. Following the book "Deep Learning with Pytorch" by Eli Stevens.

Setup

If running on machine with CUDA enabled GPU run $ ./setup.sh gpu, else run $ ./setup.sh. Currently configured and tested only for CUDA 11.

Tests

Run $ pipenv run pytest .