learn_dl icon indicating copy to clipboard operation
learn_dl copied to clipboard

请问可以加上调用cnn各个模块的主函数的代码吗?

Open icyhearts opened this issue 8 years ago • 0 comments

您好,打扰了。 mnist.py里面有个主函数,展示了如何使用全连接网络的各个模块的使用方法。配合pudb一边调试一边运行,更容易理解文章中的理论。 对CNN和循环神经网络, 如果也可以有一个类似的主函数调用各个模块,把训练和分类的各个函数都串起来,就太好了。

icyhearts avatar Dec 19 '17 14:12 icyhearts