jimmylao commented on issue #51: URL: https://github.com/apache/incubator-bluemarlin/issues/51#issuecomment-1046956459
@Bimlesh759-AI It's ok to comment out line 40 since it's not currently used in the model. The variable "user_emb_w" is reserved in the model in case to use more user specific features. It is claimed to have the shape of user_count x hidden_units (128). In your case, I guess "user_count" (number of users) is huge and triggers a memory overflow error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
