Guo Wanqi
Results
2
issues of
Guo Wanqi
My train accuracy is as high as 93%, test accuracy is not even 60% ``` Train on 646 samples, validate on 162 samples Epoch 1/20 646/646 [==============================] - 3s 5ms/step...
``` Using TensorFlow backend. Traceback (most recent call last): File "train.py", line 9, in from mobilenet_v2 import MobileNetv2 File "/home/wq/MobileNetV2/mobilenet_v2.py", line 13, in from keras.applications.mobilenet import relu6, DepthwiseConv2D ImportError: cannot...