Metadata-Version: 2.1
Name: cerebro-dl
Version: 1.1.0
Summary: Resource-efficient Deep Learning Model Selection on Data Systems
Home-page: https://github.com/ADALabUCSD/cerebro-system
Author: Supun Nakandala
Author-email: snakanda@eng.ucsd.edu
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wheel
Requires-Dist: h5py (>=2.9)
Requires-Dist: numpy
Requires-Dist: petastorm (>=0.9.0)
Requires-Dist: pyarrow (>=1.0.0)
Requires-Dist: cloudpickle
Requires-Dist: hyperopt (>=0.2.3)
Requires-Dist: transformers (>=3.3.1)
Requires-Dist: flask-restplus (>=0.9.2)
Requires-Dist: Flask-SQLAlchemy (>=2.1)
Provides-Extra: cpu
Requires-Dist: tensorflow (>=2.3) ; extra == 'cpu'
Provides-Extra: gpu
Requires-Dist: tensorflow-gpu (>=2.3) ; extra == 'gpu'

UNKNOWN

