tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.15k stars 632 forks source link

Add pbtxt format support for partition graph #477

Closed zhuzilin closed 4 years ago

zhuzilin commented 4 years ago

Add .pbtxt to the text format for partition graph, because only this format can be read by tensorboard.

Thank you for your time on reviewing this pr.

reedwm commented 4 years ago

.pbtxt is already supported, since if the file ends in "txt", it also ends in "pbtxt". Try giving a filename ending in .pbtxt and it should work :)