https://github.com/pystiche/papers
Reference implementation and replication of prominent NST papers
https://github.com/pystiche/papers
neural-style-transfer pystiche python pytorch reference-implementation replication
Last synced: 7 months ago
JSON representation
Reference implementation and replication of prominent NST papers
- Host: GitHub
- URL: https://github.com/pystiche/papers
- Owner: pystiche
- License: bsd-3-clause
- Created: 2020-06-08T06:40:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:11:40.000Z (about 3 years ago)
- Last Synced: 2023-03-07T00:11:12.184Z (almost 3 years ago)
- Topics: neural-style-transfer, pystiche, python, pytorch, reference-implementation, replication
- Language: Python
- Homepage:
- Size: 979 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
pystiche_papers
===============
Reference implementation and replication of prominent NST papers
.. start-badges
.. list-table::
:stub-columns: 1
* - package
- |license| |status|
* - code
- |isort| |black| |mypy| |lint|
* - tests
- |tests| |coverage|
* - docs
- |docs| |rtd|
.. end-badges
For installation instructions and usage examples please consult the documentation
`hosted on readthedocs.com `_ .
.. |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
.. |isort|
image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
:target: https://timothycrosley.github.io/isort/
:alt: isort
.. |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/pystiche_papers/workflows/lint/badge.svg
:target: https://github.com/pmeier/pystiche_papers/actions?query=workflow%3Alint+branch%3Amaster
:alt: Lint status via GitHub Actions
.. |tests|
image:: https://github.com/pmeier/pystiche_papers/workflows/tests/badge.svg
:target: https://github.com/pmeier/pystiche_papers/actions?query=workflow%3Atests+branch%3Amaster
:alt: Test status via GitHub Actions
.. |coverage|
image:: https://codecov.io/gh/pmeier/pystiche_papers/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pmeier/pystiche_papers
:alt: Test coverage
.. |docs|
image:: https://github.com/pmeier/pystiche_papers/workflows/docs/badge.svg
:target: https://github.com/pmeier/pystiche_papers/actions?query=workflow%3Adocs+branch%3Amaster
:alt: Docs status via GitHub Actions
.. |rtd|
image:: https://img.shields.io/readthedocs/pystiche-papers?label=latest&logo=read%20the%20docs
:target: https://pystiche-papers.readthedocs.io/en/latest/?badge=latest
:alt: Latest documentation hosted on Read the Docs