动手学深度学习pytorch版-填坑-TypeError: normal() received an invalid combination of arguments
在8章的序列模型这里:%matplotlibinlineimporttorchfromtorchimportnnfromd2limporttorchasd2lT=1000#总共产⽣1000个点time=torch.arange(1,T+1,dtype=torch.float32)x=torch.sin(0.01*time)+torch.normal(0,0.2,(T,))d2l.plot(time