Metadata-Version: 2.1
Name: render-psam
Version: 1.0.0
Summary: Wrapper around logomaker to easily render PSAMs in a variety of ways.
Home-page: https://github.com/kavigupta/render-psam
Author: Kavi Gupta
Author-email: render_psam@kavigupta.org
Project-URL: Documentation, https://render-psam.readthedocs.io/en/latest/#
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: logomaker
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas


# Run batched

This is a very basic module that allows you to run a pytorch model on numpy arrays in batches. It handles
the batching for you, so you can just pass in a numpy array and get a numpy array back. It also works when the
input or return value is a dict of numpy arrays.
