ubuntu 下基于python深度学习
2016-09-11 本文已影响35人
江州司马binbin
一.python 的基本语法
注意super()的使用,成员函数的参数显示写出self,调用时不需要给出,允许多重继承。
<2> ubuntu 16.04 GCC5.4
#as GCC is too new
#add the line in the front of the CMakeLists.txt
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FORCE_INLINES")