Multigrid_learning icon indicating copy to clipboard operation
Multigrid_learning copied to clipboard

TensorFlow code for paper: Learning Generative ConvNets via Multi-grid Modeling and Sampling

Results 1 Multigrid_learning issues
Sort by recently updated
recently updated
newest added

In the [function build_Q of model.py](https://github.com/ruiqigao/Multigrid_learning/blob/968b842c50d5aef5644a6aff23355b6f924e831d/model.py#L68), there is a reuse parameter to enable Variable sharing by using `tf.variable_scope`. The statement `Q = tf.Variable(...)`, however, would create a new Variable every...