Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add atom energy bias to type embedding energy (#1592)
* add atom energy bias to type embedding energy Fix #684, where systems have different `atom_numb`. After this fix, RMSE should be quickly decreased in the very beginning. * looks like tf.repeat is unavaiable in old TF... * add statement `self.bias_atom_e is not None`
- Loading branch information