Ch12 Page 380 Typo #114
baifanhorst
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.
-
On page 380 of the book, there are two identical lines of code:
joint_dataset = JointDataset(t_x, t_y)
According to the description of the book, the second line should be:
joint_dataset = TensorDataset(t_x, t_y)
Beta Was this translation helpful? Give feedback.
All reactions