Stephen Pilli
Stephen Pilli
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [512, 512, 4, 4]] is at version 2; expected version 1 instead. Even...
In >weat_result_replication_permute_targets.ipynb There seems to be problem with get_index() called in function in get_mask_fill_logits. ``` print(np.log(get_mask_fill_logits("[MASK] are beautiful.", ["clover"])['clover'])) print(np.log(get_mask_fill_logits("[MASK] are [MASK].", ["clover"], use_last_mask=True)['clover'])) ``` results in gender_comes_first=False >Tokens for...