HUANGLIZI / LViT

[IEEE Transactions on Medical Imaging/TMI] This repo is the official implementation of "LViT: Language meets Vision Transformer in Medical Image Segmentation"
MIT License
283 stars 26 forks source link

error: Bert embedding library. #36

Closed uurcelikk closed 8 months ago

uurcelikk commented 8 months ago

Hello, thank you for your all works.

I want to ask about that library _from bertembedding import BertEmbedding . this library returns an error. not loading the library. returns this error subprocess-exited-with-error.

How can i fix that error?

HUANGLIZI commented 8 months ago

Hi, You can refer to the link https://pypi.org/project/bert-embedding/ to install bert-embedding, then import it.