psteinb / sota_on_uncertainties

trying to obtain uncertainties from training accuracies using timm
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Clarify default target #10

Open zyzzyxdonta opened 5 months ago

zyzzyxdonta commented 5 months ago

The readme says inference is the default target: https://github.com/psteinb/sota_on_uncertainties?tab=readme-ov-file#inference-default-workflow-target

However, Snakemake treats the first rule in the Snakefile as default. This can be fixed by setting default_target: true on the rule that is supposed to be used instead: https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#target-rules