globus-labs / mof-generation-at-scale

Create new MOFs by combining generative AI and simulation on HPC
MIT License
18 stars 5 forks source link

Dedicate a whole node to training #117

Closed WardLT closed 7 months ago

WardLT commented 7 months ago

So that we can use data parallel training and avoid training tasks waiting in queue.

Fixes #115

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8631274443

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
mofa/hpc/config.py 19 20 95.0%
mofa/utils/src/egnn.py 4 5 80.0%
<!-- Total: 25 27 92.59% -->
Files with Coverage Reduction New Missed Lines %
mofa/hpc/config.py 1 90.45%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 8630227741: 0.3%
Covered Lines: 4426
Relevant Lines: 9603

💛 - Coveralls