openai / glow

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
https://arxiv.org/abs/1807.03039
MIT License
3.11k stars 515 forks source link

Update README.md for errata #77

Open karim76 opened 5 years ago

karim76 commented 5 years ago

While testing GLOW, I found a very small errata, as shown below. Modify this.

wget https://storage.googleapis.com/glow-demo/data/celeba-tfr.tar tar -xvf celeb-tfr.tar

=>

wget https://storage.googleapis.com/glow-demo/data/celeba-tfr.tar tar -xvf celeba-tfr.tar

Missing the "a" character.