Skip to content

ICGNN #108

@jhleonjg

Description

@jhleonjg

Hi guys,

I was tying to ICGNN within causica as follows:
I have executed:
!pip install causica
that loads fine.

but when I try to import ICGNN as below it fails.

from causica.functional_relationships import ICGNN

NameError Traceback (most recent call last)
in <cell line: 13>()
11
12 #Define the functional module
---> 13 icgnn = ICGNN(
14 variables=tensordict_shapes(dataset_train),
15 embedding_size=8, #32,

NameError: name 'ICGNN' is not defined

Could you please help to investigate what happen with the ICGNN module ? has been deprecated, what old version of Causica has it ? if so what is the alternative ?
How should I use it ?

Many thanks,

Jose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions