Skip to content

Commit

Permalink
Updated model evaluation scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Linder committed May 3, 2024
1 parent 8bef0e2 commit 2c20c4e
Show file tree
Hide file tree
Showing 9 changed files with 2,490 additions and 20 deletions.
675 changes: 675 additions & 0 deletions src/scripts/borzoi_bench_gtex_folds.py

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/scripts/borzoi_bench_sqtl_folds.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ def main():
type="str",
help="File specifying target indexes and labels in table format",
)
sed_options.add_option(
'-u',
dest='untransform_old',
default=False,
action='store_true'
)
sed_options.add_option(
'--no_untransform',
dest='no_untransform',
default=False,
action='store_true'
)
parser.add_option_group(sed_options)

# classify
Expand Down
Loading

0 comments on commit 2c20c4e

Please sign in to comment.