Closed m-obispo closed 1 month ago
Interface with MACE was tested and works with version 0.3.2, but unfortunately not with the newer version. Please use this version if you encounter any problem. We might update the interface in the future. Or anyone can do it by creating a pull request...
Hello to all!
I'm currently facing issues with the MACE interface currently implemented in MLatom. After creating the
mace
object and callingmace.train()
method to fit the model, everything goes fine until printing the end result and saving the model to disk.This is the error output:
From what I can see on the source code in mace_interface.py, in line 751 the
create_error_table()
function is taking values which are not seen in the corresponding MACE source code here. Also, MLatom's mace_interface.py was last updated 9 versions ago, which might explain this disagreement.