-
Fresh installed on Azure Linux VM with Nvidia Tesla M60 which has 2x8 GB Ram and dual GPU but program prints only one GPU and 8 GB ram as available. Result is worse than GTX 1080.
I can't find spec…
-
# How to recommend
We can recommend some papers for further discussion under this issue. Include a link to the paper + the conference name and other related information (like the abstract, some basic…
-
Gradient changes, though inputs, outputs, and internal state stay same.
```python
cudnn.enabled = True
net = nn.BatchNorm1d(3).cuda()
net.eval()
idat = Variable(torch.rand(4,3).cuda(), requir…
-
I added the
`K.set_image_dim_ordering('th')`
To get past the _message error now I am receiving this error?
```
(Neural-Style-Transfer-master) maxss280@ubuntu:~/Scripts/AI_Artist/AI_Artist$ pyt…
-
What are the Style_Transfer equivalents of Neural-Style's -style_weight, -normalize_gradients, and -int image? I have been trying to convert settings that work well in Neural-Style, into the equivalen…
-
I was trying to develop a method to visualise the 'style' or 'content' of input images (like they do in the paper this project is based on)
Is there a method I could use to return the 'Style target' …
artcg updated
7 years ago
-
Hi there !
I've downloaded your Neural-Style_Transfer,and try to transfer some pictures. but got an error while computing.
could you help to take a look, thanks a lot.
[capture](https://cloud.githubus…
beckw updated
8 years ago
-
```
---- RENDERING SINGLE IMAGE ----
Traceback (most recent call last):
File "neural_style.py", line 876, in
main()
File "neural_style.py", line 873, in main
else: render_single…
-
I may be doing something wrong here, but I also see the latest commit mentions a change to maintain_aspect_ratio. Using the latest build all images are coming out square. I've tried passing --maintain…
7yl4r updated
7 years ago
-
With theano backend, example code breaks in [line 118](https://github.com/fchollet/keras/blob/master/examples/neural_style_transfer.py#L118) when loading VGG16 with an `input_tensor` argument, after …