标签:int ase col model load 作用 path 保存 sts
作用:存取模型
方法:
读取模型:
1 checkpoint_save_path = ‘./checkpoint/Baseline.ckpt‘ 2 if os.path.exists(checkpoint_save_path+‘.index‘): 3 print(‘load exists model‘) 4 model.load_weights(checkpoint_save_path)
保存模型:
标签:int ase col model load 作用 path 保存 sts
原文地址:https://www.cnblogs.com/cropmodel/p/13371681.html