barthelemymp / TULIP-TCR

GNU General Public License v3.0
8 stars 3 forks source link

ImportError: ED_BertForSequenceClassification in predict.py #8

Closed annachernysheva179 closed 4 months ago

annachernysheva179 commented 5 months ago

Hi, During the execution of predict.py I got an error in line 16 : from src.multiTrans import ED_BertForSequenceClassification, TCRDataset, BertLastPooler... ImportError: cannot import name 'ED_BertForSequenceClassification' from 'src.multiTrans' And I didn't find any ED_BertForSequenceClassification in multiTrans.py. Could you please provide support on it?

barthelemymp commented 5 months ago

Hi,

Indeed I forgot to update this file. Sorry about this, I have been changing a lot a things recently. Should work now. Thanks for your interest.

Best