-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Improvement] Adjust script structure #935
Conversation
@@ -71,7 +71,7 @@ You can use the following commands to inference a model. | |||
2. For PGM Inference | |||
|
|||
```shell | |||
python tools/bsn_proposal_generation.py ${CONFIG_FILE} [--mode ${MODE}] | |||
python tools/misc/bsn_proposal_generation.py ${CONFIG_FILE} [--mode ${MODE}] |
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.
misc is not a good name
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.
Any good idea?
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.
Let's keep it as misc
?
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.
I think misc is OK.
Codecov Report
@@ Coverage Diff @@
## master #935 +/- ##
==========================================
+ Coverage 83.68% 83.70% +0.02%
==========================================
Files 132 132
Lines 9983 9983
Branches 1722 1722
==========================================
+ Hits 8354 8356 +2
Misses 1211 1211
+ Partials 418 416 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Suggest not to place feature_extraction
in misc
, it's an important feature like training or testing. Besides, the dist_clip_feature_extraction.sh
will not work now since the PYTHONPATH should also be altered.
Add directories for scripts for
tools
, only leavingtrain
andtest
related files