ASUS-AICS / LibMultiLabel

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

Update Docs by revising --no_merge_train_val to --merge_train_val #374

Closed poppopting closed 5 months ago

poppopting commented 5 months ago

What does this PR do?

Update LibMultiLabel Documentation: revise flag --no_merge_train_val to flag --merge_train_val because the flag --no_merge_train_val is no longer used

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.