标签: tensorflow2.0 tensor
我正在使用tensorflow2.3.0。
我已经保存了模型。
我想重新训练该模型,所以我认为我应该将保存的模型转换为检查点。
我怎么办?
import tensorflow as tf tf.__version__ -> 2.3.0