inoue0426 / scVGAE

MIT License
3 stars 0 forks source link

Can I use GAT to modify the network? Will this improve performance? #2

Open haoyu-wangg opened 2 days ago

inoue0426 commented 1 day ago

You can use the GAT, just replace the function. It might improve the performance.

haoyu-wangg commented 11 hours ago

Why do the results vary every time I run the model? I have set the seed, but every time I run the model, the clustering metrics still change, and I found that the loss did not continue to decrease. Does this mean that the purpose of the model is to find a balance between ZINB loss and MSE loss? I am a beginner, and I would be grateful if you could answer this question.Thanks!