You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for your awesome research. I would like your help with a problem I am facing. I am trying to use your pretrained foundational model to finetune it for a specific disease. However, after I implemented my training code and started training I noticed the training loss did not improve at all. Therefore I tried performing inference on some basic data from cellXgene portal and the results were confusing. Here is the data sample I used for the reproducible example.
I also experimented with the following datasets (yielding similar results): second_dataset, third_dataset (B cell compartment data)
Is there a bug or a bad configuration in my example during the processing, model loading or inference , or is this the actual performance ?
The most confusing point is that all the output values are in the range of 30 (even the values that were not masked)
Bad Performance Issue
Hello and thank you for your awesome research. I would like your help with a problem I am facing. I am trying to use your pretrained foundational model to finetune it for a specific disease. However, after I implemented my training code and started training I noticed the training loss did not improve at all. Therefore I tried performing inference on some basic data from
cellXgene
portal and the results were confusing.Here is the data sample I used for the reproducible example.
I also experimented with the following datasets (yielding similar results):
second_dataset, third_dataset (B cell compartment data)
Is there a bug or a bad configuration in my example during the processing, model loading or inference , or is this the actual performance ?
The most confusing point is that all the output values are in the range of 30 (even the values that were not masked)
Key configurations of my example:
Reproducible Example
Output
Package Versions
The text was updated successfully, but these errors were encountered: