I am on a google colab, and I have an issue with [ModuleNotFoundError: No module named 'tgan']
I thought it is version issue, so I converted my colab version to python 3.7. And I think that I successfully installed tgan with "!pip install tgan", but "from tgan.model import TGANModel'" didn't work.
If you guys do know how successfully install python 3.7, and import tgan to python 3.7(not 3.10 which is current version of colab), and finally use TGANModel, plz let me know.........