File size: 541 Bytes
90eff6c 75791e9 d6f6735 90eff6c 75791e9 90eff6c 75791e9 90eff6c 75791e9 90eff6c 75791e9 90eff6c 75791e9 90eff6c 75791e9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
tags:
- fastai
- pytorch
- image-to-image
---
## Model description
This repo contains the trained model for Style transfer using vgg16 as the backbone.
Full credits go to [Nhu Hoang](https://www.linkedin.com/in/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 | |