Skip to content

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

License

Notifications You must be signed in to change notification settings

theRealSuperMario/supermariopy

Repository files navigation

  • CI testing is done on gitlab.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published