How can I tell Yolov5 to ignore Weights and Biases, ClearML, and other 3rd party apps?

✔ Recommended Answer

By uninstalling their pip packages:

pip3 uninstall clearmlpip3 uninstall wandb

Otherwise it will try to log into ClearML, Weights and Biases, etc. Do not uninstall tensorboard.

Source: stackoverflow.com

Answered By: Mikel B

Comments

Most Popular

Remove Unicode Zero Width Space PHP

PhpStorm, return value is expected to be 'A', 'object' returned

Laravel file upload returns forbidden 403, file permission is 700 not 755