在我们编程时或许会遇到这样的错误: 【error】input is not contiguous at.... 这是提醒我们要使用contiguous命令 调用view之前最好先contiguous x.contiguous().view() 因为view需要tensor的内存是整块的