TropComplique / FaceBoxes-tensorflow

A fast face detector
MIT License
179 stars 66 forks source link

Issues running the save.py file #26

Closed hmunshi closed 5 years ago

hmunshi commented 5 years ago

Hi I get the following error:

TypeError: Values passed to parameter 'x' has a DataType of int32 not in the list of allowed values: bfloat16, float16, float32, float64

Anyone else faced a similar issue? Any pointers will really help.

Regards, Harsh

hmunshi commented 5 years ago

Also because of the same error, when the model tries to validate from the intermediate training checkpoint it crashes too.

hmunshi commented 5 years ago

ok sorry to bother, it's a python2 issue -