google-deepmind / leo

Implementation of Meta-Learning with Latent Embedding Optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module name 'tensorflow_probability'

ggaziv opened this issue · comments

Hi,

I think installing this module is required since it is imported in model.py.

Guy

Yeah, thank you for spotting the error.

@ @ggaziv @sygi ,hi could you tell me which version of tensorflow and tensorflow_probability are used by you? I install tensorflow=1.12.0 and tensorflow_probability0.5.0. when i run the code, I get a error message like"AttributeError: module 'tensorflow_core.compat.v2.math' has no attribute 'xlog1py'”.