Kiril Gashteovski

Results 2 issues of Kiril Gashteovski

I tried to run the streamlit app, but I get the following error: `AssertionError: `path` examples\wikinews\wikinews.cache\mgr\columns\BertscoreAligner:spacy:document:spacy:summary:bart-cnndm does not exist`: ![image](https://github.com/robustness-gym/summvis/assets/7756377/a3a791de-f129-4d9d-8797-365e68a8de64) I am running this on Windows, but I also tried...

Some variables in `CaRe_main.py` are not defined. For instance, in this code snippet: ``` if self.args.CN=='LAN': self.cn = CaRe(self.args.nfeats, self.args.nfeats) elif self.args.CN=='GCN': self.cn = CaReGCN(self.args.nfeats, self.args.nfeats) else: self.cn = CaReGAT(self.args.nfeats,...