Dear Dr. ZY, hello. When I use the command python Uni-HamiltonianPredictor.py --config Input.yaml, I keep encountering this error:
Traceback (most recent call last):
File "/share/home/xxx/COF/N-2D/Uni-HamiltonianPredictor.py", line 349, in
predict_and_save_hamiltonian(
File "/share/home/xxx/COF/N-2D/Uni-HamiltonianPredictor.py", line 313, in predict_and_save_hamiltonian
predictor = load_model_predictor(model_pkl_path)
File "/share/home/xxx/COF/N-2D/Uni-HamiltonianPredictor.py", line 95, in load_model_predictor
model_predictor = pickle.load(file_handle)
ModuleNotFoundError: No module named 'HamGNN_v_2_0'
I have tried many methods, including disguising version 2.1 as version 2.0, but none of them worked. I also couldn't find the version 2.1 pkl model weights on the webpage https://zenodo.org/records/15568557. Could you tell me how to solve this problem?
Dear Dr. ZY, hello. When I use the command python Uni-HamiltonianPredictor.py --config Input.yaml, I keep encountering this error:
Traceback (most recent call last):
File "/share/home/xxx/COF/N-2D/Uni-HamiltonianPredictor.py", line 349, in
predict_and_save_hamiltonian(
File "/share/home/xxx/COF/N-2D/Uni-HamiltonianPredictor.py", line 313, in predict_and_save_hamiltonian
predictor = load_model_predictor(model_pkl_path)
File "/share/home/xxx/COF/N-2D/Uni-HamiltonianPredictor.py", line 95, in load_model_predictor
model_predictor = pickle.load(file_handle)
ModuleNotFoundError: No module named 'HamGNN_v_2_0'
I have tried many methods, including disguising version 2.1 as version 2.0, but none of them worked. I also couldn't find the version 2.1 pkl model weights on the webpage https://zenodo.org/records/15568557. Could you tell me how to solve this problem?