Instructions to use hugginglearners/fastai-style-transfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use hugginglearners/fastai-style-transfer with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("hugginglearners/fastai-style-transfer") - Notebooks
- Google Colab
- Kaggle
Model description
This repo contains the trained model for Style transfer using vgg16 as the backbone.
Full credits go to Nhu Hoang
Motivation: Style transfer is an interesting task with an amazing outcome.
Training and evaluation data
Training hyperparameters
The following hyperparameters were used during training:
| Hyperparameters | Value |
|---|---|
| name | Adam |
| learning_rate | 3e-5 |
| training_precision | float16 |