hustzxd / EfficientPyTorch

A PyTorch Framework for Efficient Pruning and Quantization for specialized accelerators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'utils.dnq'

kanybekasanbekov opened this issue · comments

commented

Hello, I have tried to run your code but I got the following error.

Traceback (most recent call last):
  File "examples/classifier_imagenet/main.py", line 1, in <module>
    from examples import *
  File "/home/mobilint/work_kanye/EfficientPyTorch/examples/__init__.py", line 22, in <module>
    from utils.dnq import dnq_scheduler
ModuleNotFoundError: No module named 'utils.dnq'

It turns out there is nothing related dnq in the utils folder, I suppose you did not upload it to GitHub. Can you help me with this?

Any update on this?

commented

not really :(

Sorry for that, I have updated the code and changed the interface to protobuf.