I have a model that I want to infer in the PyTorch v1.4.0 environment, but I get the error "Attempted to read a PyTorch file with version 3, but the maximum supported version for reading is 2. Your PyTorch installation may be too old"
I tried to upgrade the PyTorch version, but encountered problems with model construction.
Is there a way to convert PyTorch file from version 3 to version 2 without updating PyTorch version?