首页 > 其他分享> > TypeError: A string has ambiguous TensorShape, please wrap in a list or convert to an int: hidden_di TypeError: A string has ambiguous TensorShape, please wrap in a list or convert to an int: hidden_di 2021-06-19 19:02:46 作者:互联网 类型错误:字符串是没有形状的 解决办法:请检查参数:hidden_di的传入方法是不是正确的。 把下图做一个修改: 此时,['hidden_dim']是一个列表,有错误,应该 修改为: 此时,self.cfg['hidden_dim']是一个整数。 当然,就要看你的self.cfg怎么定义的了。因人而异。 标签:ambiguous,convert,TypeError,dim,cfg,self,di,修改,hidden 来源: https://blog.csdn.net/tianyechuangxin/article/details/118057566