chainer-fast-neuralstyle icon indicating copy to clipboard operation
chainer-fast-neuralstyle copied to clipboard

Chainer implementation of "Perceptual Losses for Real-Time Style Transfer and Super-Resolution".

Results 79 chainer-fast-neuralstyle issues
Sort by recently updated
recently updated
newest added

Do either of these projects have the framework needed to port this project to them? https://github.com/collinhundley/Swift-AI/blob/master/README.md https://github.com/aleph7/BrainCore

shouldn't the loaded images be converted to BGR for VGG?

num traning images: 82783 82783 iterations, 2 epochs epoch 0 Traceback (most recent call last): File "train.py", line 124, in x[j] = load_image(imagepaths[i*batchsize + j], image_size) File "train.py", line 23,...

![mj_udnie](https://cloud.githubusercontent.com/assets/1781061/17268686/653dd03a-5664-11e6-86bd-28d97cb2e5f2.jpg) No matter what style image I used, There are always some noise spots in the generated image. Anyone have the same issue????

GOOD WORK. But I have some Questions to ask you. First, I used your what you have said in the comment to train a new model, but I still found...

Might be a stupid question but here it goes. I upgraded to Titan X Pascal and for instance the speed of texture_nets training increased a lot. The speed of chainer-fast-neuralstyle...

Thanks for the great code. I'm working on implementing parallel computing on multiple GPUs in order to accelerate the training process. I have read the document in http://docs.chainer.org/en/stable/tutorial/gpu.html and known...

I don't see an option to scale the style, and I don't mind doing the work to implement if it might be possible. I wonder how difficult would it be,...

Hey guys does anyone have examples of what lambda_feat, lambda_style, and lambda_tv do? It would be great to actually see what changing these settings does to the model. Maybe one...

python train.py -s -d -g 0 I don't understand the model training and was wondering if anyone could offer advice? Essentially, I'm unsure what I need in each of these...