Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmeier/pytorch_testing_utils

Test utilities for PyTorch
https://github.com/pmeier/pytorch_testing_utils

Last synced: 10 days ago
JSON representation

Test utilities for PyTorch

Awesome Lists containing this project

README

        

pytorch_testing_utils
=====================

Test utilities for PyTorch

.. start-badges

.. list-table::
:stub-columns: 1

* - package
- |license| |status|
* - code
- |black| |mypy| |lint|
* - tests
- |tests| |coverage|
* - docs
- |docs| |rtd|

.. end-badges

.. |license|
image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:target: https://opensource.org/licenses/BSD-3-Clause
:alt: License

.. |status|
image:: https://www.repostatus.org/badges/latest/wip.svg
:alt: Project Status: WIP
:target: https://www.repostatus.org/#wip

.. |black|
image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: black

.. |mypy|
image:: http://www.mypy-lang.org/static/mypy_badge.svg
:target: http://mypy-lang.org/
:alt: mypy

.. |lint|
image:: https://github.com/pmeier/pytorch_testing_utils/workflows/lint/badge.svg
:target: https://github.com/pmeier/pytorch_testing_utils/actions?query=workflow%3Alint+branch%3Amaster
:alt: Lint status via GitHub Actions

.. |tests|
image:: https://github.com/pmeier/pytorch_testing_utils/workflows/tests/badge.svg
:target: https://github.com/pmeier/pytorch_testing_utils/actions?query=workflow%3Atests+branch%3Amaster
:alt: Test status via GitHub Actions

.. |coverage|
image:: https://codecov.io/gh/pmeier/pytorch_testing_utils/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pmeier/pytorch_testing_utils
:alt: Test coverage via codecov.io

.. |docs|
image:: https://github.com/pmeier/pytorch_testing_utils/workflows/docs/badge.svg
:target: https://github.com/pmeier/pytorch_testing_utils/actions?query=workflow%3Adocs+branch%3Amaster
:alt: Docs status via GitHub Actions

.. |rtd|
image:: https://img.shields.io/readthedocs/pytorch-testing-utils?label=latest&logo=read%20the%20docs
:target: https://pytorch-testing-utils.readthedocs.io/en/latest/?badge=latest
:alt: Latest documentation hosted on Read the Docs