I keep getting ValueError: Cannot convert a partially known TensorShape to a Tensor: (None,)

后端 未结 0 1320
终归单人心
终归单人心 2021-01-20 17:36

def save_model(self, model, modelpath, weightspath): # Convert modelto json model.save_weights(weightspath) model = model.to_json() json_file = open(modelpath, "w+"

相关标签:
回答
  • 消灭零回复
提交回复
热议问题