Skip to content

[Linux] Install CUDA and CuDNN on Ubuntu 18.04

[PyTorch] Tutorial(7) Use Deep Generative Adversarial Network (DCGAN) to generate pictures

Last Updated on 2021-05-12 by Clay

Today I want to record how to use Deep generative Adversarial Network (DCGAN) to implement a simple generate picture model. I wanted to demo with delicious snack pictures, but the effect was not very good, I downloaded half a million snack pictures in vain.

Finally, I used the official demo CelebA dataset.

Read More »[PyTorch] Tutorial(7) Use Deep Generative Adversarial Network (DCGAN) to generate pictures

[C++] Tutorial(4): if-else, switch, loop and flow control

Last Updated on 2021-05-06 by Clay

In the programming language, if-else allows us to make different responses according to different situations, loop allows the computer to do a large number of tasks of similar nature to automate operations, and flow control allows us in the loop, you can fast forward to next iteration, or even leave the loop early.

Read More »[C++] Tutorial(4): if-else, switch, loop and flow control
Exit mobile version