sainimohit23
sainimohit23
How long it took you to train the model and what are the specifications of your machine?
I want to know the annotations format of training data. I read the paper and I am trying to understand the whole code and how it is working. I don't...
I created a virtual environment with tensorflow==1.12.0 to run this code, as mentioned in starter guide. But, program is throwing errors on tf 1.12. But, it is working fine on...
Apart from general seq2seq model, does this chatbot has any additional features?
I want to use an encoder cell which looks like this : `tf.contrib.rnn.MultiRNNCell([tf.contrib.rnn.DropoutWrapper(tf.contrib.rnn.LSTMCell(rnn_size), keep_prob) for _ in range(num_layers)])` When I use multilayered encoder (say num_layers=2). This is what I get:...
Can this library calculate the area of intersection and area of union for the two polygons like this?: 