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
ttributeErrorTraceback (mostrecentcalllast)
[<ipython-input-108-3c96483f5940>](https://localhost:8080/#) in <module>1#plot the predicted values of y---->2plotGraph(prediction=y_preed)
7frames
[/usr/local/lib/python3.8/dist-packages/matplotlib/artist.py](https://localhost:8080/#) in _update_property(self, k, v)999func=getattr(self, 'set_'+k, None)
1000ifnotcallable(func):
->1001raiseAttributeError('{!r} object has no property {!r}'1002 .format(type(self).__name__, k))
1003returnfunc(v)
AttributeError: 'PathCollection'objecthasnoproperty'lable'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In 01 pytorch workflow chapter I am getting this error when I try to plot the graph with the prediction in inference mode
code
y_preeds when printed
error
Beta Was this translation helpful? Give feedback.
All reactions