I tried linear regression & gradient descent in PyTorch. (https://www.analyticsvidhya.com/blog/2021/08/linear-regression-and-gradient-descent-in-pytorch/)
I've imported Ipex with the following command:
import intel_pytorch_extension as ipex
How can I convert the model to ipex? And how can I check that the performance has improved? Any help here?