Closed Cobuild427 closed 4 years ago
I revised the 152-th line in "2_gen_dsin_input.py", sess_input_dict[sess_name][feat], maxlen=SESS_COUNT, padding='post')) I have changed maxlen=SESS_COUNT to maxlen=DSIN_SESS_MAX_LEN, the previous bug was fixed, but here comes another error:
hi @Cobuild427 ,sorry for the mistake of DSIN_SESS_MAX_LEN
.
The Error of GPU Sync failed
seems to be caused by the environment,you can google it and search for some solutions .
Hi, I have set up the enviroment and generated the input data for the DSIN model following the instruction. But I still failed to the train the model executing "train_dsin.py". The error messages are in the attachment. Thank you for your time!