Skip to content
New issue

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

Available trained model weights (ckpt files) and processed data (bigwig files)? #2

Open
kamisama0101 opened this issue Nov 5, 2024 · 2 comments

Comments

@kamisama0101
Copy link

kamisama0101 commented Nov 5, 2024

Thank you for your amazing work!
I want to try this model as soon as possible, but I find that some files in the tutorial are missing.
Have the trained model weights (ckpt files) been released? If so, users as me can use this model without training.
checkpoint = 'results/bigmodel_h512_l12_lr1e-5_epoch=38-step=746889.ckpt'
model = TrainModule.load_from_checkpoint(checkpoint).to(device)
model = model.eval()
If the processed data (bigwig files) of 40 paired datasets is available, it's even better. It also means that other researchers can train or even refine the model without time-consuming pre-processing of raw FASTQ data.
rna_bw_file = 'data/hg38/K562/GSE153597/input_features/rnaseq.bw'
ribo_bw_file = 'data/hg38/K562/GSE153597/input_features/riboseq.bw'

@kamisama0101
Copy link
Author

Sorry for my carelessness... Now I have located the Example ckpt and bw files in Example data and pretrained Translatomer model (zenodo.org). Besides, I would like to ask if it is appropriate to publicly release the processed data (bigwig files) of all 40 paired datasets?

@shtoneyan
Copy link

Just to add to this, would it be possible to also request the sequence only model? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants