Jetson Nano GAN Generative Adversarial Network

Has anyone used the Jetson Nano 2GB to produce images or video with GANs?

Is it possible to to Neural Artistic Style Transfer:

I just got my Nano2G and I am learning and exploring and would love some pointers on getting setup.

I have not yet found anything that is a docker container, I guess I need to assemble the components myself?

I did find this:
https://towardsdatascience.com/build-your-own-generative-adversarial-network-gan-using-pytorch-353cac15d82e

Any help or tips appreciated!

Hi,

We don’t meet too many users to deploy GAN on the Nano platform.
A possible reason is that Nano has a relatively limited resource, making it not suitable for a complicated model like GAN.

Since Nano 2GB has less memory, the inference capacity will have more limitations.
We have some performance report for the model can deploy on the Nano 2GB for your reference:

Thanks.