Prasan Yapa

Results 10 comments of Prasan Yapa

> Hi there, > > I am trying to run this app and I seem to get stuck at the training phase: > > ``` > python conv_net_train.py -static -word2vec...

Thanks a lot for your response. Actually because of this issue, I setup your version by installing all the respective modules. When I run the conv_net_train_keras.py in pycharm, I got...

It worked :) Thanks a lot for helping. But another issue has been occurred and the console log has been extracted as follows. Traceback (most recent call last): File "",...

It worked :) I changed the followings curr_acc = logs.get('acc') val_acc = logs.get('val_acc') to curr_acc = logs.get('accuracy') val_acc = logs.get('val_accuracy') As the next step, how should I test this model?...

Could you please elaborate more on this? Thanks a lot.

Diffenitely its the batch size. Just reduce it to 1 and then increase until you get the optimal value. On Thu, Apr 16, 2020, 6:20 PM MarwanMo7amed wrote: > but...

Now its training smoothly isnt it. If not, yes reduce the epochs as well. On Sat, Apr 18, 2020, 5:14 PM MarwanMo7amed wrote: > Diffenitely its the batch size. Just...

Those two files should not be empty. Seems still there are some minor issues. Please try setting the followings. Epoches - 1 Batch_size - 1 Embedding - 300 Cheers! On...

@amirmohammadkz I've tested the model successfully by following all your steps. As an example, when a sample sentence has been given as input, it will be evaluated. Thanks a lot...

Thanks for releasing the data!!! Although it's mentioned about Expert-written Golden Explanations in the README, the files located under test_instruction_expert folder have two columns, such as "query" and "gpt-3.5-turbo". Since...