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
Hi, I used bpnet train ${yml} ${outdir} --premade=bpnet9 --config=/home/xuyanbo/software/bpnet/examples/zebrafish_chip_seq/config.gin --in-memory --num-workers=24 This command trains the model. In the yml specified by the training command, I set the bias_specs. but in the output yml, I don't seem to find any information about the corresponding bias_specs, why is that?
I tried using the same input, but without specifying bias_specs in dataspec.yml. After comparing the two times, the results are significantly different, suggesting that the bias_specs actually played a role before, they just didn't show up in the output.
Hi, I used
bpnet train ${yml} ${outdir} --premade=bpnet9 --config=/home/xuyanbo/software/bpnet/examples/zebrafish_chip_seq/config.gin --in-memory --num-workers=24
This command trains the model. In the yml specified by the training command, I set the bias_specs. but in the output yml, I don't seem to find any information about the corresponding bias_specs, why is that?Here is the yml of the model:
This is the yml in the output directory:
The text was updated successfully, but these errors were encountered: