Hey @dakshvar22,
Can you give me your inputs please?
Hey @dakshvar22,
Can you give me your inputs please?
I waited for too long and I had raised this during Rasa Conference. Also @dakshvar22 talked initially and then disappeared. Anyway I have resolved this issue by creating GPU machine. So I am closing this.
@dakshvar22 - Please consider this as solved and if you want information on How I solved it, please ping me.
Hi @mpbalshetwar . Sorry for the delay. I was on vacation and took a while to come back.
Looking at the example here, it seems like you have tried to put a lot of lookup values for common words like your
, keep
, etc. That’s an anti-pattern and I’d be interested to know why you did that? Ideally, the NLU classifier should be able to handle structural changes in sentences that are brought about by such words. Lookup tables should really be used for entities which are more often than not proper nouns.