How I memorized the GRE Vocabulary
A short sharing on how I memorize these GRE-level vocabs and place a dump of my all GRE vocabs in the post.
Self-reflection on Fall22 Grad school application
Being a first-generation college student, I thought being an undergrad at a university is already one of the greatest achievements in my life.
Paper Review - StyleGANv1
You need to first understand ProGAN before understanding StyleGAN. The key idea of StyleGAN is that it offers control over the style of generated images at different levels of detail.
Paper Review - ProGAN (ProgressiveGAN)
In this article we try to understand ProGAN, which is a key ingredient in StyleGAN. The central idea of ProGAN is to train both generator and discriminator in gradually increasing resolutions, to provide the network the ability to learn lower level structure first and finer details later.
Paper Review - Pix2Pix, CycleGAN
Studying image-to-image translation. Overview of 2017 CVPR paper "Image-to-Image Translation with Conditional Adversarial Networks" and 2017 ICCV paper "Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks".
Overview on common Generative adversarial network methods
Overview on common Generative adversarial network (GAN) methods. We walkthrough GAN, DCGAN, WGAN, LSGAN, and SNGAN.
Paper Review - MUNIT
Studying image-to-image translation. Overview of 2018 ECCV paper "Multimodal Unsupervised Image-to-Image Translation".
Keep processes running after SSH session disconnects
I want to keep processes running after SSH session disconnects. During ssh into ubuntu, we can use `nohup` and `&` to ignore the input signal.
Setting up SSH server on Ubuntu
I want to set up a SSH server that is on a different port on ubuntu.
Ubuntu clone a user profile with all applications
I have a user profile all setup with all settings the way I want them. I want to copy the entire configured profile to a new user account. With these command, I can have anaconda and python setups in a newly created profile.