style-transfer-pytorch icon indicating copy to clipboard operation
style-transfer-pytorch copied to clipboard

Neural style transfer in PyTorch.

Results 14 style-transfer-pytorch issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/55121007/177839013-3719668e-9543-4fa4-b680-11f5ea2472bf.png) I've installed it following the instructions but style_transfer doesn't work from cmd prompt or powershell

The image with 256 final resolution is taking 13s. Is there a way to speed it up by batching?

Using the colab as an example, I want to scrape the web for multiple content images then use one style image. Basically, I'd like it to be a s close...

Hello can someone tell me the syntax if i want to hand over a list of style images?

Hi, I'm trying to understand device allocation here. I have different GPUs capacities, and the program stops with OOM during `backward()` even when free space is available. In the code,...

Hello, nice repo. Can we train custom models from this?

This PR allows you to _optionally_ set custom scales and their respective iterations. Previously, if you specify `--end-scale` and `--iterations` via the cli, all generated scales will run for the...

By the way, where do you broadcast your repo?