- Fixed numeric instability for tgce loss - allowed loss to converge with non sparse data
0.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
0.1.3
Changes
Reduced verbosity during crowd-seg data fetching
0.1.2
Changes
Facilitate data fetching API for crowdseg dataset
0.1.1
Changes
Added python 3.10 support for compatibility with environments like Google Colab.