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

Parameter issues #8

Open
L-Zhe-o opened this issue Aug 13, 2024 · 3 comments
Open

Parameter issues #8

L-Zhe-o opened this issue Aug 13, 2024 · 3 comments

Comments

@L-Zhe-o
Copy link

L-Zhe-o commented Aug 13, 2024

Thanks for sharing, I have a question about the parameters, what does the Initial parameter refer to in this image
321282217-9a992852-f7e6-4ca1-b9fc-a0a993c7fe81

@youxch
Copy link
Owner

youxch commented Aug 14, 2024

Thank you for your question. The initial parameters refer to the structural parameters made by Professor K. L. Wong (Figure below).
image

@L-Zhe-o
Copy link
Author

L-Zhe-o commented Aug 15, 2024

Thanks for the reply, I see what the Initial parameter means. I also have another question about the code, when running the predict code is always repeating the train code running process, is this problem caused by my own mistakes? Or has it always existed? Looking forward to hearing from you.

@youxch
Copy link
Owner

youxch commented Aug 16, 2024

Thank you for your question. The predict.py script should not invoke train.py during its process. I suspect you might have mistaken the output of the prediction process for the training process. The role of predict.py is to predict over 2 million structures at a rate of about one prediction per millisecond. If you wish to accelerate this prediction process in parallel, you can run predict-gpu.py, but you will need to set up the CUDA environment accordingly.
I hope my answer is helpful to you. If you still have any issues, please feel free to post the runtime results, and we can discuss further.
You can also refer to this link (maybe the same question)
#2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants