Skip to content

Commit

Permalink
MIN Deprecation msg for semi-supervised SemiBin2
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Oct 19, 2023
1 parent 07ddb06 commit 7aa5710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SemiBin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,8 @@ def main2(args=None, is_semibin2=True):
if args.cmd == 'check_install':
check_install(True, allow_missing_mmseqs2=args.allow_missing_mmseqs2)

if is_semibin2 and args.training_type == 'semi':
logger.info('Currently using semi-supervised mode. This is generally only useful for backwards compability.')

if args.cmd in ['single_easy_bin', 'multi_easy_bin', 'train', 'train_semi', 'bin', 'train_self', 'bin_long']:
import torch
Expand Down

0 comments on commit 7aa5710

Please sign in to comment.