Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmeier/pytorch_testing_utils
- Owner: pmeier
- License: bsd-3-clause
- Created: 2020-06-23T14:41:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T18:35:54.000Z (over 3 years ago)
- Last Synced: 2024-10-13T05:43:14.787Z (25 days ago)
- Language: Python
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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