-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Genarate traininglist.json for extendedfg. #200
Conversation
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
=======================================
Coverage 82.19% 82.19%
=======================================
Files 145 145
Lines 6700 6700
Branches 997 997
=======================================
Hits 5507 5507
Misses 1090 1090
Partials 103 103
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@@ -112,16 +115,14 @@ def main(): | |||
os.makedirs(p, exist_ok=True) | |||
|
|||
fg_names = osp.join(dir_prefix, f'{fname_prefix}_fg_names.txt') | |||
save_json_path = f'{fname_prefix}_list.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this override the DIM filelist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the filename to f'{fname_prefix}_list_fba.json'
Oh the file structure should be modified accordingly |
Genarate traininglist.json for extendedfg.
No description provided.