1.1, TensorFlow原生方式保存问题

Author: rick29szCreated Aug 15, 2021Updated Aug 15, 2021

执行完模型保存命令后: model.save('./data/tf_model_savedmodel', save_format="tf") assets 里面是空的,并没有 .json 文件,为何呢??

如下图: image 但是,咱们给的范例里面是有这个文件的: image

Source: lyhue1991/eat_tensorflow2_in_30_days