MahmoudWahdan / dialog-nlu

Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU
Apache License 2.0
98 stars 40 forks source link

Stuck at vectorize data... #7

Closed sanchit123k closed 4 years ago

sanchit123k commented 4 years ago

.The code is stucked at

read data ... vectorize data ...

Any solution?

MahmoudWahdan commented 4 years ago

Please, provide more details like what is your operating system? which script are you running? with which command? Was it running before?

MahmoudWahdan commented 4 years ago

@sanchit123k FYI the pre-trained model is downloaded downloaded first from tensorflow hub. This takes time for the first time, after that it loads it from a caching directory in your system. The stuck behavior may be slowness in your internet or may be because of uncomplete/damaged version of the pre-trained model in the cached model in your system. After that the training data is used to fine tune the pre-trained model, resulting in the joint NLU model. I hope this will help you. Please, let me know.