uda icon indicating copy to clipboard operation
uda copied to clipboard

Have you output the graph to tensorboard?

Open PenKoNN opened this issue 4 years ago • 2 comments

I open the tensorboard but found nothing. It said "No graph definition files were found." I just want to confirm whether I need to write the summery writer by myself or you have it somewhere int here?

PenKoNN avatar Sep 27 '19 03:09 PenKoNN

I do see a file called "graph.pbtxt" when running the code. Not sure if this would give the graph definition. You might need to write the summery writer yourself.

michaelpulsewidth avatar Oct 02 '19 04:10 michaelpulsewidth

I opened tensorboard with command: tensorboard --logdir=./base_uda/

which contains events.out.tfevents file

It worked.

imayachita avatar Oct 03 '19 01:10 imayachita