Seeking guidance on resuming training process #49
-
I am trying to resume the training process due to the wall time of our HPC system.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The program is only displaying 'Epoch 0', and I'm not quite clear on what exactly you're confused about. Additionally, if the training process is time-consuming, you might consider using DeepH-E3 as an alternative. It utilizes the same data format as DeepH-pack. |
Beta Was this translation helpful? Give feedback.
b. The output files are in HDF5 format. The key in the HDF5 file is a string consisting of five integers in the format [Rx, Ry, Rz, i, j]. The corresponding value is the matrix block H_{i, R0}. H_{i, Rj} represents the hopping between the i-th atom in the (0, 0, 0) unit cell and the j-th atom in the (Rx, Ry, Rz) unit cell.
c. I recommend referring to the FHI-aims
preprocess
script in DeepH, which arranges the angular part of the atomic basis in the specific order required by DeepH.