Hello, I am facing an error: python gives segmentation fault when it tries to execute model.load_state_dict(checkpoint["model_state_dict"]) command in line 90 of run.py file.
When I commented it out, I was getting these kinds of errors again in the ProteinFeaturesLigand() class.
Hello, I am facing an error: python gives segmentation fault when it tries to execute
model.load_state_dict(checkpoint["model_state_dict"])
command in line 90 ofrun.py
file.When I commented it out, I was getting these kinds of errors again in the
ProteinFeaturesLigand()
class.Help me to solve the problem, please π₯Ίπ