Closed NaveenGandla closed 3 years ago
@NaveenGandla , thank you for your interest in our research. A quick fix for this problem is change the test data with your customized input and use mode 1 to test it out. Feel free to ask my if you have another concerns.
Hi, is it possible to give inputs from some other datasets? I tried giving rotowire as test file but it is not working. In fact after I trained the model for animals dataset, I was not able to get outputs for People dataset as well. Is there any fix around this?
thanks in advance
Hi @architlatkar27 , can you share your error information here? Thanks!
here i am using a copy of the test_wiki_P.json file renamed as test_wiki_A.json and then preprocessed. When i run the code for testing, it throws some error. Thanks for looking into it
I think that's because the vocabulary sets of person and animal are different. You should test your person data over person training sets.
here I am using a copy of the test_wiki_P.json file renamed as test_wiki_A.json and then preprocessed. When I run the code for testing, it throws some errors. Thanks for looking into it
I faced the same issue. Do you have any fixes here?
Did you test your person data over person training sets?
Hello,
Great repo on NLG. May I know how to test the trained model with custom input.
Thanks