├── LICENSE ├── README.md ├── demo ├── gen_logs.py ├── run-seed*.png ├── run-seed0 │ └── events.out.tfevents.1552093845.MacBookFish.local ├── run-seed1 │ └── events.out.tfevents.1552093846.MacBookFish.local └── run-seed2 │ └── events.out.tfevents.1552093847.MacBookFish.local └── tbplot /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/README.md -------------------------------------------------------------------------------- /demo/gen_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/demo/gen_logs.py -------------------------------------------------------------------------------- /demo/run-seed*.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/demo/run-seed*.png -------------------------------------------------------------------------------- /demo/run-seed0/events.out.tfevents.1552093845.MacBookFish.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/demo/run-seed0/events.out.tfevents.1552093845.MacBookFish.local -------------------------------------------------------------------------------- /demo/run-seed1/events.out.tfevents.1552093846.MacBookFish.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/demo/run-seed1/events.out.tfevents.1552093846.MacBookFish.local -------------------------------------------------------------------------------- /demo/run-seed2/events.out.tfevents.1552093847.MacBookFish.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/demo/run-seed2/events.out.tfevents.1552093847.MacBookFish.local -------------------------------------------------------------------------------- /tbplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrahtz/tbplot/HEAD/tbplot --------------------------------------------------------------------------------