Open rogerioxavier opened 1 year ago
@rogerioxavier It seems like you already have a solution for this issue, which sounds right to me. I'd be happy to review/merge a PR if you'd be willing to open one (so that you get credited as a contributor for the fix), or we can apply the fix ourselves if you'd rather we did it that way. Thoughts?
Bug description
When training the all recommender systems models with NVIDIA Merlin at: ... history = model.fit( train_data, epochs=3, batch_size=512, pre=predict_last ) ... runtime error: "ValueError: high is out of bounds for int32"
Steps/Code to reproduce bug
Expected behavior
After the change in line 778 setting the type, all models trained normally.
Environment details
Additional context
with pip install protobuf==3.20.0