Kumar
Kumar
yeah ,I am able to resolve that issue,but I am facing another issue frequently. 
Hi,I would like to do for sentiment analysis use case with 3 or more classes..for example using sentiment analysis on twitter dataset using glove or word2vec embeddings.Is this possible with...
Hi,Please find the model and also the error details here.. https://www.dropbox.com/sh/zrjcf6ip2yfb31k/AABwesiswGUddZAFLI7XpX86a?dl=0 and also can you suggest on including embeddings visualization also(which can be obtained from first layer weights from model)
Thanks for the inputs... I am assuming that input to predict_minibatch function will be list of dictionary of sentence and their corresponding label. Ex: [{'text':'....','label':'...'}] of all sentences bin the...
Thank you ,I shall try to implement with your suggestions and can you also mention the format to consider the embeddings also(if word2vec or glove are considered)and explanations ,if possible.I...
> Correct that the input will be a list of dictionaries of {'text": ..., 'label': ...}. That list wont contain all examples in the data corpus. LIT splits the data...