Congratulations! You've reached another core step.
PyTorch was installed via miniconda, but Tensorflow, despite having available conda versions, it doesn't work with Open3D. Therefore, we are installing it via pip.
- pip install tensorflow==2.3.0
Check the installed version:
- python3 -c "import tensorflow as tf; print('version', tf.__version__)"
- 2.3.0
Check of the GPU is available:
- python3 -c "import tensorflow as tf; print(tf.test.gpu_device_name())"
- Found device 0 with properties: pciBusID: 0000:1d:00.0 name: NVIDIA GeForce RTX 2060 SUPER
No comments:
Post a Comment