Kiril Gashteovski
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`:  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,...