Owen L
Owen L
I don't know. I would guess because TFQ doesn't have a lot of development support, and the latest version doesn't have a huge set of feature improvements relevant for TFQ.
Where is 2.13 on the website? I see the install website saying python 3.7, 3.8, 3.9 are supported, and 2.11 TF (which isn't even really right, 2.7 is required for...
If you installed via `pip` it's `pip uninstall` and `pip install`. However, you want to make sure to remove all potentially conflicting TF stuff which can be a pain. I...
You tried with Mac and windows? Windows is unsupported (past like v0.2 or something), and if the Mac is M1 or M2 there are a lot of issues (with TF...
https://github.com/tensorflow/quantum/issues/782, https://github.com/tensorflow/quantum/issues/791, https://github.com/tensorflow/quantum/issues/787, https://github.com/tensorflow/quantum/issues/768
GPU support is in progress. You might be able to install it from https://github.com/tensorflow/quantum/pull/759 (although there are some issues I have heard of), but you can see a number of...
I honestly stopped using Colab with TFQ, so many issues with compatibility. But if you must, this worked for me: https://github.com/tensorflow/quantum/issues/782#issuecomment-1594142647
Dang, unlucky. Colab is a real mess now.
Usually, my go to advice is just to do a fresh environment with a fresh install. I have encountered a myriad of installation issues (as have others: https://github.com/tensorflow/quantum/issues/602, https://github.com/tensorflow/quantum/issues/714, https://github.com/tensorflow/quantum/issues/180,...
That's odd, it just worked by default for me. I use Python 3.8 but 3.9 should be supported, and I've done this on Mac and Linux. I would make an...