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

bert_embedding 只能兼容numpy1.14.6, 此版本与其它包不兼容,先安装bert_embedding 再装numpy也不行 #13

Closed txchen-USTC closed 1 year ago

txchen-USTC commented 1 year ago

bert_embedding 只能兼容numpy1.14.6, 此版本与其它包不兼容,先安装bert_embedding 再装numpy也不行

HUANGLIZI commented 1 year ago

It is recommended to recreate a virtual conda environment and ensure that the installed library version is consistent with that in requirement.txt.