tf.train.SummaryWriter is deprecated, instead use tf.summary.FileWriter.
↳ Adding Summaries to Event Files
It will be removed after 2016-11-30.
Instructions for updating: Please switch totf.summary.FileWriter.
The interface and behavior is the same; this is just a rename.
<TF Official Migration Page> ✳︎ includes all current deprecated/renamed functions ✳︎