isl-org / lang-seg

Language-Driven Semantic Segmentation
MIT License
718 stars 89 forks source link

Problem when running the streamlit app #54

Open clarencerat opened 5 months ago

clarencerat commented 5 months ago
model = _load_state(cls, checkpoint, strict=strict, **kwargs)

File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/pytorch_lightning/core/saving.py", line 158, in _load_state obj = cls(**_cls_kwargs) File "/teamspace/studios/this_studio/lang-seg/modules/lseg_module.py", line 55,