tensorflow實戰(黃文堅 唐源) 學習筆記3--AlexNet

concept Alex net 架構 2 tf.name_scope 通過 with tf.name_scope('conv1') as scope: val = tf.Variable(name="xx") 可以將scope生成的variable自動命名爲 「conv1/xx」。便於區分不同卷積層之間的組件 3 除了alex net,其他都放棄了LRN implement code
相關文章
相關標籤/搜索