You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to train the model on custom dataset but in my case the user_id and the item_id are too long (more than 20digit) ,
so i am facing an error that int is too long to convert to c long , i tried to convert them in to float but it seems tensorflow.placeholder takes only int32 and int 64 as input. can you please help me in this regard.
Thank You in advance
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to train the model on custom dataset but in my case the user_id and the item_id are too long (more than 20digit) ,
so i am facing an error that int is too long to convert to c long , i tried to convert them in to float but it seems tensorflow.placeholder takes only int32 and int 64 as input. can you please help me in this regard.
Thank You in advance
The text was updated successfully, but these errors were encountered: