ulissigroup / finetuna

Active Learning for Machine Learning Potentials
MIT License
45 stars 11 forks source link

Importing FinetunerCalc leads to Segmentation Fault #54

Closed rossfu7 closed 1 year ago

rossfu7 commented 1 year ago

I tried testing the QE example code (qe_gpu_online_al_example.py). However, Python quickly exits with only the message "Segmentation Fault".

When I try to run the code line by line in the interactive Python interpreter, I found that the following line causes the segmentation fault: from finetuna.ml_potentials.finetuner_calc import FinetunerCalc

What could be causing this?

Some additional details:

rossfu7 commented 1 year ago

Turned out Pytorch was improperly installed