Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.5k stars 1.01k forks source link

Enhance Model Export with Custom Saver Functionality #7835

Open Han123su opened 2 weeks ago

Han123su commented 2 weeks ago

Fixes #6375 .

Description

Make the _export function focus on model conversion and saving, and add the saver parameter so that different model conversions in the future can also call the _export function, instead of making special behaviors due to specific conditions, but maintaining a consistent behavior pattern.

Types of changes

Han123su commented 2 weeks ago

Hi @KumoLiu @ericspod, could you please help me review the PR or give some advice to make it better? Thanks for taking the time to check it out.