google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications
Apache License 2.0
13.24k stars 2.6k forks source link

PolyGen: Code for the sampling strategy described in the paper? #365

Open Meowuu7 opened 2 years ago

Meowuu7 commented 2 years ago

Hi, @saran-t

Thanks for providing the implementation of PolyGen. I find that the sampling strategy implemented in the code (for both the vertex model and the face model) is not exactly the same as described in the paper. The latter would mask out invalid samples, while the implemented one would not. I think that implementing such logic in Tensorflow is not very easy for me due to many template-related bugs I would always encounter.

Could you kindly provide the sampling code as described in the paper?

Thanks a lot!

saran-t commented 2 years ago

@ddtm