jrbtaylor / conditional-pixelcnn

A PyTorch implementation of Conditional PixelCNNs

Home Page:https://jrbtaylor.github.io/conditional-pixelcnn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug

lrjconan opened this issue · comments

aux = torch.squeeze(x,0) should be aux = torch.squeeze(aux,0) in line 50 of model.py ?