Help with Reproducing Example2_Ti-H.ipynb in WSL #690
-
Hi all, I'm trying to reproduce Example2_Ti-H.ipynb in my WSL environment, but I encountered the following error:
the only file in Here's how I set up my environment:
my
If I understand correctly, Sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, I just tried to You can find the exact versions of all dependencies in uv.lock file. To utilize the M3GNet which is no longer being maintained, you will need to downgrade tensorflow to 2.9.0 and keras to 2.7.0. This should help you to load DIRECTSampler. Best, |
Beta Was this translation helpful? Give feedback.
Hi,
I just tried to
pip install maml
. It seems that all files are included inmaml/describers/data/m3gnet_models/matbench_mp_e_form/0/m3gnet
. Please make sure that you have the lastest version of maml.You can find the exact versions of all dependencies in uv.lock file. To utilize the M3GNet which is no longer being maintained, you will need to downgrade tensorflow to 2.9.0 and keras to 2.7.0. This should help you to load DIRECTSampler.
Best,
Zihan Yu