训练的时候报错:
RuntimeError: Expected tensor for argument #1 ‘input’ to have the same device as tensor for argument #2 ‘weight’; but device 0 does not equal 2 (while checking arguments for cudnn_convolution)
这是因为加载模型的GPU和指定的G…
解决问题: 在python中,字符串是不可变对象,即不能通过下标去改变字符串的值。 解决方案:遍历字符串,将要改变的字符以及不改变的字符存入列表中,在将列表转换为字符串。
s input()
list []
for i in s:i…