TopologyLayer
TopologyLayer copied to clipboard
ModuleNotFoundError: No module named 'dionysus'
Hi,
In Colab, although I've installed the topology layer like this !pip install git+https://github.com/bruel-gabrielsson/TopologyLayer.git
when I wanted to run the first file of generators it throw an error from this line
from topologylayer.functional.rips_dionysus import Diagramlayer as DiagramlayerRips
ModuleNotFoundError: No module named 'dionysus'
By the way, is the code of GANs armed with topology layer in the git repository? I could not find it. I mean the code of section 3.2 of the article "Incorporating Topological Priors in Generative Models"
hi, I have the same problem as you, do you solve this problem?