irfanICMLL / structure_knowledge_distillation

The official code for the paper 'Structured Knowledge Distillation for Semantic Segmentation'. (CVPR 2019 ORAL) and extension to other tasks.
BSD 2-Clause "Simplified" License
708 stars 103 forks source link

code error #66

Open Liuhao-128 opened 2 years ago

Liuhao-128 commented 2 years ago

Hi yifan, I am interest in your work. When I run your code , there are some questions about the error. could your please tell me how to deal with them. I will appreciate if you give the answer. Thanks 1 There is an error in your code init.py : from .__ext import lib as _lib, ffi as _ffi ; 2 if I use the same Requirement torch0.41, python3.5, I can't install inplace-abn package. 3 could you uploading the latest version code to match the latest torch and python , because i find many people are interest in your significant work. Looking forward your answer, thanks again.