In this short post, I will share a very brief GAN (Generative Adversarial Network) model and in practice, how do we train it using PyTorch. Also, I will include some tips about training as I myself found it is hard to train, especially when working with my own data and model. Training GAN models IContinue reading “Deep Learning 18: GANs with PyTorch”
Category Archives: Problem Shooting
Working with ROUGE 1.5.5 Evaluation Metric in Python
If you use ROUGE Evaluation metric for text summarization systems or machine translation systems, you must have noticed that there are many versions of them. So how to get it work with your own systems with Python? What packages are helpful? In this post, I will give some ideas based on engineering’s view (which meansContinue reading “Working with ROUGE 1.5.5 Evaluation Metric in Python”
Install MPI on Windows, Mac and Ubuntu
(If you meet any errors and need help, please leave them in the comments.)