Follower

2019年9月6日 星期五

【疑難雜症─TensorFlow】NameError: name 'plt' is not defined

問題〈錯誤訊息〉:NameError: name 'plt' is not defined



解答:必須要import「matplotlib.pyplot」

所以,在Editor 或 IDE加入這條程式碼「import matplotlib.pyplot as plt」


參考資料:https://stackoverflow.com/questions/9532903/plot-is-not-defined


沒有留言:

張貼留言