snap-stanford / GEARS

GEARS is a geometric deep learning model that predicts outcomes of novel multi-gene perturbations
MIT License
189 stars 38 forks source link

Publication of model parameters #50

Closed fratajcz closed 6 months ago

fratajcz commented 6 months ago

Hi!

Thanks again for making this code public. I have found the hyperparameter settings that you have used to train your model in the supplementary notes of the paper. However, I could not find a link to download the parameters of the trained model which has produced the performance metrics and predictions listed in the paper. I am asking since my training run on Norman et al. data looks fishy, i.e. loss decreases only minimally and then starts oscillating, and using the optimal parameters from the manuscript would greatly increase the confidence in my results and the method.

Since it is good scientific practice to publish the model parameters, is there any chance we can download them? Perhaps there is a link somewhere and I have simply missed it, in that case I would be very greatful if you could post it here.

Thank you

yhr91 commented 6 months ago

Thanks for your question, you should be able to reproduce the results from the paper by running the model with the default settings. In the case of Norman, you can follow the steps in the model tutorial. The reproducibility repo has additional information on how to plot the results and generate the baselines.

Re: the oscillation in the loss. We have also observed that for some datasets but are not fully sure what causes it.

fratajcz commented 6 months ago

Hi! Thank you for your swift reply. I will test if my trained model roughly reproduces the figures and get back to you.