python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Classification Metrics for Sequential tagging in NLP
I am writing one sequential tagging code in NLP using python google colab. As I have used crf layer in my model, I used crf.metrices to get the results . I had executed the following code :
//
pred_c...
Samriddhee Ghosh
Votes: 0
Answers: 0
why may code generates the error while i fit the model" ValueError: Layer "sequential_3" expects 1 input(s), but it received 2 input tensors
while I am trying to fit the model on Quora dataset this error generated. please help me. i am a very beginner in this field
from tensorflow.keras.layers import *
#create the embedding layer
#len(embe...
maksuda bilkis
Votes: 0
Answers: 1
How do I run multiple python scripts sequentially?
I have a workflow where I run multiple Python scripts sequentially. I run them manually for now.
These scripts reside in different folders, with a few in a single folder.
e.g.
1. C:\Users\harsh\My Dr...
leonardo
Votes: 0
Answers: 1