Skip to content
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

bugs with "initialize_from_state"🐛 [BUG] #390

Open
wwwjjj123yyyy opened this issue Dec 2, 2023 · 5 comments
Open

bugs with "initialize_from_state"🐛 [BUG] #390

wwwjjj123yyyy opened this issue Dec 2, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@wwwjjj123yyyy
Copy link

When I want to statrt a new trainning with different settings from previous trainning model, I change some settings in my .yaml file and add something looks like the followings:

微信截图_20231202194630
But there is some error :
微信截图_20231202194655
I don't know how to handdle it. Is there anybody who can serve some instructions?

@wwwjjj123yyyy wwwjjj123yyyy added the bug Something isn't working label Dec 2, 2023
@Linux-cpp-lisp
Copy link
Collaborator

What version are you using? This looks correct in the versions I'm looking at.

@wwwjjj123yyyy
Copy link
Author

Pytorch: 1.11.10
python: 3.9.16
the nequip package is from https://github.com/mir-group/nequip
the allegro exstension package is from https://github.com/Hongyu-yu/allegro

@Linux-cpp-lisp
Copy link
Collaborator

Maybe try the develop branch of nequip.

@wwwjjj123yyyy
Copy link
Author

Maybe try the develop branch of nequip.

Where is the develop branch of nequip, please?

@ligerzero-ai
Copy link

ligerzero-ai commented Dec 6, 2023

https://github.com/mir-group/nequip/tree/develop

Clone this instead using

git clone https://github.com/mir-group/nequip.git
cd nequip
git checkout develop
pip install .

and install using that folder. Make sure you're in a new environment, or remove nequip in your environment before you do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants