isaaccorley / torchseg

Segmentation models with pretrained backbones. PyTorch.
MIT License
98 stars 8 forks source link

Releases to pypi #12

Closed robmarkcole closed 7 months ago

robmarkcole commented 7 months ago

I see https://pypi.org/project/torchseg/ but no releases on this repo yet. I assume the version torchseg 0.0.1a2 on pypi is an initial test release from master?

isaaccorley commented 7 months ago

I am releasing pre-releases so users can still install the latest development version on pypi which has the latest features. I'll be doing a stable release soon though.

isaaccorley commented 7 months ago

You can install the pre-release using pip install --pre torchseg