Monireh2

Results 17 comments of Monireh2

@deepanwayx @521088684 can you please explain more about how the code should change, if we want to save the trained model and load it in the test time to predict...

@ChasonLee did you find any example on how you should save and then predict based on your saved model? Can you please share those examples?

@521088684 Can you please specify where exactly I should dump and where I should load the model? I have dumped it at the end of this if: if val_perf >=...

Changing the NLU features to: ``` features=nlu.Features( keywords=nlu.KeywordsOptions(sentiment=True, emotion=True) ``` I am not getting any error.

The link was working on my local machine and here in ReviewNB for me when I was clicking. I think it was not working because of the new line in...

fixed, thanks! --- View entire conversation on ReviewNB

Thanks Fred for the pointer @frreiss. I actually tried to do so. But it will give me a black screen with the inactive play button. The only way I could...

That is weird. It is rendering for me over my local machine. --- View entire conversation on ReviewNB

Resolved. Had changed in final run! --- View entire conversation on ReviewNB