FastStyle icon indicating copy to clipboard operation
FastStyle copied to clipboard

Fast-Style-Transfer in TensorFlow 2 :art:

Results 5 FastStyle issues
Sort by recently updated
recently updated
newest added

Hello, I click on "Models for evaluation are located here" but I can't download them. It says that I need to access.

How are we supposed to use the pretrained models linked in the docs? https://drive.google.com/drive/folders/1-ywa__KcK4uEEYOzgfeRCpCzP3RJKBwL The `main.py evaluate` works only with the `weights.index` file of any model, but those weights are...

I've ran the following training script. There doesn't seem to be an obvious errors from the logs, so I think it ran successfully - just having trouble finding the output...

When I try to evaluate the model with the content image provided, If I set ```load_image(content, resize=False) ``` then there's an error that says the sizes of input doesn't match...