Closed JindongJiang closed 7 years ago
It seems that all variables on the graph are trainable because the "train" arg of "_variable_on_cpu" was not sent to "trainable" arg of tf.get_variable. So every time we run train_op, all variable will be updated. Is that correct ?
It seems that all variables on the graph are trainable because the "train" arg of "_variable_on_cpu" was not sent to "trainable" arg of tf.get_variable. So every time we run train_op, all variable will be updated. Is that correct ?