Releases: blotero/seg_tgce
Releases · blotero/seg_tgce
v0.1.6
Changes
- Fixed numeric instability for tgce loss
- allowed loss to converge with non sparse data
v0.1.5
Changes
- Added a new type of dataset for crowdseg histologies: sparse. This dataset can be called with either
get_all_data
or get_stage_data
with the argument with_sparse_data=True
- Added TcgeSsSparse loss for handling sparse format datasets
v0.1.3
Changes
Reduced verbosity during crowd-seg data fetching
v0.1.2
Changes
Facilitate data fetching API for crowdseg dataset
v0.1.1
Changes
Added python 3.10 support for compatibility with environments like Google Colab.
0.1.0
First release!
First release including pypi publishing.