helper_functions.py: Setting the device back to it's original #869
AADITI-NIRFARAKE
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
def plot_decision_boundary(model: torch.nn.Module, X: torch.Tensor, y: torch.Tensor):
"""Plots decision boundaries of model predicting on X in comparison to y.
plot code
set the device back to the original
Beta Was this translation helpful? Give feedback.
All reactions