materialsvirtuallab / megnet

Graph Networks as a Universal Machine Learning Framework for Molecules and Crystals
BSD 3-Clause "New" or "Revised" License
502 stars 156 forks source link

ImportError: cannot import name 'ReduceLRUponNan' from 'megnet.callbacks' in multifidelity/train.py #386

Open okunoyukihiro2 opened 1 year ago

okunoyukihiro2 commented 1 year ago

Dear megnet developers.

I tried to train multifidelity model in megnet/multifidelity

I had execute train.py, but the error message arose ImportError: cannot import name 'ReduceLRUponNan' from 'megnet.callbacks'

There is no 'ReduceLRUponNan' class in the megnet and is it the version inconsistency for megnet and multifidelity ?