ASUS-AICS / LibMultiLabel

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

Update packages: torch and lightning #343

Closed Eleven1Liu closed 9 months ago

Eleven1Liu commented 10 months ago

What does this PR do?

Update packages:

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

Since LibMultiLabel implemented all the metrics itself, I think there is no need to use fixed version for torchmetrics. >= 1.0.0 would be better.

donglihe-hub commented 9 months ago

Hi Eleven. How about we upgrade lightning first if this PR will take more time to get approved?

Eleven1Liu commented 9 months ago

@donglihe-hub #355