LICENSE
setup_canary_sefi.py
canary_sefi/__init__.py
canary_sefi/copyright.py
canary_sefi/task_manager.py
canary_sefi.egg-info/PKG-INFO
canary_sefi.egg-info/SOURCES.txt
canary_sefi.egg-info/dependency_links.txt
canary_sefi.egg-info/requires.txt
canary_sefi.egg-info/top_level.txt
canary_sefi/compatibility_repair/__init__.py
canary_sefi/compatibility_repair/repair.py
canary_sefi/compatibility_repair/repair_v2_0_0.py
canary_sefi/compatibility_repair/repair_v2_0_3.py
canary_sefi/core/__init__.py
canary_sefi/core/component/__init__.py
canary_sefi/core/component/component_decorator.py
canary_sefi/core/component/component_dict.py
canary_sefi/core/component/component_enum.py
canary_sefi/core/component/component_exception.py
canary_sefi/core/component/component_manager.py
canary_sefi/core/component/default_component/__init__.py
canary_sefi/core/component/default_component/dataset_getter.py
canary_sefi/core/component/default_component/model_getter.py
canary_sefi/core/component/default_component/params_handler.py
canary_sefi/core/config/__init__.py
canary_sefi/core/config/config_manager.py
canary_sefi/core/function/__init__.py
canary_sefi/core/function/adversarial_training.py
canary_sefi/core/function/comparative_test_adv_example.py
canary_sefi/core/function/generate_adv_example.py
canary_sefi/core/function/inference.py
canary_sefi/core/function/init_dataset.py
canary_sefi/core/function/test_and_evaluation.py
canary_sefi/core/function/training_and_evaluation.py
canary_sefi/core/function/basic/__init__.py
canary_sefi/core/function/basic/attacker_function.py
canary_sefi/core/function/basic/img_trans_function.py
canary_sefi/core/function/basic/model_function.py
canary_sefi/core/function/basic/train_function.py
canary_sefi/core/function/basic/dataset/__init__.py
canary_sefi/core/function/basic/dataset/adv_dataset_function.py
canary_sefi/core/function/basic/dataset/dataset_function.py
canary_sefi/core/function/basic/dataset/memory_cache.py
canary_sefi/core/function/basic/dataset/tools.py
canary_sefi/core/function/enum/__init__.py
canary_sefi/core/function/enum/multi_db_mode_enum.py
canary_sefi/core/function/enum/step_enum.py
canary_sefi/core/function/enum/test_level_enum.py
canary_sefi/core/function/enum/transfer_attack_type_enum.py
canary_sefi/core/function/helper/__init__.py
canary_sefi/core/function/helper/batch_list_iterator.py
canary_sefi/core/function/helper/excepthook.py
canary_sefi/core/function/helper/multi_db.py
canary_sefi/core/function/helper/realtime_reporter.py
canary_sefi/core/function/helper/recovery.py
canary_sefi/core/function/helper/system_log.py
canary_sefi/core/function/helper/task_thread.py
canary_sefi/entity/__init__.py
canary_sefi/entity/dataset_info_entity.py
canary_sefi/entity/msg_entity.py
canary_sefi/evaluator/__init__.py
canary_sefi/evaluator/analyzer/__init__.py
canary_sefi/evaluator/analyzer/analyzer_tools.py
canary_sefi/evaluator/analyzer/irt_analyzer.py
canary_sefi/evaluator/analyzer/synthetical_analyzer.py
canary_sefi/evaluator/analyzer/test_data_analyzer.py
canary_sefi/evaluator/logger/__init__.py
canary_sefi/evaluator/logger/adv_example_da_test_data_handler.py
canary_sefi/evaluator/logger/adv_example_file_info_handler.py
canary_sefi/evaluator/logger/adv_training_weight_path_info_handler.py
canary_sefi/evaluator/logger/attack_info_handler.py
canary_sefi/evaluator/logger/img_file_info_handler.py
canary_sefi/evaluator/logger/indicator_data_handler.py
canary_sefi/evaluator/logger/inference_test_data_handler.py
canary_sefi/evaluator/logger/test_data_logger.py
canary_sefi/evaluator/logger/trans_file_info_handler.py
canary_sefi/evaluator/monitor/__init__.py
canary_sefi/evaluator/monitor/attack_effect.py
canary_sefi/evaluator/monitor/grad_crm.py
canary_sefi/evaluator/tester/__init__.py
canary_sefi/evaluator/tester/adv_disturbance_aware.py
canary_sefi/evaluator/tester/frequency_domain_image_processing.py
canary_sefi/exec_network/__init__.py
canary_sefi/exec_network/analyzer_controller.py
canary_sefi/exec_network/check_code.py
canary_sefi/exec_network/client_declaration.py
canary_sefi/exec_network/security_evaluation_controller.py
canary_sefi/exec_network/system_status_monitor.py
canary_sefi/exec_network/task_controller.py
canary_sefi/handler/__init__.py
canary_sefi/handler/helper/__init__.py
canary_sefi/handler/helper/correctness_check.py
canary_sefi/handler/image_handler/__init__.py
canary_sefi/handler/image_handler/img_crm_hander.py
canary_sefi/handler/image_handler/img_io_handler.py
canary_sefi/handler/image_handler/img_utils.py
canary_sefi/handler/image_handler/plt_handler.py
canary_sefi/handler/json_handler/__init__.py
canary_sefi/handler/json_handler/json_io_handler.py
canary_sefi/handler/model_weight_handler/__init__.py
canary_sefi/handler/model_weight_handler/weight_file_io_handler.py
canary_sefi/handler/tools/__init__.py
canary_sefi/handler/tools/cuda_memory_tools.py
canary_sefi/handler/tools/foolbox_adapter.py
canary_sefi/handler/tools/sqlite_db_logger.py
canary_sefi/service/__init__.py
canary_sefi/service/security_evaluation.py