BiomedSciAI / histocartography

A standardized Python API with necessary preprocessing, machine learning and explainability tools to facilitate graph-analytics in computational pathology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'

akhila1729 opened this issue · comments

Getting this error while calling the NucleiExtractor from histocartography.processing for nuclei detection. Seems like this is some version compatibility issue.
image
Version:
torch = 1.12.1+cu116

This can be resolved with previous pytorch version. Here is the link to this issue previously being solved:
#30