├── Adet-distill └── README.md ├── README.md └── SemSeg-distill ├── .gitignore ├── LICENSE ├── README.md ├── ckpt ├── False_False_False_channel_kl_1_5_v1 │ └── test.out ├── False_False_False_channel_kl_3_5_v1 │ └── test.out ├── False_False_False_channel_kl_3_5_v2 │ └── test.out ├── False_False_True_channel_kl_35_10_v1 │ └── test.out ├── False_False_True_channel_kl_35_1_v1 │ └── test.out ├── False_False_True_channel_kl_35_2_V1 │ └── test.out ├── False_False_True_channel_kl_35_2_v2 │ └── test.out ├── False_False_True_channel_kl_35_2_v3 │ └── test.out ├── False_False_True_channel_kl_35_3_V1 │ └── test.out ├── False_False_True_channel_kl_35_4_v1 │ └── test.out ├── False_False_True_channel_kl_35_5_v1 │ └── test.out ├── False_False_True_channel_kl_35_6_v1 │ └── test.out ├── False_False_True_channel_kl_35_7_v1 │ └── test.out ├── False_False_True_channel_kl_35_8_v2 │ └── test.out ├── False_False_True_channel_kl_35_9_v1 │ └── test.out ├── False_False_True_channel_kl_3_1_debug │ └── test.out ├── False_False_True_channel_kl_3_5_debug │ └── test.out ├── False_False_True_channel_kl_40_1_v1 │ └── test.out ├── False_False_True_channel_kl_40_2_v1 │ └── test.out ├── False_False_True_channel_kl_40_3_v1 │ └── test.out ├── False_False_True_channel_kl_40_5_v1 │ └── test.out ├── False_False_True_channel_mean_mse_15_1_v1 │ └── test.out ├── False_False_True_channel_mean_mse_30_1_v1 │ └── test.out ├── False_False_True_channel_mean_mse_35_1_v1 │ └── test.out ├── False_False_True_channel_mean_mse_3_1_v1 │ └── test.out ├── False_False_True_channel_mean_mse_3_1_v2 │ └── test.out ├── False_False_True_channel_mean_mse_6_1_v1 │ └── test.out └── False_False_True_channel_mean_mse_6_1_v2 │ └── test.out ├── dataset ├── __init__.py ├── datasets.py └── list │ └── cityscapes │ ├── test.lst │ ├── test1.lst │ ├── test2.txt │ ├── train++.lst │ ├── train+.lst │ ├── train.lst │ ├── trainval.lst │ └── val.lst ├── exp_cwd.sh ├── img ├── Main results.png └── MainFigure.png ├── libs.bak ├── .build.sh.swp ├── __init__.py ├── _ext │ └── __init__.py ├── bn.py ├── build.py ├── build.sh ├── dense.py ├── functions.py ├── misc.py ├── residual.py └── src │ ├── bn.cu │ ├── bn.h │ ├── bn.o │ ├── common.h │ ├── lib_cffi.cpp │ └── lib_cffi.h ├── libs ├── __init__.py ├── _ext │ └── __init__.py ├── bn.py ├── build.py ├── build.sh ├── dense.py ├── functions.py ├── misc.py ├── residual.py └── src │ ├── bn.cu │ ├── bn.h │ ├── bn.o │ ├── common.h │ ├── lib_cffi.cpp │ └── lib_cffi.h ├── networks ├── .kd_model.py.swp ├── __init__.py ├── kd_model.py ├── pspnet.py ├── sagan_models.py └── spectral.py ├── options.py ├── test.py ├── train.py ├── utils ├── __init__.py ├── criterion.py └── evaluate.py └── val.py /Adet-distill/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/Adet-distill/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/README.md -------------------------------------------------------------------------------- /SemSeg-distill/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/.gitignore -------------------------------------------------------------------------------- /SemSeg-distill/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/LICENSE -------------------------------------------------------------------------------- /SemSeg-distill/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/README.md -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_False_channel_kl_1_5_v1/test.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_False_channel_kl_3_5_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_False_channel_kl_3_5_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_False_channel_kl_3_5_v2/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_False_channel_kl_3_5_v2/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_10_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_10_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_2_V1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_2_V1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_2_v2/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_2_v2/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_2_v3/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_2_v3/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_3_V1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_3_V1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_4_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_4_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_5_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_5_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_6_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_6_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_7_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_7_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_8_v2/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_8_v2/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_35_9_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_35_9_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_3_1_debug/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_3_1_debug/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_3_5_debug/test.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_40_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_40_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_40_2_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_40_2_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_40_3_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_40_3_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_kl_40_5_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_kl_40_5_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_15_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_mean_mse_15_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_30_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_mean_mse_30_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_35_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_mean_mse_35_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_3_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_mean_mse_3_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_3_1_v2/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_mean_mse_3_1_v2/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_6_1_v1/test.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/ckpt/False_False_True_channel_mean_mse_6_1_v1/test.out -------------------------------------------------------------------------------- /SemSeg-distill/ckpt/False_False_True_channel_mean_mse_6_1_v2/test.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SemSeg-distill/dataset/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SemSeg-distill/dataset/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/datasets.py -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/test.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/test.lst -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/test1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/test1.lst -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/test2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/test2.txt -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/train++.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/train++.lst -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/train+.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/train+.lst -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/train.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/train.lst -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/trainval.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/trainval.lst -------------------------------------------------------------------------------- /SemSeg-distill/dataset/list/cityscapes/val.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/dataset/list/cityscapes/val.lst -------------------------------------------------------------------------------- /SemSeg-distill/exp_cwd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/exp_cwd.sh -------------------------------------------------------------------------------- /SemSeg-distill/img/Main results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/img/Main results.png -------------------------------------------------------------------------------- /SemSeg-distill/img/MainFigure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/img/MainFigure.png -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/.build.sh.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/.build.sh.swp -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/__init__.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/_ext/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/_ext/__init__.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/bn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/bn.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/build.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/build.sh -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/dense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/dense.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/functions.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/misc.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/residual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/residual.py -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/src/bn.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/src/bn.cu -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/src/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/src/bn.h -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/src/bn.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/src/bn.o -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/src/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/src/common.h -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/src/lib_cffi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/src/lib_cffi.cpp -------------------------------------------------------------------------------- /SemSeg-distill/libs.bak/src/lib_cffi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs.bak/src/lib_cffi.h -------------------------------------------------------------------------------- /SemSeg-distill/libs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/__init__.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/_ext/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/_ext/__init__.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/bn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/bn.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/build.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/build.sh -------------------------------------------------------------------------------- /SemSeg-distill/libs/dense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/dense.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/functions.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/misc.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/residual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/residual.py -------------------------------------------------------------------------------- /SemSeg-distill/libs/src/bn.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/src/bn.cu -------------------------------------------------------------------------------- /SemSeg-distill/libs/src/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/src/bn.h -------------------------------------------------------------------------------- /SemSeg-distill/libs/src/bn.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/src/bn.o -------------------------------------------------------------------------------- /SemSeg-distill/libs/src/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/src/common.h -------------------------------------------------------------------------------- /SemSeg-distill/libs/src/lib_cffi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/src/lib_cffi.cpp -------------------------------------------------------------------------------- /SemSeg-distill/libs/src/lib_cffi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/libs/src/lib_cffi.h -------------------------------------------------------------------------------- /SemSeg-distill/networks/.kd_model.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/networks/.kd_model.py.swp -------------------------------------------------------------------------------- /SemSeg-distill/networks/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SemSeg-distill/networks/kd_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/networks/kd_model.py -------------------------------------------------------------------------------- /SemSeg-distill/networks/pspnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/networks/pspnet.py -------------------------------------------------------------------------------- /SemSeg-distill/networks/sagan_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/networks/sagan_models.py -------------------------------------------------------------------------------- /SemSeg-distill/networks/spectral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/networks/spectral.py -------------------------------------------------------------------------------- /SemSeg-distill/options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/options.py -------------------------------------------------------------------------------- /SemSeg-distill/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/test.py -------------------------------------------------------------------------------- /SemSeg-distill/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/train.py -------------------------------------------------------------------------------- /SemSeg-distill/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SemSeg-distill/utils/criterion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/utils/criterion.py -------------------------------------------------------------------------------- /SemSeg-distill/utils/evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/utils/evaluate.py -------------------------------------------------------------------------------- /SemSeg-distill/val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irfanICMLL/TorchDistiller/HEAD/SemSeg-distill/val.py --------------------------------------------------------------------------------