Open makcedward opened 6 years ago
Not sure whether it is related to CentOS, I got error when executing the following command to test CoVe
python test/example.py --device -1
The error is:
My workaround is converting args.device to integer before comparison
args.device --> int(args.device)
Not sure whether it is related to CentOS, I got error when executing the following command to test CoVe
python test/example.py --device -1
The error is:
My workaround is converting args.device to integer before comparison
args.device --> int(args.device)