Metadata-Version: 2.0
Name: tridentx
Version: 0.5.8
Summary: Multiverse for Deep Learning Developers without Pitfall
Home-page: UNKNOWN
Author: Allan Yiin
Author-email: allan@datadecision.ai
License: MIT
Download-URL: https://test.pypi.org/project/tridentx
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Provides-Extra: visualize
Provides-Extra: tests
Requires-Dist: numpy (>=1.13.3)
Requires-Dist: scikit-image (>=0.14)
Requires-Dist: opencv-python (>=3.2.0)
Requires-Dist: matplotlib (>=3.1.1)
Requires-Dist: pillow (>=4.1.1)
Requires-Dist: scipy (>=1.2)
Requires-Dist: six (>=1.9.0)
Requires-Dist: tqdm
Requires-Dist: pyyaml
Requires-Dist: h5py
Requires-Dist: requests
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-pep8; extra == 'tests'
Requires-Dist: markdown; extra == 'tests'
Provides-Extra: visualize
Requires-Dist: pydot (>=1.2.4); extra == 'visualize'

Multiverse for Deep Learning Developers without Pitfall



Release Note


0.5.8
#. fix the deprecated divide ops and add\_ functions

0.5.7
#. Support AMP (automatic mixed precision) with pytorch 1.6.
#. attach lots of functions in ops on the tensor and use @numpy_compatible to share same syntax within numpy array or tensor.
#. New attribute 'sequence_rank' comes to all conv_blocks familay, if sequence_rank='cna' means the order is  'Convolution-Normalization-Activation'.
#. Adding EvoNorm, SIREN ..

