Section 01: "PyTorch Workflow": Building a function to Visualize Our Data -plotting the data on the graph #919
Answered
by
IlanVinograd
marvelousxmax
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
IlanVinograd
May 7, 2024
Replies: 1 comment 1 reply
-
Hi there, your argument |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
marvelousxmax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, your argument
labels
is syntactically incorrect. You should uselabel
. Let me know if this helps you! 😄