Partial dependence plots

Hi,
Is there a library for calculating partial dependence plots (PDP) for a trained model on pytorch?
I found pdpbox in GitHub but it works with scikit-learn algorithms only.

Alternatively, can I somehow convert my model in pytorch to a scikit-learn model in order to use the developed tools for them?

Thanks