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

HI @yusuketomoto Nice work. The generate.py is fast and the result is good! But the training speed is too slow! I have download the train2014 dataset and followed the instructions...

you said bs >=2, the training process is unstable. but in machine learning theory, the bs is better as large as possible.

When trying to run with gnu support I get two errors. ``` dyld: warning, LC_RPATH @executable_path/ in /Developer/NVIDIA/CUDA-9.2/lib/libcublas.9.2.dylib being ignored in restricted program because of @executable_path dyld: warning, LC_RPATH @executable_path/...

macdeMacBook-Pro:chainer-fast-neuralstyle-master yep$ sh setup_model.sh load VGG16 caffemodel Traceback (most recent call last): File "create_chainer_model.py", line 34, in ref = CaffeFunction('VGG_ILSVRC_16_layers.caffemodel') File "/usr/local/lib/python3.6/site-packages/chainer/links/caffe/caffe_function.py", line 139, in __init__ net.MergeFromString(model_file.read()) File "/usr/local/lib/python3.6/site-packages/google/protobuf/internal/python_message.py", line...

I am running into this error when trying to train, and i have no idea why > python train.py -s Beanslitter/DoubleRainbow.png -d dataset/train2014 -g 0 > > num traning images:...

Hi! My Dear. two question for you,Please! **# 1:** [root@localhost chainer-fast-neuralstyle]# python generate.py c1.jpg --model models/seurat.model --out o.jpg Traceback (most recent call last): File "generate.py", line 45, in y =...

I developed an iOS App based on fast neural style and AdaIN. It can transfer styles between any two images. It is free. https://itunes.apple.com/us/app/artx-style-transfer-between-any-two-images/id1246635833?ls=1&mt=8 More info at http://www.artxstyles.com

How much is the proper epoch? I Learn from 5000 coco data sets. However, there is vertical line noise. The current epoch is 10. How many epochs do 5000 pictures...

![screen shot 2016-08-27 at 2 22 13 pm](https://cloud.githubusercontent.com/assets/10692268/18025103/e0a4e930-6c61-11e6-9821-845240accd49.png) Hi, I've tried to train a new model but writes out multiple model files and also .state extension? eagle sketch was the...