Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 10 KB

Change_log.md

File metadata and controls

100 lines (77 loc) · 10 KB

Note: AGAT after this version (included) cannot load the well-trained model before. If you need to do so, please use v8.0.5: https://pypi.org/project/agat/8.0.5/

  • Convert TensorFlow to PyTorch backend.
  • Updata docs.
  • Using self-defined tf-based functions to calculate Pearson r: agat/lib/GatLib.py#L248-L259

    This self-defined function can handle ValueError: array must not contain infs or NaNs.

  • Fix a bug: bug

  • Clip optimizer grads: clipnorm=1.0

  • Release pip wheel.
  • Simplify packages. See v1.0.0 for more details of the first release.

First release to reproduce results and support conclusions of Design High-Entropy Electrocatalyst via Interpretable Deep Graph Attention Learning.