baal-org / baal

Bayesian active learning library for research and industrial usecases.
https://baal.readthedocs.io
Apache License 2.0
854 stars 84 forks source link

`weights=None` in vgg16 model #275

Closed arthur-thuy closed 10 months ago

arthur-thuy commented 10 months ago

Summary:

Fixes the "UserWarning: Arguments other than a weight enum or None for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing weights=None."

Features:

Checklist:

arthur-thuy commented 10 months ago

Sorry, I wasn't aware that separate pull requests should be made from separate branches. I'll submit them separately.