Open lotusdaddy opened 2 years ago
没有保存整个模型呀
请问要怎么保存整个模型呀?我也遇到到了这个问题,但是我在train.py已经修改成save_weights_only=False,即在./nets/callbacks.py设置为了model.save(..),而不是model.save_weights(..),训练之后还是报同样的错误。
额nets/callbacks.py这里应该没保存get_anchors_and_decode呀,你报错看看
Traceback (most recent call last):
File "h5_convert_to_pb.py", line 71, in
额,要么在预测那个部分保存吧,不要再train保存整个模型
训练好的模型执行load_model时报错“NameError: name 'get_anchors_and_decode' is not defined”