做手写数字识别出现错误
# 1. 实例化模型,优化器,损失函数 model = MnistModel().to(conf.device)
AttributeError: module 'conf' has no attribute 'device'
是这个?https://blog.csdn.net/m0_60772977/article/details/125689187