File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/MEDS_DEV/models/cehrxgpt Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ commands:
3333 --is_data_in_meds --inpatient_att_function_type day \
3434 --att_function_type day --include_inpatient_hour_token \
3535 --include_auxiliary_token --include_demographic_prompt \
36- --meds_to_cehrbert_conversion_type MedsToBertMimic4
36+ --meds_to_cehrbert_conversion_type MedsToBertMimic4 \
37+ --report_to "None"
3738
3839 supervised :
3940 train : |-
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ commands:
3434 --att_function_type day --include_inpatient_hour_token \
3535 --include_auxiliary_token --include_demographic_prompt \
3636 --disconnect_problem_list_events \
37- --meds_to_cehrbert_conversion_type MedsToCehrbertOMOP
37+ --meds_to_cehrbert_conversion_type MedsToCehrbertOMOP \
38+ --report_to "None"
3839
3940 supervised :
4041 train : |-
You can’t perform that action at this time.
0 commit comments