1.安装 torchmetrics
conda install -c conda-forge torchmetrics
2.安装 pytorch_lightning
pip install pytorch_lightning==1.0.0
不能直接安装最新版,不然pytorch的版本也要改变了
微信扫一扫
1.安装 torchmetrics
conda install -c conda-forge torchmetrics
2.安装 pytorch_lightning
pip install pytorch_lightning==1.0.0
不能直接安装最新版,不然pytorch的版本也要改变了
相关推荐