bodokaiser / mrtoct-tensorflow

Tensorflow models for MRI to CT synthesis.
https://arxiv.org/abs/1901.05259
26 stars 5 forks source link

update mrtoct.model.builder to use tf.contrib.gan #5

Open bodokaiser opened 7 years ago

bodokaiser commented 7 years ago

In the end we replicated some functionality of tf.contrib.gan with our mrtoct.model.GeneratorSpec approach. We should still keep this up for supporting different models but adapt tf.contrib.gan where possible in it.