python运行报错:
view size is not compatible with input tensor's size and stride (at least one dimension spans acros
出现这个原因主要就是因为view()需要Tensor中的元素地址是连续的,因为可能出现Tensor不连续的情况,修改为:在.view前加.contiguous(),使其变为连续就ok。
文章来源:https://www.toymoban.com/news/detail-508663.html
文章来源地址https://www.toymoban.com/news/detail-508663.html
到了这里,关于运行错误:view size is not compatible with input tensor‘s size and stride (at least的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!