You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked your code and it is written in Tensorflow 1.5. I am trying to write it in 2.0 but I am not sure about your last layer of the model which is a dense layer but you used the hidden = tf.split(hidden, SEGMENT_TIME_SIZE, 0) to split this layer. Could you explain a bit about what the meaning of this?
The text was updated successfully, but these errors were encountered:
Hi,
I checked your code and it is written in Tensorflow 1.5. I am trying to write it in 2.0 but I am not sure about your last layer of the model which is a dense layer but you used the
hidden = tf.split(hidden, SEGMENT_TIME_SIZE, 0)
to split this layer. Could you explain a bit about what the meaning of this?The text was updated successfully, but these errors were encountered: