Drawing the trajectory path #62
camillerievan
started this conversation in
General
Replies: 1 comment
|
Hey @camillerievan, you can try to get the 2D trajectory as usual, and then create a new list with the corresponding loss values, lets call them In short, you can plot on a 3D surface just like you would on any matplotlib 3D axis. |
0 replies
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.
I managed to draw the trajectory path of my minimization function on the 2D graph - how can I do the same on the 3D graph?
All reactions