paktiger

Results 2 comments of paktiger

Assalam o aliekum bro @uwaisiqbal I have the same problem as mentioned above and following is my code: input = Input(shape=(75,)) emd=Embedding(input_dim=n_words + 1,output_dim=20, input_length=75,mask_zero=False)(input) bilstm = Bidirectional(LSTM(units=75, return_sequences=True, recurrent_dropout=0.1))(emd)...

> Assalam o aliekum bro @uwaisiqbal I have the same problem as mentioned above and following is my code: > > input = Input(shape=(75,)) emd=Embedding(input_dim=n_words + 1,output_dim=20, input_length=75,mask_zero=False)(input) bilstm =...