Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store dependencies #16

Open
adrian-golian opened this issue Dec 13, 2020 · 1 comment
Open

Store dependencies #16

adrian-golian opened this issue Dec 13, 2020 · 1 comment

Comments

@adrian-golian
Copy link

Let's add a constraints/denpendencies file to the repo - perhaps a Pipfile, or requirements.txt.
It would make it easier for people to reproduce.

@adrian-golian
Copy link
Author

Example problem:

File "....../dgm_latent_bow/src/seq2seq.py", line 10, in <module>
    import tensorflow.contrib.distributions as tfd
ModuleNotFoundError: No module named 'tensorflow.contrib'

--> The code won't work past TF version 1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant