silicx / LoRS_Distill

Code for our ICML'24 on multimodal dataset distillation
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

ModuleNotFoundError: No module named 'distill_default_utils' #1

Closed Shangui-zh closed 2 months ago

Shangui-zh commented 3 months ago

Hello, nice work. While attempting to replicate your findings, I encountered a problem in the "buffer.py" file, line 6. It appears that a crucial module and function, "from distill_default_utils import load_or_process_file," are missing. I have been unable to locate this module elsewhere or determine the appropriate installation method. I kindly request your assistance in resolving this issue. Thank [you.]

missing module
silicx commented 3 months ago

Hi! I'm sorry that the module distill_default_utils was moved to src.vl_distill_utils. Please try again with the latest buffer.py.

Shangui-zh commented 2 months ago

Hi! I'm sorry that the module distill_default_utils was moved to src.vl_distill_utils. Please try again with the latest buffer.py.

Thank you. Now I can run this.