想问一下这行代码什么意思cnn = CNN().cuda()cnn.load_state_dict(torch.load('net_cnn_big.pkl'))load后面的东西是啥啊
这个是调用已训练好的模型,得先训练啊