lyhue1991/eat_pytorch_in_20_days

2-1 小错误

soloblack opened this issue · 1 comments

scalar = torch.tensor(True)
print(scalar.size())
print(vector.shape)

scalar = torch.tensor(True)
print(scalar.size())
print(scalar.shape)

感谢,已经修改。