icyhearts
icyhearts
Thanks for your book and code. I tested code in listing 5.5. The book says, in the code in Listing 5.5 the assert can fire, but I tested it and...
Thanks for make the code open-sourced. When I run ``` python3 -m pudb demo_nyuv2.py --filename=./data/NYUV2/demo_01.png --outputroot=./result/NYUV2 ``` I meet this error: ``` WARNING: Logging before InitGoogleLogging() is written to STDERR...
您好,打扰了。 mnist.py里面有个主函数,展示了如何使用全连接网络的各个模块的使用方法。配合pudb一边调试一边运行,更容易理解文章中的理论。 对CNN和循环神经网络, 如果也可以有一个类似的主函数调用各个模块,把训练和分类的各个函数都串起来,就太好了。
你好,打扰了。准备结合看一下这份代码,cmake的时候出错。操作系统是: ` uname -a Linux icefire 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 GNU/Linux ` cmake时候的报错为: ` D.Deb[dice@ build]$cmake .. -- The C compiler identification is GNU 6.3.0 -- The...