hpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax
$ ls
LICENSE data_preprocess/ eval_mtl_concat_all_type.py main_mtl_concat.py model_predict_one_wsi_label_from_all_type_exclude_sex.py py use_openlise.py
LSCC_CM/ dataset_csv/ eval_mtl_concat_help main_mtl_concat_all_type.py model_predict_one_wsi_label_from_all_type_exclude_sex_chosen.py python_test.py utils/
create_splits.py datasets/ eval_mtl_concat_result.txt main_mtl_concat_help model_predict_one_wsi_label_from_all_type_exclude_sex_chosen_copy.py results/
create_splits_help docs/ eval_results/ main_mtl_concat_result.txt models/ splits/
create_splits_result.txt eval_mtl_concat.py log_dir/ mkdir_test.py process_before_train/ test.pyhpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax
$ ll
total 248
-rw-r--r-- 1 hpc 19712134523 Dec 3123:58 LICENSE
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 LSCC_CM/
-rw-r--r-- 1 hpc 1971213178 Dec 3123:58 create_splits.py
-rw-r--r-- 1 hpc 197121624 Dec 3123:58 create_splits_help
-rw-r--r-- 1 hpc 1971211587 Dec 3123:58 create_splits_result.txt
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 data_preprocess/
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 dataset_csv/
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 datasets/
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 docs/
-rw-r--r-- 1 hpc 1971217250 Dec 3123:58 eval_mtl_concat.py
-rw-r--r-- 1 hpc 1971217579 Dec 3123:58 eval_mtl_concat_all_type.py
-rw-r--r-- 1 hpc 1971211791 Dec 3123:58 eval_mtl_concat_help
-rw-r--r-- 1 hpc 1971212120 Dec 3123:58 eval_mtl_concat_result.txt
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 eval_results/
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 log_dir/
-rw-r--r-- 1 hpc 1971219460 Dec 3123:58 main_mtl_concat.py
-rw-r--r-- 1 hpc 1971219835 Jan 1 00:09 main_mtl_concat_all_type.py
-rw-r--r-- 1 hpc 1971211831 Dec 3123:58 main_mtl_concat_help
-rw-r--r-- 1 hpc 197121113845 Dec 3123:58 main_mtl_concat_result.txt
-rw-r--r-- 1 hpc 197121196 Dec 3123:58 mkdir_test.py
-rw-r--r-- 1 hpc 1971217401 Dec 3123:58 model_predict_one_wsi_label_from_all_type_exclude_sex.py
-rw-r--r-- 1 hpc 1971217423 Dec 3123:58 model_predict_one_wsi_label_from_all_type_exclude_sex_chosen.py
-rw-r--r-- 1 hpc 1971217415 Dec 3123:58 model_predict_one_wsi_label_from_all_type_exclude_sex_chosen_copy.py
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 models/
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 process_before_train/
-rw-r--r-- 1 hpc 1971210 Mar 1423:36 py
-rw-r--r-- 1 hpc 19712133 Dec 3123:58 python_test.py
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 results/
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 splits/
-rw-r--r-- 1 hpc 197121917 Dec 3123:58 test.py
-rw-r--r-- 1 hpc 19712159 Mar 1423:35 use_openlise.py
drwxr-xr-x 1 hpc 1971210 Jun 10 09:52 utils/hpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax
$ git init
Initialized empty Git repository in D:/GitHub/Ltoad_all_type_exclude_sex_Adamax/.git/hpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git config --global user.name "Luan-zb"hpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git config --global user.email "L764359986@126.com"hpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git config --global --list
user.name=Luan-zb
user.email=L764359986@126.comhpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git status
On branch masterNo commits yetUntracked files:(use "git add <file>..." to include in what will be committed).gitignoreLICENSELSCC_CM/create_splits.pycreate_splits_helpcreate_splits_result.txtdata_preprocess/dataset_csv/datasets/docs/eval_mtl_concat.pyeval_mtl_concat_all_type.pyeval_mtl_concat_helpeval_mtl_concat_result.txteval_results/log_dir/main_mtl_concat.pymain_mtl_concat_all_type.pymain_mtl_concat_helpmain_mtl_concat_result.txtmkdir_test.pymodel_predict_one_wsi_label_from_all_type_exclude_sex.pymodel_predict_one_wsi_label_from_all_type_exclude_sex_chosen.pymodel_predict_one_wsi_label_from_all_type_exclude_sex_chosen_copy.pymodels/process_before_train/pypython_test.pyresults/splits/test.pyuse_openlise.pyutils/nothing added to commit but untracked files present (use "git add" to track)hpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ gitadd.
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in LICENSE.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in LSCC_CM/cohort _all.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in create_splits.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in create_splits_help.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in create_splits_result.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in data_preprocess/CCRCC_CM_LSCC_label/cohort_LSCC_CM_CCRCC.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in data_preprocess/CCRCC_LSCC_label/cohort.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in data_preprocess/CCRCC_LSCC_substype/cohort.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in data_preprocess/CM_LSCC_label/cohort.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in dataset_csv/cohort_all_type_processed.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in dataset_csv/one_wsi.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in dataset_csv/one_wsi_exclude_sex.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in dataset_csv/one_wsi_exclude_sex_chosen.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in datasets/dataset_mtl_concat.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in docs/README.md.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in eval_mtl_concat.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in eval_mtl_concat_help.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in eval_mtl_concat_result.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in eval_results/EVAL_dummy_mtl_sex_s1_eval/eval_experiment_dummy_mtl_sex_s1_eval.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in eval_results/EVAL_dummy_mtl_sex_s1_eval/fold_0.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in eval_results/EVAL_dummy_mtl_sex_s1_eval/summary.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in main_mtl_concat.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in main_mtl_concat_help.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in main_mtl_concat_result.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in models/model_toad.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in models/resnet_custom.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in process_before_train/cohort_all_type_processed.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in results/dummy_mtl_sex_s1/experiment_dummy_mtl_sex.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in results/dummy_mtl_sex_s1/splits_0.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in results/dummy_mtl_sex_s1/summary.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in splits/dummy_mtl_concat_100/splits_0.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in splits/dummy_mtl_concat_100/splits_0_bool.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in splits/dummy_mtl_concat_100/splits_0_descriptor.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in use_openlise.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in utils/core_utils_mtl_concat.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in utils/eval_utils_mtl_concat.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in utils/eval_utils_mtl_concat_0128.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in utils/eval_utils_mtl_concat_copy.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in utils/file_utils.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in utils/utils.py.
The file will have its original line endings in your working directoryhpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git commit -m "code"[master (root-commit) e3137d2] code137 files changed, 71574 insertions(+)create mode 100644 .gitignorecreate mode 100644 LICENSEcreate mode 100644 LSCC_CM/CM_LSCC.csvcreate mode 100644 LSCC_CM/CM_LSCC_processed.csvcreate mode 100644 LSCC_CM/all_processed.csvcreate mode 100644 LSCC_CM/cohort _all.csvcreate mode 100644 LSCC_CM/process.pycreate mode 100644 LSCC_CM/process_all.pycreate mode 100644 create_splits.pycreate mode 100644 create_splits_helpcreate mode 100644 create_splits_result.txtcreate mode 100644 data_preprocess/CCRCC_CM_LSCC_label/cohort_LSCC_CM_CCRCC.csvcreate mode 100644 data_preprocess/CCRCC_CM_LSCC_label/processedv1.csvcreate mode 100644 data_preprocess/CCRCC_CM_LSCC_label/processedv2.csvcreate mode 100644 data_preprocess/CCRCC_CM_LSCC_label/processedv3.csvcreate mode 100644 data_preprocess/CCRCC_CM_LSCC_label/processv1.pycreate mode 100644 data_preprocess/CCRCC_CM_LSCC_label/processv2.pycreate mode 100644 data_preprocess/CCRCC_LSCC_label/cohort.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_label/processedv1.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_label/processedv2.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_label/processedv3.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_label/processv1.pycreate mode 100644 data_preprocess/CCRCC_LSCC_label/processv2.pycreate mode 100644 data_preprocess/CCRCC_LSCC_substype/cohort.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processedv1.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processedv2.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processedv2_1.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processedv2_2.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processedv3.csvcreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processv1.pycreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processv2_1.pycreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processv2_2.pycreate mode 100644 data_preprocess/CCRCC_LSCC_substype/processv3.pycreate mode 100644 data_preprocess/CM_LSCC_label/all_processed.csvcreate mode 100644 data_preprocess/CM_LSCC_label/cohort.csvcreate mode 100644 data_preprocess/CM_LSCC_label/processedv1.csvcreate mode 100644 data_preprocess/CM_LSCC_label/processedv2.csvcreate mode 100644 data_preprocess/CM_LSCC_label/processedv3.csvcreate mode 100644 data_preprocess/CM_LSCC_label/processv1.pycreate mode 100644 data_preprocess/CM_LSCC_label/processv2.pycreate mode 100644 data_preprocess/Colorectal_Liver_Lung_Stomach/scan_table.xlsxcreate mode 100644 dataset_csv/CM_LSCC_Processed.csvcreate mode 100644 dataset_csv/CM_LSCC_Processed_Augmentation.csvcreate mode 100644 dataset_csv/CM_LSCC_Processed_Reduced.csvcreate mode 100644 dataset_csv/CM_LSCC_Processed_copy.csvcreate mode 100644 dataset_csv/CM_LSCC_primary.csvcreate mode 100644 dataset_csv/cohort_LSCC_CM_CCRCC.csvcreate mode 100644 dataset_csv/cohort_all_type.csvcreate mode 100644 dataset_csv/cohort_all_type_processed.csvcreate mode 100644 dataset_csv/dummy_dataset.csvcreate mode 100644 dataset_csv/one_wsi.csvcreate mode 100644 dataset_csv/one_wsi_exclude_sex.csvcreate mode 100644 dataset_csv/one_wsi_exclude_sex_chosen.csvcreate mode 100644 datasets/dataset_mtl_concat.pycreate mode 100644 docs/README.mdcreate mode 100644 docs/UNP.jpgcreate mode 100644 docs/UNP.pngcreate mode 100644 docs/github_heatmap.jpgcreate mode 100644 eval_mtl_concat.pycreate mode 100644 eval_mtl_concat_all_type.pycreate mode 100644 eval_mtl_concat_helpcreate mode 100644 eval_mtl_concat_result.txtcreate mode 100644 eval_results/EVAL_dummy_mtl_sex_s1_eval/eval_experiment_dummy_mtl_sex_s1_eval.txtcreate mode 100644 eval_results/EVAL_dummy_mtl_sex_s1_eval/fold_0.csvcreate mode 100644 eval_results/EVAL_dummy_mtl_sex_s1_eval/summary.csvcreate mode 100644 log_dir/0_LSCC_CCRCC/events.out.tfevents.1638884901.DELLW01create mode 100644 log_dir/0_LSCC_CM/events.out.tfevents.1638889049.DELLW01create mode 100644 main_mtl_concat.pycreate mode 100644 main_mtl_concat_all_type.pycreate mode 100644 main_mtl_concat_helpcreate mode 100644 main_mtl_concat_result.txtcreate mode 100644 mkdir_test.pycreate mode 100644 model_predict_one_wsi_label_from_all_type_exclude_sex.pycreate mode 100644 model_predict_one_wsi_label_from_all_type_exclude_sex_chosen.pycreate mode 100644 model_predict_one_wsi_label_from_all_type_exclude_sex_chosen_copy.pycreate mode 100644 models/model_toad.pycreate mode 100644 models/resnet_custom.pycreate mode 100644 process_before_train/cohort_LSCC_CM_CCRCC.csvcreate mode 100644 process_before_train/cohort_all_type_processed.csvcreate mode 100644 process_before_train/process_dataset_csv_with_pt_file.pycreate mode 100644 process_before_train/processedv1.csvcreate mode 100644 pycreate mode 100644 python_test.pycreate mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622426339.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622427868.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622427983.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622428065.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622428108.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622428182.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622428253.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622449920.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622449982.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622450034.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622453260.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622453317.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622453393.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622465741.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622466791.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622466965.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622467041.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622467179.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622618623.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622623016.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1622625984.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1623207696.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1629879525.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638524838.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638526015.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638526281.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638526663.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638526702.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638526733.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638526806.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638527836.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638529050.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638530789.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1638531835.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1640417176.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1640417238.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1640417291.DELLW01create mode 100644 results/dummy_mtl_sex_s1/0/events.out.tfevents.1640968119.DELLW01create mode 100644 results/dummy_mtl_sex_s1/experiment_dummy_mtl_sex.txtcreate mode 100644 results/dummy_mtl_sex_s1/s_0_checkpoint.ptcreate mode 100644 results/dummy_mtl_sex_s1/split_0_results.pklcreate mode 100644 results/dummy_mtl_sex_s1/splits_0.csvcreate mode 100644 results/dummy_mtl_sex_s1/summary.csvcreate mode 100644 splits/dummy_mtl_concat_100/splits_0.csvcreate mode 100644 splits/dummy_mtl_concat_100/splits_0_bool.csvcreate mode 100644 splits/dummy_mtl_concat_100/splits_0_descriptor.csvcreate mode 100644 test.pycreate mode 100644 use_openlise.pycreate mode 100644 utils/core_utils_mtl_concat.pycreate mode 100644 utils/eval_utils_mtl_concat.pycreate mode 100644 utils/eval_utils_mtl_concat_0128.pycreate mode 100644 utils/eval_utils_mtl_concat_copy.pycreate mode 100644 utils/file_utils.pycreate mode 100644 utils/utils.pyhpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git log
commit e3137d25083df9810ffbe2a0e6118e092fb77fdb (HEAD -> master)
Author: Luan-zb <L764359986@126.com>
Date: Fri Jun 1010:37:11 2022 +0800codehpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git remote add origin git@github.com:Luan-zb/Ltoad_all_type_exclude_sex_Adamax.githpc@DESKTOP-BDG97H3 MINGW64 /d/GitHub/Ltoad_all_type_exclude_sex_Adamax (master)
$ git push -u origin master
Enumerating objects: 133, done.
Counting objects: 100% (133/133), done.
Delta compression using up to 8 threads
Compressing objects: 100% (125/125), done.
Writing objects: 100% (133/133), 8.01 MiB |1.63 MiB/s, done.
Total 133(delta 25), reused 0(delta 0), pack-reused 0
remote: Resolving deltas: 100% (25/25), done.
To github.com:Luan-zb/Ltoad_all_type_exclude_sex_Adamax.git* [new branch] master -> master
Branch 'master'set up to track remote branch 'master' from 'origin'.