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 516 forks source link

python model.py File "model.py", line 146 feps[:, index: index+np.prod(shape)], (bs, *shape))) ^ SyntaxError: invalid syntax (base) bash-3.2$ python3 model.py bash: python3: command not found (base) bash-3.2$ python model.py File "model.py", line 146 feps[:, index: index+np.prod(shape)], (bs, *shape))) ^ SyntaxError: invalid syntax #56

Open jackylee1 opened 6 years ago

jackylee1 commented 6 years ago

python model.py File "model.py", line 146 feps[:, index: index+np.prod(shape)], (bs, shape))) ^ SyntaxError: invalid syntax (base) bash-3.2$ python3 model.py bash: python3: command not found (base) bash-3.2$ python model.py File "model.py", line 146 feps[:, index: index+np.prod(shape)], (bs, shape))) ^ SyntaxError: invalid syntax