Profiling TensorFlow v1 input pipeline and analyzing its performance using BigQuery
Recently I had to debug a performance issue in TensorFlow V1.x input pipeline. TensorFlow V2.x has a nice tensorboard profiler plugin which is super handy for such situations. Unfortunately it does...