Installation
Requirements
Download Instructions
pip install sdmetricsconda install -c pytorch -c conda-forge sdmetricsTroubleshooting
import sdmetrics
print(sdmetrics.__version__)Last updated
SDMetrics is an open source Python library available under the MIT License.
SDMetrics has been developed and tested on Python 3.8-3.13
We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device
These docs only apply to the latest version. If you're experiencing issues importing and using sdmetrics, check your version using:
import sdmetrics
print(sdmetrics.__version__)The printed version number should be the latest one found in our Release Notes.
For other problems, please visit our forum.
Last updated
