Jiaxuan

Results 7 comments of Jiaxuan

Thanks for spotting this bug. I have been using the Linux development environment, and sometimes got sloppy of using `/` in the path (should be replaced by `os.path.join()`). I'll post...

Hi Sumit, Very likely you are not using python3. “@“ is only introduced in python3 as matrix multiplication. Best, Jiaxuan Original Message Sender:Sumit [email protected] Recipient:snap-stanford/[email protected] Cc:[email protected]; [email protected] Date:Sunday, Jul 1,...

seems that you are not properly installing pytorch cuda version. ' torch.cuda.FloatTensor is not enabled' Original Message Sender:Sumit [email protected] Recipient:snap-stanford/[email protected] Cc:[email protected]; [email protected] Date:Monday, Jul 2, 2018 14:55 Subject:Re: [snap-stanford/GraphRNN] Unable...

Hi, thanks for your interest in ID-GNN. 1. For node classification, the configs are here: https://github.com/snap-stanford/GraphGym/blob/master/run/grids/IDGNN/node.txt 2. Yes, that means ID-GNN fast 3. The node identity feature is computed via...

Thanks for the question. This is a good feature request. Currently, I recommend trying out the design space of 96 GNN models, shown here: https://github.com/snap-stanford/GraphGym/blob/master/run/grids/example.txt You could take a look...

Hi, thanks for the question. 1. Yes indeed, that's another version of anchor-set selection. You can commented in out or play around with it. 2. Yes, the reason is that...

This is a weird error I haven't encountered before. It will be great if you can pinpoint where the segmentation fault error occurs. Also, based on your description, you may...