ASUS-AICS / LibMultiLabel

A library for multi-class and multi-label classification
MIT License
152 stars 30 forks source link

Add Attention XML to nn.networks (Working in Progress) #321

Closed donglihe-hub closed 10 months ago

donglihe-hub commented 1 year ago

What does this PR do?

UPDATED on 4 Aug

  1. Add AttentionXML and FastAttentionXML (Embedding NOT implemented).
  2. Update PyTorch dependency to 2.0.0.
  3. Experimenting TorchMetric 1.0.
  4. Experimenting the default logger in Lightning.

Will Update API after we discuss the PR.

Test CLI & API (bash tests/autotest.sh)

Test APIs used by main.py.

Check API Document

If any new APIs are added, please check if the description of the APIs is added to API document.

Test quickstart & API (bash tests/docs/test_changed_document.sh)

If any APIs in quickstarts or tutorials are modified, please run this test to check if the current examples can run correctly after the modified APIs are released.

donglihe-hub commented 10 months ago

obsolete