Metadata-Version: 2.1
Name: dnn
Version: 0.7.3.5
Summary: Machine Learning Utilities
Home-page: https://gitlab.com/tfserver/dnn
Author: Hans Roh
Author-email: hansroh@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/dnn
Platform: posix
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: rs4
Requires-Dist: tfserver
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: future
Requires-Dist: networkx
Requires-Dist: hyperopt
Requires-Dist: protobuf
Requires-Dist: dill
Requires-Dist: webrtcvad
Requires-Dist: exif
Requires-Dist: fdet
Requires-Dist: torchvision
Requires-Dist: torch


History
============

- 0.6 (2020.6.29)

  - add dnn.setup_gpus (memory_limit = 'growth', gpu_devices = [])
  - add dnn.layers for proxying tf.keras.layers
  - add dnn.callbacks for tf.keras
  - minor fixes for tfserver_
  - update for tensorflow 2.x

- 0.4 (2020.6.24)

  - integrate tfserver into dnn.tfserver
  - data processing utils were moved to rs4.mldp

- 0.3:

  - remove trainale ()
  - add set_learning_rate ()
  - add argument to set_train_dir () for saving chcekpoit
  - make compatible with tf 1.12.0

- 0.2

  - add tensorflow lite conversion and interpreting

- 0.1: project initialized


.. _rs4: https://pypi.org/project/rs4/
.. _tfserver: https://pypi.org/project/tfserver/


