MDIL-SNU / SIMPLE-NN

SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE – version Neural Network)
GNU General Public License v3.0
47 stars 23 forks source link

Fix not to modify input dictionary #14

Closed will1792 closed 6 years ago

will1792 commented 6 years ago

A YAML serialization error occurred when using exponential decaying learning rate since the type of self.inputs['learning_rate']['learning_rate'] had changed totf.Tensor from python float. This PR fixes the problem.