tapnet
tapnet copied to clipboard
Is a GPU version of TF implied in order to run `live_demo.py` on a GPU?
I want to run live_demo.py
on a GPU in Windows. The provided requirement files involves jax
and tensorflow
but live_demo.py
only explicitly imports jax
. Is a GPU version of tensorflow
implied in order to run live_demo.py
or jax
on a GPU? Actually I am wondering why tensorflow
is required in the requirements?