Spenhouet / tensorboard-aggregator

Aggregate multiple tensorboard runs to new summary or csv files
MIT License
166 stars 27 forks source link

Event in tf2 #4

Closed aakash94 closed 5 years ago

aakash94 commented 5 years ago

bug unable to import tensorflow.core.util.event_pb2 import Event Unresolved reference Event Desktop :

aakash94 commented 5 years ago

Probably something to do with tf itself.

Spenhouet commented 5 years ago

@aakash94 Yes, tensorboard-aggregator was only tested and implemented for tensorflow 1.x

I currently don't have the time to write an updated version for tensorflow 2.x