hinneslung
hinneslung
I am using the recently added more accurate attribute predictor with landmark pooling. I placed the downloaded model in checkpoint/landmark/resnet50.pth, and a backbone resnet50 model in checkpoint/resnet50.pth, and run the...
I am following the [Text Classification of MultiNLI Sentences using BERT](https://nbviewer.jupyter.org/github/interpretml/interpret-text/blob/master/notebooks/text_classification/text_classification_unified_information_explainer.ipynb) notebook to interpret BERT classification work. When I changed the line `LANGUAGE = Language.ENGLISH` to `LANGUAGE = Language.CHINESE`, indicating...