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

nodes.Apax retrain issues #287

Closed
5 tasks
PythonFZ opened this issue Jun 24, 2024 · 0 comments
Closed
5 tasks

nodes.Apax retrain issues #287

PythonFZ opened this issue Jun 24, 2024 · 0 comments

Comments

@PythonFZ
Copy link
Contributor

PythonFZ commented Jun 24, 2024

  • no information that the training has been resumed from the train.log file
  • the log.csv entries are purged when rerunning the Node.
  • use self.state.restarted and bump minimum ZnTrack version to ensure that it can be handled:

    apax/apax/nodes/model.py

    Lines 92 to 93 in 4793205

    ase.io.write(self.train_data_file, self.data)
    ase.io.write(self.validation_data_file, self.validation_data)
  • test that calling zntrack run apax.nodes.model.Apax --name Apax twice when the first run timed out / was killed yields the expected results
  • adapt apax log level
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