Skip to content

Commit

Permalink
move transfer.py out of helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hy395 committed Oct 18, 2024
1 parent 1963ce3 commit 9559c76
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/baskerville/scripts/hound_eval_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
parser.add_option(
"-c",
dest="class_min",
default=80,
default=10,
type="int",
help="Minimum target class size to consider [Default: %default]",
)
Expand Down
2 changes: 1 addition & 1 deletion src/baskerville/scripts/hound_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from baskerville import seqnn
from baskerville import trainer
from baskerville import layers
from baskerville.helpers import transfer
from baskerville import transfer

"""
hound_transfer.py
Expand Down
2 changes: 1 addition & 1 deletion src/baskerville/seqnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from baskerville import dataset
from baskerville import layers
from baskerville import metrics
from baskerville.helpers import transfer
from baskerville import transfer


class SeqNN:
Expand Down
File renamed without changes.

0 comments on commit 9559c76

Please sign in to comment.