Imorton-zd
Imorton-zd
@Jopepato python 2.7.5 scikit-multilearn 0.2.0
Thanks for your suggestions. In fact, I have tried the attention mechanism to question generation with about 50K Q&A pairs ( The average length of answers is about 50 and...
Hi, @matatusko. I have updated the tf version to solve the first error. But I meet another error now. ``` Traceback (most recent call last): File "", line 1, in...
@matatusko Thanks for your reply. I want to determine a few things. 1. The data format of input and target is the index of whole vocabulary composed by input and...
Hi, @surajiiitm @vmirly. I also meet this error. ``` File "kmedoids_tool.py", line 74, in pred_labels = KMedoids(n_clusters=10,distance='euclidean',max_iter=1000).fit _predict(X) File "C:\ProgramData\Anaconda3\lib\site-packages\pyclust\_kmedoids.py", line 1 41, in fit_predict self.fit(X) File "C:\ProgramData\Anaconda3\lib\site-packages\pyclust\_kmedoids.py", line 1...
Hi @lvapeab, thanks for your suggestion. However, I got another error after modification as your post. ``` Traceback (most recent call last): File "", line 1, in runfile('D:/intern/experiments/myAtt_with_custom.py', wdir='D:/intern/experiments') File...
Hi, @MarcBS , please help me solve this problem when you have some time.
@EderSantana The paper doesn't mention if the entire model is trained at once. Would you explain how to do layer wise pre-training simply? I am sorry that I have never...