Sani

Results 2 issues of Sani

I'm using MemReporter After run `reporter.report()` I don't know which part different since there are lot of layer and tensor being output Wondering if there is a way to find...

![screen shot 2017-07-17 at 14 56 25](https://user-images.githubusercontent.com/5404903/28257835-3b1ea868-6b00-11e7-8c3d-03dbf56fb905.png) this is my full query busListSearch = SELECT SUM(bus_time), e.bus_location, e.bus_no , e.RouteStart, e.RouteEnd FROM ( SELECT r.`route_id`, r.`current_stop` ,r.`route_start`,r.`route_end`, r.`next_stop`, r.`bus_time`, c.`current_position`,b.`bus_location`,b.bus_no,...