Open
Description
Hi,
when I run exe_forecasting.py it gives me type error.
The type error is :
TypeError: embedding(): argument 'indices' (position 2) must be Tensor, not NoneType
It is from this part of the code:
main_model.py", line 356, in get_side_info
feature_embed = self.embed_layer(feature_id).unsqueeze(1).expand(-1,L,-1,-1)
It would be great if you fix this.
Metadata
Metadata
Assignees
Labels
No labels