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
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/conda/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/opt/conda/lib/python3.8/site-packages/Spring_Prototype-3.0.0b0-py3.8.egg/prototype/solver/declip_solver.py", line 22, in
from prototype.model import model_entry
File "/opt/conda/lib/python3.8/site-packages/Spring_Prototype-3.0.0b0-py3.8.egg/prototype/model/init.py", line 5, in
from .declip import declip_res50, declip_vitb32
File "/opt/conda/lib/python3.8/site-packages/Spring_Prototype-3.0.0b0-py3.8.egg/prototype/model/declip.py", line 11, in
from .image_encoder.visual_transformer import visual_transformer_B32, visual_transformer_B16
ModuleNotFoundError: No module named 'prototype.model.image_encoder'
请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/conda/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/opt/conda/lib/python3.8/site-packages/Spring_Prototype-3.0.0b0-py3.8.egg/prototype/solver/declip_solver.py", line 22, in
from prototype.model import model_entry
File "/opt/conda/lib/python3.8/site-packages/Spring_Prototype-3.0.0b0-py3.8.egg/prototype/model/init.py", line 5, in
from .declip import declip_res50, declip_vitb32
File "/opt/conda/lib/python3.8/site-packages/Spring_Prototype-3.0.0b0-py3.8.egg/prototype/model/declip.py", line 11, in
from .image_encoder.visual_transformer import visual_transformer_B32, visual_transformer_B16
ModuleNotFoundError: No module named 'prototype.model.image_encoder'
请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered: