Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

tensorflow

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

like image 956
jrabary Avatar asked Jan 13 '17 20:01

jrabary


1 Answers

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

like image 140
Yaroslav Bulatov Avatar answered Sep 30 '22 04:09

Yaroslav Bulatov