gitextract_ts7231nk/ ├── A2S2KResNet/ │ ├── A2S2KResNet.py │ ├── Utils.py │ ├── geniter.py │ └── record.py ├── ContextualNet/ │ ├── ContextualNet.py │ ├── Utils.py │ ├── geniter.py │ └── record.py ├── PyResNet/ │ ├── PyResNet.py │ ├── Utils.py │ ├── geniter.py │ └── record.py ├── README.md ├── ResNet/ │ ├── ResNet.py │ ├── Utils.py │ ├── geniter.py │ └── record.py ├── SSRN/ │ ├── SSRN.py │ ├── Utils.py │ ├── geniter.py │ └── record.py ├── convert_report_to_csv.py ├── environment.yml └── setup_script.sh