• TensorFlow常用模块

    TensorFlow常用模块

    前置知识

    • Python的序列化模块Pickle (非必须)

    • Python的特殊函数参数**kwargs (非必须)

    • Python的迭代器