采用cnn对mnist分类。实现了bn(滑动平均)。 运行:python main.py 每次训练会生成loss.txt文件记录每5次迭代的loss、log.txt文件记录训练时长,测试会在log.txt中记录准确率。