美文网首页
ubuntu 下基于python深度学习

ubuntu 下基于python深度学习

作者: 江州司马binbin | 来源:发表于2016-09-11 16:42 被阅读35次

    一.python 的基本语法

    <1>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")

    相关文章

      网友评论

          本文标题:ubuntu 下基于python深度学习

          本文链接:https://www.haomeiwen.com/subject/vevuettx.html