-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels