Ankit Pal

Results 97 comments of Ankit Pal
trafficstars

If you have Node N and every node has dim of d then your feature matrix will be N*D already. if you don't have feature matrix, you can use identity...

I solved the issue by upgrading the openai v27.0 by `pip install --upgrade openai ` Example Usage: ChatGPT API has been added in [Promptify](https://github.com/promptslab/Promptify); you can use it like this....

Hi @Vaibhavs10 @sanchit-gandhi Can you check this issue, please?

You can try this method. It's working. Generating an OAuth token - Go to OAuth 2.0 Playground https://developers.google.com/oauthplayground/ - In the Select the Scope box, paste https://www.googleapis.com/auth/drive.readonly - Click Authorize...

`def init(self, in_features, out_features, bias=True) ` You don't need to pass same name while passing parameters in python function : Quick example ``` def example(p_1, p_2): return p_1*p_2 # Here...

@ygleework I tried MNIST clustering task with GAE Total images = 1000 Dim = 784 since there was no adj matrix, I tried with identity and Nearest neighbour graph Affinity...

@Zian-Zhou In feature matrix, every node has a D dim vector ( N X F ). By row-normalize, the function is normalizing the feature for each node.

@SugarChen1 Yes, that is sorting. I ran the code after removing those lines of code and it's stating the same accuracy. Please check your code again.