Open eya-boudokhane opened 2 years ago
Hello, I have tried to run the eval.py but I got this error: _ValueError: Cannot set tensor: Got value of type FLOAT32 but expected type UINT8 for input 0, name: input1
(my model is in uint8 format) what should I do?
@eya-boudokhane what's your model format and how did you convert it to uint8?
Hello, I have tried to run the eval.py but I got this error: _ValueError: Cannot set tensor: Got value of type FLOAT32 but expected type UINT8 for input 0, name: input1
(my model is in uint8 format) what should I do?