-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Thanks for sharing the pre-trained model.
I'm very interested in this work but are facing a problem when running the code.
Below is the error that occurs.
I'd really appreciate it if you could help me solve this problem.
Many thanks!
ImportError Traceback (most recent call last)
in ()
9
10
---> 11 from utils import *
12
13 sys.path.append('models/')
/content/drive/My Drive/LenslessLearning-master/utils.py in ()
234 import sys
235 sys.path.append('/home/kristina/PerceptualSimilarity')
--> 236 from models import dist_model as dm
237 from admm_helper_functions_torch import *
238
ImportError: cannot import name 'dist_model'
Metadata
Metadata
Assignees
Labels
No labels