-
E2E tests: https://github.com/pytorch/pytorch/pull/8451
Working models:
- [x] DCGAN example
- [x] Fast Neural Style Transfer (InstanceNormalization bug #8439)
- [x] MNIST (partially working, #…
-
`C:\Users\Administrator\AppData\Local\Programs\Python\Python35\python.exe E:/PyCharmProject/randomCNN-voice-transfer-master3/train.py
Traceback (most recent call last):
File "E:/PyCharmProject/ran…
-
Theano has supported multiple GPUs since v0.8.0.
(cf. [Using multiple GPUs — Theano 0.8.0 documentation](http://deeplearning.net/software/theano/tutorial/using_multi_gpu.html) )
Does Keras also suppor…
-
When I try to run one of your examples [https://github.com/NervanaSystems/distiller/blob/master/examples/pruning_filters_for_efficient_convnets/resnet56_cifar_filter_rank_v2.yaml](resnet56_cifar_filte…
-
How about to implement the neural algorithm of the artistic style on the basis of this repository: https://github.com/lizeng614/SqueezeNet-Neural-Style-Pytorch? This implementation is very lightweight…
-
Hi @brandonwillard, I work on the [Pyro](http://pyro.ai/) team, where we've been independently developing what seems like a closely related [library](https://github.com/pyro-ppl/funsor). I just stumb…
-
Hi, I try to use your pytorch version contextual loss for style transfer. Both the content and style use contextual loss. But the result seems not meaningful. The pytorch code use L2 distance which is…
-
Hi there. I think IPyExperiments is pretty cool, but I'm finding that IPyExperiment is not grabbing the same GPU as pytorch.
For more context, I have two GPUs but I only use one since I'm doing som…
jmhsi updated
5 years ago
-
Hello! I would love to run Your project, but I can not do it. Could you extract the weights of this neural network and save them to a binary file(as a sequence of numbers like Single) so that I can ru…
-
I trained a simple linear regression model and wanted to export it using onnx.
import torch.onnx
input = Variable(torch.zeros(1, 1, dtype=torch.float))
model_path="/home/lili/lr.onnx"
torch.onnx.…