Marta Moscati

Results 3 comments of Marta Moscati

Hi! I am facing a similar issue while trying to employ a [User Split strategy](https://www.sciencedirect.com/science/article/pii/S0306457321001540?ref=cra_js_challenge&fr=RR-1) for train/val/test split. This means that instead of having, say of 60% user-item interactions in...

Hi! Maybe I can help here: have you tried setting `freeze=False`? From pytorch `from_pretrained` [documentation](https://pytorch.org/docs/stable/generated/torch.nn.Embedding.html#torch.nn.Embedding.from_pretrained): `freeze` ([bool](https://docs.python.org/3/library/functions.html#bool), optional) – If `True`, the tensor does not get updated in the learning...