I’m using archlinux and rx 9070xt gpu. I have problem with running this: "model_1.eval()
with torch.inference_mode():
y_preds = model_1(X_test)
y_preds" because when I’m trying to do this python Kernel just crash.
This pice of code is from: pytorch-deep-learning/extras/solutions/01_pytorch_workflow_exercise_solutions.ipynb at main · mrdbourke/pytorch-deep-learning · GitHub
What to do?