You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mightydeveloper Hi, I used the quantization script in my model .Because of the existing of convolution layer,I encountered an error named as "TypeError: expected dimension <= 2 array or matrix" in using csc_matrix . How to fix the problem? can you give me some advice ? Thank you!
The text was updated successfully, but these errors were encountered:
实在不好意思,我回答不了你的问题,但是希望你可以帮我看看我的问题,我目前代码没有调通。我的错误是:
PS C:\PycharmProjects\HS_Compression\Deep-Compression-PyTorch-master> python weight_share.py saves/model_after_retraining.ptmodel
Traceback (most recent call last):
File "C:\PycharmProjects\HS_Compression\Deep-Compression-PyTorch-master\weight_share.py", line 8, in
import util
File "C:\PycharmProjects\HS_Compression\Deep-Compression-PyTorch-master\util.py", line 8, in
from torchvision import datasets, transforms
ModuleNotFoundError: No module named 'torchvision'
但是我确实已经有了“torchvision”这个模块了
@mightydeveloper Hi, I used the quantization script in my model .Because of the existing of convolution layer,I encountered an error named as "TypeError: expected dimension <= 2 array or matrix" in using csc_matrix . How to fix the problem? can you give me some advice ? Thank you!
The text was updated successfully, but these errors were encountered: