You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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
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"
The text was updated successfully, but these errors were encountered: