MiDaS icon indicating copy to clipboard operation
MiDaS copied to clipboard

What does this message in regards to arguments for weights being deprecated since 0.13 being removed in 0.15?

Open DaMegaTaco opened this issue 1 year ago • 0 comments

C:\Users\User\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\torchvision\models_utils.py:223: UserWarning: Arguments other than a weight enum or None for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing weights=None.

What does this message mean? I don't really know anything about python or coding and pretty much guessed my way into getting this program working after being pointed towards the github. I am trying to run the process with the dpt_large weight and am wondering if it is actually running with it or if it is running with none based on what the message says.... Or am I just misunderstanding it completely?

DaMegaTaco avatar Jul 24 '22 19:07 DaMegaTaco