You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone. I'm building a framework for Neural Style Transfer (NST) called pystiche. It is build upon and fully compatible with PyTorch. It provides functionality for the most common NST operators, the efficient encoding of images on multiple layers of a CNN, as well as the periphery around the core parts. It is modular and can be easily extended with new functionality.
Thanks for the fast response. I'm in the process of writing a package that comprises reference implementations of NST papers with pystiche: it is called pystiche_papers. It is currently still in a WIP state so I leave it up to you if you want to add it to your list. If you do, please note its current status to avoid confusion.
Hey everyone. I'm building a framework for Neural Style Transfer (NST) called
pystiche
. It is build upon and fully compatible with PyTorch. It provides functionality for the most common NST operators, the efficient encoding of images on multiple layers of a CNN, as well as the periphery around the core parts. It is modular and can be easily extended with new functionality.pystiche
was peer-reviewed by pyOpenSci and is published in the Journal of Open Source Software (JOSS). I would be happy if it could be added to the list compiled in this repository.Let me know if you have questions.
The text was updated successfully, but these errors were encountered: