Skip to content

Question about fine-tune the pre-trained model. #115

Answered by hexagonrose
turbosonics asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @turbosonics

  1. fine_tune.yaml file is an example preset of fine-tuning, so you can change the parameters that you want. At sevenn/presets/base.yaml file, there are some annotations for each tags.

  2. For training, file formats such as xyz or OUTCAR should be converted into sevennet graph data format (.pt). If ase.pt file is generated in sevenn_data folder after data preprocessing, I think it is the sevennet graph format of the dataset you want to train. So, if you delete .pt file, sevennet trainer will do data preprocessing to make .pt file again.

  3. We don't have the graph about GPU number vs training speed/efficiency, but it'll ideally be faster as the number of GPUs increases.

If …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by YutackPark
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants