bigheiniu / supermariopy

python library, scripts and notebooks that are usfull from time to time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts

  • tflogs2pands.py
    • script that converts all tensorflow logs events from a directory to a pandas dataframe and then saves it as csv or pickle

Notebooks

  • tflogs2pandas
    • example notebook for plotting from csv files generated with tflogs2pands.py

Runing tests

  • with pytest-mpl
py.test --mpl --mpl-baseline-path=baseline

py.test --mpl-generate-path=baseline

Suggested Imports

from supermariopy import numpyutils as npu
from supermariopy import tfutils as tfu

TODO

  • Use type hints ore do not use them at all. right now, it is very mixed.

About

python library, scripts and notebooks that are usfull from time to time

License:MIT License


Languages

Language:Python 96.9%Language:Jupyter Notebook 3.1%Language:Shell 0.1%