You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
The video solution shows the correct code as the latter, but the cell is never run in the video segment. The expected answer as seen in the notebook from the video is tensor([[ 0.4813]]).
The notebook states that the answer is:
The output evaluates to
tensor([[ 0.4813]])which is also mentioned as the correct solution in the markdown in the below cell.The correct answer, however, should be:
which evaluates to
tensor([[0.3171]]).The video solution shows the correct code as the latter, but the cell is never run in the video segment. The expected answer as seen in the notebook from the video is
tensor([[ 0.4813]]).