TF1 Colab - RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
joshfox10 opened this issue · 1 comments
Hey there,
I've been trying to use the TF1 colab to train a dataset for the edge tpu. I'm getting the following error: RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd. This occurs in Create CSV data files and TFRecord files. I've tried a few things but unable to figure it out. Your help would be very appreciated.
Thanks!
Hey @joshfox10 , sorry to hear you're having trouble with the TF1 Colab. I haven't touched that one up in a while. I won't be able to look at it for a couple weeks, so let me know if you do figure out what the issue is. By the way, I've found that ssd-mobilenet-v2-fpnlite-320x320
from the TF2 Model Zoo seems to work well and have good accuracy, even when quantized. It does run about 25% slower than qssd-mobilenet-v2q, though. You may want to try that model out (with TF2) and see how it does.
Happy Holidays!