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?
I want to run
live_demo.pyon a GPU in Windows. The provided requirement files involvesjaxandtensorflowbutlive_demo.pyonly explicitly importsjax. Is a GPU version oftensorflowimplied in order to runlive_demo.pyorjaxon a GPU? Actually I am wondering whytensorflowis required in the requirements?