embarrassingly-simple-zero-shot-learning icon indicating copy to clipboard operation
embarrassingly-simple-zero-shot-learning copied to clipboard

Error on proposed code

Open terry07 opened this issue 4 years ago • 0 comments

Thanks for your implementation.

However, trying to execute the proposed commands i get the next error message:

File "main.py", line 158, in model = EsZSL(args=args) File "main.py", line 32, in init self.labels_train = labels[np.squeeze(att_splits[train_loc]-1)] KeyError: 'train_loc'

terry07 avatar Jul 17 '20 15:07 terry07