ResNeXt101-CT Checkpoint

This is a PyTorch Lightning .ckpt checkpoint for a ResNeXt101 model trained on chest CT images.

Usage

A quickstart script is below.

import radfusion3
dm = radfusion3.data.DataModule(config, test_split=config.test_split)
model = radfusion3.builder.build_lightning_model(config, ckpt=ckpt)
trainer.fit(model=model, datamodule=dm, ckpt_path=config.ckpt)
trainer.test(datamodule=dm, ckpt_path="best")

For detailed instructions please follow the README in Github repo.

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including StanfordShahLab/ResNeXt101_ct