supermariopy
supermariopy copied to clipboard
python library, scripts and notebooks that are usfull from time to time
- 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.