tensor原理,關於graph和session
關於tf.variable_scope
簡單的理解:
複雜的理解:
關於slim.arg_scope
for迴圈 and enumerate
slim.conv2d 跳轉問題
關於get_shape().as_list()
python中的*args和**kwargs
functools.partial模組
三個概念:epoch, batch, iteration
權重衰減(l2正則化)
tf.data.dataset.slices()
dataset 中的 iterator
tf.train.exponential_decay()用法
slim.learning 函式
slim函式介紹
tf.assign()函式
class (object)中繼承類object的作用
類class及其方法, self, cls
class方法中的super()函式
詳解__setattr__、getattr、getattribute
__str__方法
列舉enum.enum
lambda表示式,isinstance()判斷乙個物件是否是乙個已知的型別,類似 type()
try: except語句
set intersection() 方法
python tensorflow 機器學習
易佰教程 python 廖雪峰 python so stack overflow devdocs tensorflow devdocs numpy devdocs python 谷歌開發者中文部落格 monte carlo integration 深度學習 中文版 書籍 卷積神經網路ppt x al...
Python tensorflow 報錯集錦
標題首當其衝的是安裝tensorflow tensorflow安裝教程 執行後出現的報錯 module tensorflow has no attribute placeholder 當前tensorlow 版本是2.3.1。tensorflow 2.0版本後placeholder廢棄,所以要使用該...
Python TensorFlow安裝及使用說明
python tensorflow安裝及使用說明 1 安裝 python 直譯器 anaconda。不需額外安裝,安裝時切記勾選 add anaconda to my path environment variable 檢驗安裝是否成功 anaconda v 或 conda list 2 安裝 cu...