mskaif
Results
2
comments of
mskaif
The error can be suppressed by using the following before calling stanza functions but is not a solution import warnings warnings.simplefilter(action='ignore', category=FutureWarning) source: https://github.com/ultralytics/ultralytics/issues/14994#issuecomment-2364356239
> Some of the models can be updated to use `weights_only=True` right away, but others require resaving with enums or other data structures removed. Will have to investigate some more....