Pytorch报错`module 'torch' has no attribute '__version___'`
我在PyCharm里使用pytorch时,import torch之后运行print(torch.__version___)竟然报错module 'torch' has no attribute '__version___' 但是如果我…
为什么model训练了,可是无法预测?
import pandas as pd from sklearn.datasets import load_boston from sklearn.preprocessing import StandardScaler from sklearn.model_selection …