Sheikh Nasrullah

Results 10 comments of Sheikh Nasrullah

Hi tabacof, Thanks a lot for the code. It worked after a few modifications. While generating the negative triplets, I noticed two things: 1. Repetitions that is some negative triplets...

python 3.6.13 pip 21.3.1

there another implementation in GEM. They have similar results except one dataset

> For sure. I'll let you know when I'm done. Thank you for making the list of questions Waiting eagerly !

thanks, Kipf for the answer. I have another trouble. I have wiki dataset, and gcn_ae model is working perfectly fine. But when I use the gcn_vae model on the same...

I checked with the dataset. There is no problem. As i mentioned earlier, GCN_AE model works fine on this dataset, GCN_VAE model throws this error. Actually the Embedding generated is...

Thanks kipf for the suggestion and your prompt responses. Removing the only KL term does not solve it, but have to remove this as well self.z = self.z_mean + tf.random_normal([self.n_samples,...

Thanks, Kipf for your help. I will use the follow-up model.

Here are the logs [wrenai-wren-engine.log](https://github.com/user-attachments/files/16315251/wrenai-wren-engine.log) [wrenai-wren-ui.log](https://github.com/user-attachments/files/16315252/wrenai-wren-ui.log) [wrenai-ibis-server.log](https://github.com/user-attachments/files/16315250/wrenai-ibis-server.log)

Hi, the error is caused by wren-ai-service:0.7.4 docker. Here is the log [wren-ai-service.log](https://github.com/user-attachments/files/16338330/wren-ai-service.log) I tested the OpenAI API separately and it works.