cmusphinx / g2p-seq2seq

G2P with Tensorflow
Other
670 stars 194 forks source link

TensorFlow 12: need to get rid of warnings #58

Closed gorinars closed 7 years ago

gorinars commented 7 years ago

Just a reminder to fix this before 02Feb:

WARNING:tensorflow:From build/bdist.linux-x86_64/egg/g2p_seq2seq/g2p.py:95 in init.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.

Also should switch to the new format of model saving/loading at some point

WARNING:tensorflow: WARNING:tensorflow:TensorFlow's V1 checkpoint format has been deprecated. WARNING:tensorflow:Consider switching to the more efficient V2 format: WARNING:tensorflow: tf.train.Saver(write_version=tf.train.SaverDef.V2) WARNING:tensorflow:now on by default. WARNING:tensorflow: