Open AndyZap opened 5 years ago
@AndyZap Depends on what the purpose is. The behavior should be same as python wrapper. If not, please raise issue seperately.
I have the same problem. tf.summary.FileWriter has no reaction except to generate a folder. Waiting for some relevant updates.
Same issues here I got the following error, with same environment, my another PC running Windows 10 can produce log file without any hassars.
Error message T:\src\github\tensorflow\tensorflow\core\util\events_writer.cc:104] Write failed because file could not be opened.\
This function is still in to-do list.
// 3) might want to throw in: catch (IOException e) Console.WriteLine("ERROR: {e.Message}"); or something similar.
Hi - I would like to save graph for visualisation in tensorboard. Tried to use tf.summary.FileWriter, but it does not generate any file. Please could you check - was it my mistake, or tf.summary is not supported? This is in the code sample below, 3)
Also a general question which method to use to save the graph. I have found 4 methods - see the code sample below. Seems that in this project you prefer 4) (meta). What are the difference, which one would you recommend?