collinarnett / protein_gan

Implementation of "Generative Modeling for Protein Structures" by Namrata Anand and Po-Ssu Huang
GNU General Public License v3.0
18 stars 6 forks source link

Fix symmetry and clamping #8

Closed collinarnett closed 4 years ago

collinarnett commented 4 years ago

Symmetry and clamping are currently implemented as part of the paper specifications but the results of the generator don't look at all similar to the input maps. Need to figure out why the authors put the symmetry and clamping in in the first place. Then figure out how to get a better result. Maybe optimizing #7 will help with this issue.

collinarnett commented 4 years ago

Fixed this issue as I was not applying the sym_fake function to the logged images 75c402dde337061f44189a1b32328763dcfafd59