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

keras and tensorflow and python version #87

Open
mahaling opened this issue Apr 5, 2021 · 1 comment
Open

keras and tensorflow and python version #87

mahaling opened this issue Apr 5, 2021 · 1 comment

Comments

@mahaling
Copy link

mahaling commented Apr 5, 2021

Can someone point me to the right combination of keras, tensorflow and python version that this current code will work on.

Any combination of the above mentioned packages seem to throw an error when I run kitti_evaluate.py

The environment.yml file did not work for me.

Thanks

@s-sekiguchi
Copy link

s-sekiguchi commented Jul 2, 2021

Hi, I also tried some combinations(^^;). So far I can construct my environment with the following:

  • remove tensorflow-gpu, cudatoolkit and cudnn from environment.yml
  • construct new environment with the edited environment.yml
  • install tensorflow-gpu 1.12.0 with conda command (this can install relevant cudatoolkit and cudnn together)
    Hope this can help. :-)
    As you may know, please note that relevant version of cudatoolkit and cudnn would also depend on your GPU. I think GeForece GTX1070/1080, RTX 2060 super should be OK with my solution.

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

2 participants