摘要: [python]if __name__ =='__main__' __name__ 是当前模块名,当模块被直接运行时模块名为 __main__ 。这句话的意思就是,当模块被直接运行时,以下代码块将被运行,当模块是被导入时,代码块不被运行。 阅读全文
posted @ 2020-12-08 21:39 Harry666 阅读(98) 评论(0) 推荐(0) 编辑
摘要: [Python] *args and **kwargs (differences between cpp argc argv) ( *args *args refers to those arguments without keywords. What's more, it means that t 阅读全文
posted @ 2020-12-08 21:27 Harry666 阅读(83) 评论(0) 推荐(0) 编辑
摘要: [Practice] TensorFlow Course Note 1 Preface The original open course is from the github whose website is https://github.com/instillai/TensorFlow-Cours 阅读全文
posted @ 2020-12-08 15:18 Harry666 阅读(85) 评论(0) 推荐(0) 编辑