-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement several fixes and QoL improvements to the Data Preparation MLCube #85
base: fets_2.0
Are you sure you want to change the base?
Conversation
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.
Minor comments (only white space additions)
models | ||
tmpmodel |
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.
tmpmodel | |
tmpmodel | |
DIFF=$(echo "$ENDTIME - $STARTTIME" | bc) | ||
echo $DIFF | ||
|
||
run_other |
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.
run_other | |
run_other | |
DIFF=$(echo "$ENDTIME - $STARTTIME" | bc) | ||
echo $DIFF | ||
|
||
run_other |
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.
run_other | |
run_other | |
RUN cp -r /project/tmpmodel /project/stages/data_prep_models/brain_extraction/model_0 | ||
RUN mv /project/tmpmodel /project/stages/data_prep_models/brain_extraction/model_1 | ||
|
||
ENTRYPOINT ["python", "/project/mlcube.py"] |
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.
ENTRYPOINT ["python", "/project/mlcube.py"] | |
ENTRYPOINT ["python", "/project/mlcube.py"] | |
report = init_report(args) | ||
pipeline = init_pipeline(args) | ||
pipeline.run(report, args.report) | ||
|
||
# cleanup tmp folder | ||
shutil.rmtree(tmpfolder, ignore_errors=True) | ||
|
||
if __name__ == "__main__": | ||
main() |
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.
Please add a new line at the end for consistency.
) | ||
|
||
if __name__ == "__main__": | ||
main() |
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.
main() | |
main() | |
Proposed Changes
And many more changes.