Anders Boesen Lindbo Larsen

Results 110 comments of Anders Boesen Lindbo Larsen

Silly me, I have completely forgotten about this! @bafu: I'll merge it soon.

Hi, with the vanilla neural artistic style method I wouldn't expect you to get good results on images of that size. The span of the highest level convolutional features are...

I'm working towards this (I haven't yet settled on a good interface). In the meantime, you might try to use [MeanSquaredError](https://github.com/andersbll/deeppy/blob/master/deeppy/feed_forward/loss.py#L88) as loss layer.

This is very strange. Only the cuDNN wrapper fails to compile? Try cleaning the build using `python setup.py clean` and reinstall. Have you placed the cuDNN library and header files...

Have you pasted the error message above in its entirety? I suspect the errors you list are a result of an error occurring earlier in the Cython compilation process.

BTW: Your cuDNN installation should be fine! :)

Seems like a duplicate of #13. What is `import cython; print(cython.__version__)`?

Try `pip install -U cython` as it says. :)

I can't quite figure out what goes wrong, but your Python setup must be faulty somehow. Try `pip install --user -U cython` or maybe `sudo pip install -U cython` to...

Thank you for going throught the code so thoroughly. It's pretty buggy and I think it's better to remove it completely. I don't have time to implement it at the...