Open karim76 opened 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.
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.