How to plot ROC Curve using PyTorch model

I resolved error, but now i am getting this error

ValueError: multiclass format is not supported → Line 12 fpr, tpr, _ = roc_curve(y_true, y_pred)