Skip to main content
Ctrl+K

maite 0.8.1 documentation

  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda
  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

protocols

  • ArrayLike
  • image_classification.Augmentation
  • image_classification.DataLoader
  • image_classification.Dataset
  • image_classification.Metric
  • image_classification.Model
  • object_detection.Augmentation
  • object_detection.ObjectDetectionTarget
  • object_detection.DataLoader
  • object_detection.Dataset
  • object_detection.Metric
  • object_detection.Model

tasks

  • evaluate
  • predict
  • evaluate_from_predictions

interop

  • metrics.torchmetrics.TMClassificationMetric
  • metrics.torchmetrics.TMDetectionMetric
  • models.yolo.YoloObjectDetector

utils

  • validation.check_type
  • validation.check_domain
  • validation.check_one_of
  • validation.chain_validators

errors

  • MaiteException
  • InvalidArgument

testing

  • docs.validate_docstring
  • docs.NumpyDocErrorCode
  • docs.NumPyDocResults
  • pyright.pyright_analyze
  • pyright.PyrightOutput
  • pyright.list_error_messages
  • pytest.cleandir
  • project.ModuleScan
  • project.get_public_symbols
  • Reference
  • ArrayLike

ArrayLike#

maite.protocols.ArrayLike#

alias of _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]

previous

Reference

next

image_classification.Augmentation

On this page
  • ArrayLike

This Page

  • Show Source

© Copyright 2024 Massachusetts Institute of Technology.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.