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

No module named 'tensorflow.python' #1

Closed
lisa676 opened this issue Apr 24, 2020 · 1 comment
Closed

No module named 'tensorflow.python' #1

lisa676 opened this issue Apr 24, 2020 · 1 comment

Comments

@lisa676
Copy link

lisa676 commented Apr 24, 2020

In requirements.txt file tensorflow is not mentioned. When I run the code I'm getting the tensorflow error. Which tf version you used in this repo?

One more thing how we can visualize results from provided pre-trained weights? I'm unable to get detail info in readme file.

@emreaksan
Copy link
Contributor

Hi,

Your questions are answered in readme.

TF version: https://github.com/eth-ait/spl#required-packages
Evaluation: https://github.com/eth-ait/spl#evaluation

Evaluating a pre-trained model and a new model are the same. For example, you can set --model_id 1564419527 to evaluate RNN-SPL model (it is in the pre-trained models).

If you haven't set the environment variables mentioned in the training section, then you need to pass them as command-line arguments (--save_dir, --data_dir, --eval_dir). You can find an explanation for them in spl/evaluation.py file. Finally, --to_video flag stores videos.

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

3 participants