Closed Eleven1Liu closed 9 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.
Hi Eleven. How about we upgrade lightning first if this PR will take more time to get approved?
@donglihe-hub #355
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.