Skip to content

Python script for converting CSV data exported from TensorBoard into PDF plots for use in LaTeX

License

Notifications You must be signed in to change notification settings

JuliusBairaktaris/TensorBoard-to-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TensorBoard-to-PDF

This script converts TensorBoard CSV exports into high-quality PDF plots using pandas, matplotlib, and seaborn for use in LaTeX.

Features

  • Automatically reads all CSV files from a specified directory
  • Detects algorithm names from filenames using keywords (e.g., ALE_Tetris-v5__dqn_atari_jax --> DQN). Can easily be expanded and adapted.
  • Creates a line plot for each CSV file
  • Saves the plot as a high-quality PDF

Requirements

  • Python 3.x
  • pandas
  • matplotlib
  • seaborn

About

Python script for converting CSV data exported from TensorBoard into PDF plots for use in LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages