Is it possible to make a trainable variable not trainable?

前端 未结 4 846
眼角桃花
眼角桃花 2020-12-07 15:54

I created a trainable variable in a scope. Later, I entered the same scope, set the scope to reuse_variables, and used get_varia

4条回答
  •  攒了一身酷
    2020-12-07 16:21

    You can use tf.get_collection_ref to get the reference of collection rather than tf.get_collection

提交回复
热议问题