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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: