Error in torch with streamlit
报错信息:
This is the error which is a conflict between torch and streamlit:
Examining the path of torch.classes raised: Tried to instantiate class 'path.path’, but it does not exist! Ensure that it is registered via torch::class
Steps to reproduce:
python 3.10.16
streamlit 1.41.1
torch 2.5.1
解决办法:
Error in torch