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?
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?