SBU-BMI / wsinfer

🔥 🚀 Blazingly fast pipeline for patch-based classification in whole slide images
https://wsinfer.readthedocs.io
Apache License 2.0
59 stars 10 forks source link

FIX: use inceptionv4 from timm #69

Closed kaczmarj closed 1 year ago

kaczmarj commented 1 year ago

This changes the names of inception architectures:

inceptionv4 --> inception_v4
inceptionv4nobn --> inception_v4nobn

but this has the effect of being able to compile to torchscript without issue.