Open leixiaoning opened 4 years ago
tensor2tensor/tensor2tensor/utils/avg_checkpoints.py
i got a trouble in using average ckpt with tf2.0: a variable named 'xx/xx/.xx/xx' , how can it be save in ckpt? i tried, the name is always not correct !
with tf.train.Checkpoint
same question, still no answer?
tensor2tensor/tensor2tensor/utils/avg_checkpoints.py i got a trouble in using average ckpt with tf2.0: a variable named 'xx/xx/.xx/xx' , how can it be save in ckpt? i tried, the name is always not correct !
with tf.train.Checkpoint
use tf.train.Checkpoint? How to use it? Any example? Thanks a lot in advance!!!
tensor2tensor/tensor2tensor/utils/avg_checkpoints.py
i got a trouble in using average ckpt with tf2.0: a variable named 'xx/xx/.xx/xx' , how can it be save in ckpt? i tried, the name is always not correct !