TypeError: A string has ambiguous TensorShape, please wrap in a list or convert to an int: hidden_di

类型错误:字符串是没有形状的

解决办法:请检查参数:hidden_di的传入方法是不是正确的。

把下图做一个修改:

TypeError: A string has ambiguous TensorShape, please wrap in a list or convert to an int: hidden_di

此时,['hidden_dim']是一个列表,有错误,应该

修改为:

TypeError: A string has ambiguous TensorShape, please wrap in a list or convert to an int: hidden_di

此时,self.cfg['hidden_dim']是一个整数。

当然,就要看你的self.cfg怎么定义的了。因人而异。

 

上一篇:Spring框架 - IOC和DI


下一篇:框架(SSM)-Spring