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

How to change older params.txt in manuscripts/genome_research2018 to params.json #204

Open
biginfor opened this issue Dec 24, 2024 · 1 comment

Comments

@biginfor
Copy link

Deer developers:
I'm trying to use the pre-trained model to follow the tutorial in https://github.com/calico/basenji/blob/master/tutorials/sat_mut.ipynb, especially to run basenji_sat_vcf.py.
Here is the code I used:
params_file='tutorials/models/params_small.json' (seems wrong)
model_file='/131k/model.tf'
vcf_file="my.vcf"

basenji_sat_vcf.py ${params_file} ${model_file} ${vcf_file}

However, it seems that the pre-trained model parameters you provided are not suitable for the latest model version. I am trying to manually match the pre-trained weights to the model with the manuscripts/genome_research2018/params.txt. I wonder if it is futile to do so.
Or, could you please update the pre-trained model parameters and hyperparams_file?

Thanks!

@davek44
Copy link
Contributor

davek44 commented Dec 26, 2024

Hi, could you tell me a little more about what you're hoping to achieve? We're not working in this codebase anymore, having moved to https://github.com/calico/baskerville

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