-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying a model #102
Comments
You need Please check that you are using the latest |
Thank for the response. I have checked
I am using a latest main branch of nequip and in the config file for the redeployment i effected the necessary changes needed. |
Hello friends, I finally had to do fresh installation of most recent versions of the packages and do a retrain this |
Dear friends,
I trained a model earlier with the
model_builders:
the typical model builders from
nequip
can still be used:After deploying it for lammps MD simulation i encountered the problem:
Exception: Argument passed to at() was not in the map
I followed the suggestion in this link for a fix:
mir-group/nequip#69 (comment)
The new problem i am encountering now is:
Traceback (most recent call last):
File "/leonardo/home/userexternal/sogenyi0/NEQUIP1/myenv/bin/nequip-deploy", line 8, in
sys.exit(main())
File "/leonardo/home/userexternal/sogenyi0/NEQUIP1/myenv/lib/python3.10/site-packages/nequip/scripts/deploy.py", line 219, in main
model = model_from_config(config, deploy=True)
File "/leonardo/home/userexternal/sogenyi0/NEQUIP1/myenv/lib/python3.10/site-packages/nequip/model/_build.py", line 96, in model_from_config
model = builder(**params)
File "/leonardo/home/userexternal/sogenyi0/NEQUIP1/myenv/lib/python3.10/site-packages/allegro/model/_allegro.py", line 32, in Allegro
builder_utils.add_avg_num_neighbors(
File "/leonardo/home/userexternal/sogenyi0/NEQUIP1/myenv/lib/python3.10/site-packages/nequip/model/builder_utils.py", line 35, in add_avg_num_neighbors
raise ValueError("avg_num_neighbors = auto but initialize is False")
ValueError: avg_num_neighbors = auto but initialize is False
Please i can anyone help me out?
The text was updated successfully, but these errors were encountered: