-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Line 188 in dff0cd1
| g = tf.get_variable('g', dtype=tf.float32, initializer=scale_init, trainable=True) |
I've been re-implementing ImprovedGAN for semi-supervised learning for cifar10 using nn.py. This line is defining a variable by initializing it by a tensor from the build-up graph. Initializing a variable by such a tensor makes it so slow. I think this is basically a tensorflow library issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels