Skip to content

Commit

Permalink
修正前一次提交备注:修改数据加载器逻辑,保留多类边
Browse files Browse the repository at this point in the history
  • Loading branch information
farkguidao committed Jan 25, 2022
1 parent 2aed881 commit 1aac78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test(parser):

if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--setting_path',type=str,default='settings/ama_settings.yaml')
parser.add_argument('--setting_path',type=str,default='settings/yot_settings.yaml')
parser.add_argument("--test", action='store_true', help='test or train')
temp_args, _ = parser.parse_known_args()
if temp_args.test:
Expand Down

0 comments on commit 1aac78a

Please sign in to comment.