-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
why not store gamma tensor?
Is there way to extract gamma Tensor?
I can't find gamma tensor in tensorflow graph
https://github.com/Cadene/tensorflow-model-zoo.torch/blob/master/inceptionresnetv2/tensorflow_dump.py
beta = sess.graph.get_tensor_by_name('InceptionV4/'+name+'/BatchNorm/beta:0').eval()
#gamma = sess.graph.get_tensor_by_name('InceptionV4/'+name+'/BatchNorm/gamma:0').eval()
mean = sess.graph.get_tensor_by_name('InceptionV4/'+name+'/BatchNorm/moving_mean:0').eval()
var = sess.graph.get_tensor_by_name('InceptionV4/'+name+'/BatchNorm/moving_variance:0').eval()
Metadata
Metadata
Assignees
Labels
No labels