diningphil/gnn-comparison

Can't find device = cuda in config files

Closed this issue · 1 comments

Hi team :)
Thanks for this great work!

I was wondering why doesn't the configuration files contain cuda as a possible device option even though the paper mentions it as a possible device?

For example here are two images from GraphSAGE config file and from the paper:
image
image

Thank you in advance!
@Zmeos @diningphil @marcopodda @dbacciu

Hi,

If you want to use cuda, just change the configuration file from cpu to cuda. We did not specify it in the public file because we do not know if your pc has cuda installed.

Best regards,
Federico