Could you please unload one of the loading models, can you clear the memory of the current model that needs to be unloaded?

for example, multiple models are loaded on the page, and I just want to uninstall one of them. After the model is passed into the unloadModel, how can I clear the memory of the model?


Uninstalling model should free memory. You can use the browser's own debug tool profile to check whether memory is freed before and after unload

Menu