NKI-AI / ahcore

Ahcore is the AI for Oncology core computational pathology toolkit
Apache License 2.0
15 stars 1 forks source link

Implement AhcoreJitModel #76

Closed AjeyPaiK closed 6 months ago

AjeyPaiK commented 6 months ago

This PR makes the following changes:

  1. ahcore can now incorporate any arbitary deep learning models without additional dependencies via the AhcoreJitModel. Any model compiled using JIT can be used here.

Fixes issue #67