We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,thank for BioBombe,I have a question,where is model?
I just want to use VAE model to pre-training,and calculate embedding.
or I need to retrain ,and i cannot find you training code, please help me~~~
Now, I download file from https://zenodo.org/record/2300616, and load weight use code:
from scripts.latent import latentModel w = latentModel('./gtex_components_200/model_165158_weight_matrix.tsv.gz')
is it right? and how can I get embedding from object latentModel?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,thank for BioBombe,I have a question,where is model?
I just want to use VAE model to pre-training,and calculate embedding.
or I need to retrain ,and i cannot find you training code, please help me~~~
Now, I download file from https://zenodo.org/record/2300616, and load weight use code:
is it right? and how can I get embedding from object latentModel?
The text was updated successfully, but these errors were encountered: