Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/touhoue/ctregression

CTRegression is a PyTorch-based project that uses Vision Transformers (ViT) and ResNet to regress the Agatston score from 3D CT scans,
https://github.com/touhoue/ctregression

huggingface-accelerate python pytorch vision-transformer

Last synced: about 1 month ago
JSON representation

CTRegression is a PyTorch-based project that uses Vision Transformers (ViT) and ResNet to regress the Agatston score from 3D CT scans,

Awesome Lists containing this project

README

        

## Prepare dataset & Configuration
- Modify the `config.json` under `./static`
## Training Regressor
### Multi-GPU training
```sh
export CUDA_VISIBLE_DEVICES=0,1,2...
accelerate launch main.py --gpu_ids="0,1,2..." --multi-gpu
```