elgazzarr / fMRIGNNs

Benchmarking GNNs for fMRI analysis
19 stars 0 forks source link

Undefined Function 'smax' in STGCN #2

Open FrancisOWO opened 1 year ago

FrancisOWO commented 1 year ago

Hi, Thanks for sharing your code.

I'm reading your code and I notice that there's a function "smax" used in STGCN, but I fail to find its definition. It appears in Line 159 (networks/dynamic_models.py):

self.adjs = smax(torch.tensor(adjacency).float().to('cuda:1'))

Is it a typo, or something missed when import? Thanks in advance for your time, I appreciate it.

RRRRendy commented 7 months ago

Hello, your work is very valuable, thank you for your contribution. Also, I would like to ask if your work has been published

xdjwolf commented 3 days ago

Hi, Thanks for sharing your code.

I'm reading your code and I notice that there's a function "smax" used in STGCN, but I fail to find its definition. It appears in Line 159 (networks/dynamic_models.py):

self.adjs = smax(torch.tensor(adjacency).float().to('cuda:1'))

Is it a typo, or something missed when import?