我想用Python 3中的TensorFlow冻结Inception v3 model中除前三层之外的其他层,并修改这三层的权重,以便能够重新初始化和重新训练网络的前三层。如果在初始模型中不能做到这一点,有没有其他网络(在TensorFlow中)可以做到这一点呢?
Python 3
TensorFlow
https://stackoverflow.com/questions/47676138
相似问题