iShohei220

Results 2 issues of iShohei220

Implementation of Consistent Generative Query Networks by DeepMind https://deepmind.com/research/publications/consistent-generative-query-networks

• Modify data_reader.py for TensorFlow 2.0 compatibility. - Replace deprecated functions. - Implement `data_reader` function, which returns `tensorflow.data.Dataset` instance. • https://github.com/iShohei220/tfp-gqn - Implementation of GQNs using the data reader.