Я новичок в использовании Tensorflow .. Я пытаюсь обучить модель на своем ноутбуке, у которой нет графического процессора, это AMD Intel .. Я получил это предупреждение
Graph loaded
WARNING:tensorflow:From train.py:102: __init__ (from tensorflow.python.training.supervisor)
is deprecated and will be removed in a future version.
Instructions for updating:
Please switch to tf.train.MonitoredTrainingSession
WARNING:tensorflow:Issue encountered when serializing global_step.
Type is unsupported, or the types of the items don't match field type in CollectionDef. Note
this is a warning and probably safe to ignore.
'Tensor' object has no attribute 'to_proto'
в том, чтопроблема в обучении или это просто нормальное предупреждение!