ProGamerGov
ProGamerGov
Here's a comparison album of CNNMRF with Dreamscope app: https://imgur.com/a/e24sj There seem to be a few differences that almost look like I could change the settings to match in CNNMRF.
@3DTOPO The "Triangle Style" in Dreamscope still looks better than CNNMRF: https://imgur.com/a/6ZWGJ Which is the main style I want to replicate.
@dovanchan As per [one of Dreamscopeapp's owners](https://www.reddit.com/r/Art/comments/5wve6r/gene_wilder_artificial_intelligence/deds9wk/), they are using a modified version of the "[A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576)" research paper, so in theory it should be possible...
Researching things even more, it appears that Dreamscrope is related to a company called Lambda Labs, which caused a lot of controversy with their plans to produce facial recognition and...
Dreamscope's output:  My output:  The above images are from the results of my experiments with [neural_style_laplacian.lua](https://gist.github.com/ProGamerGov/d3988b914c92220ae45aa5bb1e31d6a7), for comparison with Dreamscope images: https://imgur.com/a/Az8Y3 Using manual GIMP cropping and pasting,...
@dovanchan @WMaur This issue already exists, here: https://github.com/jcjohnson/neural-style/issues/257
This issue is solved here: https://github.com/jcjohnson/pytorch-vgg/issues/3, with a script that fixes the models.
[I have been trying to push things as far as they can go](https://github.com/jcjohnson/neural-style/issues/428#issuecomment-339228366), and may have hit a limit in Torch7 and/or cuDNN, because search engines don't really show anything...
I assume this error is because of a limitation in the maximum value possible? So this maximum could be changed?
The error appears to come from these areas: In SpatialConvolution.lua, on line 201: https://github.com/soumith/cudnn.torch/blob/master/SpatialConvolution.lua#L201 In SpatialConvolution.lua, on line 209: https://github.com/soumith/cudnn.torch/blob/master/SpatialConvolution.lua#L209 @soumith How do I fix this limitation?