What is the difference between tf.train.MonitoredTrainingSession and tf.train.Supervisor

后端 未结 1 1836
失恋的感觉
失恋的感觉 2021-02-15 17:52

I\'m wondering what is the difference between these 2 tensorflow object when used to train a neural networks ?

1条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-15 18:36

    Supervisor is on the way to getting deprecated and new users are encouraged to use to tf.train.FooSession classes (from comment)

    0 讨论(0)
提交回复
热议问题